Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Fw: [Bug 126033] Equinox implementation of Configuration Admin Service


I just wanted to ensure that people were aware of the work Simon has been doing.  Please pitch in as appropriate.

Jeff

----- Forwarded by Jeff McAffer/Ottawa/IBM on 05/13/2006 09:47 PM -----
bugzilla-daemon@xxxxxxxxxxx

05/10/2006 02:33 PM

To
Jeff McAffer/Ottawa/IBM@IBMCA
cc
Subject
[Bug 126033] Equinox implementation of Configuration Admin Service





https://bugs.eclipse.org/bugs/show_bug.cgi?id=126033
Product/Component: Equinox / Incubator


simon.kaegi@xxxxxxxxxx changed:

          What    |Removed                     |Added
----------------------------------------------------------------------------
            Status|NEW                         |ASSIGNED
  Target Milestone|---                         |3.3




------- Comment #5 from simon.kaegi@xxxxxxxxxx  2006-05-10 14:30 -------
I've been checking in bits and pieces of an implementation over the last few
weeks and think what's in "equinox-incubator/org.eclipse.equinox.cm" is now
useable (e.g. more or less feature complete and passes my simple tests).

At least for now I've ignored Event Admin integration and Metatype info
checking. If you think that stuff is really critical let me know. I'm not using
it right now so...

Here's my list of things that need work:
Error Logging - right now I'm using System.error
Permission Checking / Security - needs some scrutiny
Persistence - currently just simple Serialization to the bundles data location,
which is adequate. Perhaps we can generalize and do something more interesting.

Right now I'm doing more testing and trying to improve logging but would
obviously appreciate it if anyone feels like installing and trying it out.



--
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Back to the top