RE: ConfigAdmin - examples / tutorials

2008-07-10 Thread Craig Phillips
Hi, I'm about to grab and peruse the source for the Pax logging and see what I can find... I sort of attempted from scratch to set up a bundle that implements cm.ManagedService... The updated() method is being invoked twice with a null argument for Dictionary... One thing I forgot to mention - I

[jira] Created: (FELIX-630) The UPnP base driver does not conform to the UPnP spec, and thus will not work with some devices

2008-07-10 Thread Bruce Jackson (JIRA)
The UPnP base driver does not conform to the UPnP spec, and thus will not work with some devices Key: FELIX-630 URL: https://issues.apache.org/jira/browse/FELIX-630

[jira] Updated: (FELIX-630) The UPnP base driver does not conform to the UPnP spec, and thus will not work with some devices

2008-07-10 Thread Bruce Jackson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Jackson updated FELIX-630: Attachment: Device.java Here is the fixed Device.java file with the changes described in the bug rep

[jira] Resolved: (FELIX-629) Allows instance configuration to declares complex properties

2008-07-10 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-629. - Resolution: Fixed Resolved in the 675569 revision. Allows an instance configuration to co

[jira] Created: (FELIX-629) Allows instance configuration to declares complex properties

2008-07-10 Thread Clement Escoffier (JIRA)
Allows instance configuration to declares complex properties Key: FELIX-629 URL: https://issues.apache.org/jira/browse/FELIX-629 Project: Felix Issue Type: Improvement Co

Re: ConfigAdmin - examples / tutorials

2008-07-10 Thread Alin Dreghiciu
If you want some examples you can check out code from OPS4j Pax such as Pax Logging for example and search for ManagedService. Pretty much all Pax stuff can be configured via Configuration admin so you can find more examples in pax runner / web / ... For an example of ManagedServiceFactory you can

Re: ConfigAdmin - examples / tutorials

2008-07-10 Thread Pedro Pedruzzi
Hi Craig, good morning. I don't know it this is what you're expecting. Felix's Web Console registers a simple ManagedService: org.apache.felix.webconsole.internal.servlet.ConfigurationListener Regards, -- Pedro Pedruzzi | V2COM On Thu, Jul 10, 2008 at 9:33 AM, Craig Phillips <[EMAIL PROTECT

ConfigAdmin - examples / tutorials

2008-07-10 Thread Craig Phillips
Hi, Good Morning, I fretted about making such a post until I had somewhat exhausted the possible ways on my own to grab educational material of some form... I am looking for exemplary code and/or tutorial based material on how to use the config admin service and, basically, do configuration