Re: Need more logs from Declarative Service Runtime

2008-07-21 Thread Pierre De Rop
oups, I missed that point ! you are right: multi-components can be specified in two ways: 1/ http://www.osgi.org/xmlns/scr/v1.0.0";> interface="org.osgi.service.log.LogService" ... interface="org.osgi.service.log.LogService" ... as well as:

RE: declarative services and configuration admin

2008-07-21 Thread Craig Phillips
Hi all, and thanks to Pierre for getting me a little further along, I got something sort of working a la Pierre's sample... I originally did not do a runnable, as Pierre has in his Configurator, although I suspect that the runnable is not critical in and of itself... However, the sleep(2) followed

[jira] Updated: (FELIX-639) Need more logs from SCR

2008-07-21 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-639?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop updated FELIX-639: Attachment: XmlHandler.java ComponentMetadata.java In ComponentMetadata.java, I have

Re: Need more logs from Declarative Service Runtime

2008-07-21 Thread Carsten Ziegeler
Pierre De Rop wrote: I have created a new JIRA issue about that and have provided a patch. Thanks, I've two comments :) - Could you please provide the patch as an attachment of the bug? - Afaik the "components" is allowed as the root element. But if you want to have several component defini

Re: Need more logs from Declarative Service Runtime

2008-07-21 Thread Pierre De Rop
I have created a new JIRA issue about that and have provided a patch. Thanks /Pierre Richard S. Hall wrote: These sound like some good suggestions. If you haven't already, you should open up a JIRA issue so that it can be tracked. If you have a suggested patch, feel tree to attach it too. Tha

[jira] Created: (FELIX-639) Need more logs from SCR

2008-07-21 Thread Pierre De Rop (JIRA)
Need more logs from SCR --- Key: FELIX-639 URL: https://issues.apache.org/jira/browse/FELIX-639 Project: Felix Issue Type: Improvement Components: Declarative Services (SCR) Affects Versions: scr-1.0.2

[jira] Closed: (FELIX-638) OBR resolution process does not consider capability namespace

2008-07-21 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-638. - Resolution: Fixed I applied a simple patch to fix this. I will close this issue for now, but I di

[jira] Created: (FELIX-638) OBR resolution process does not consider capability namespace

2008-07-21 Thread Richard S. Hall (JIRA)
OBR resolution process does not consider capability namespace - Key: FELIX-638 URL: https://issues.apache.org/jira/browse/FELIX-638 Project: Felix Issue Type: Bug Componen

RE: declarative services and configuration admin

2008-07-21 Thread Craig Phillips
Hi everyone, good morning... Thanks for the shoulder / snippets and references... I'll try the below probably later this afternoon, if I can get the chance... unfortunately, I sort of am multi-tasking and I can't get to working on these things dedicated, although I sure would like to... T