[jira] [Created] (FELIX-3699) Allow annotations to handle custom component definitions.

2012-10-03 Thread Issac Garcia (JIRA)
Issac Garcia created FELIX-3699: --- Summary: Allow annotations to handle custom component definitions. Key: FELIX-3699 URL: https://issues.apache.org/jira/browse/FELIX-3699 Project: Felix Issue

[jira] [Closed] (FELIX-2637) Monitor Admin Service contribution

2012-10-03 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-2637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-2637. -- Resolution: Incomplete At this point in time, it is not possible to secure the software grant,

[jira] [Commented] (FELIX-3680) Exceptions in SCR using concurrent service activation/deactivation

2012-10-03 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13468576#comment-13468576 ] Pierre De Rop commented on FELIX-3680: -- in revision r1393476, the latches are now

Re: [DS] Feedback wanted on some ideas

2012-10-03 Thread Andrei Pozolotin
great ideas; one more for your consideration http://www.osgi.org/javadoc/r4v41/org/osgi/service/component/ComponentContext.html#enableComponent(java.lang.String) http://www.osgi.org/javadoc/r4v41/org/osgi/service/component/ComponentContext.html#enableComponent%28java.lang.String%29 public void

Re: [DS] Feedback wanted on some ideas

2012-10-03 Thread Andrei Pozolotin
Original Message Subject: [DS] Feedback wanted on some ideas From: David Jencks david_jen...@yahoo.com To: dev@felix.apache.org Date: Wed 03 Oct 2012 12:28:49 PM CDT 4. (radical idea I haven't tried yet) I'm becoming increasingly convinced that the state objects in

Re: [DS] Feedback wanted on some ideas

2012-10-03 Thread David Jencks
As of DS 1.1, the component name is only unique per bundle. So I'm not sure how this would work, wouldn't you need to include the bundle in the method signature? david jencks On Oct 3, 2012, at 10:39 AM, Andrei Pozolotin wrote: great ideas; one more for your consideration

Re: [DS] Feedback wanted on some ideas

2012-10-03 Thread Andrei Pozolotin
I do not know. how is this addressed by ConfigurationAdmin? service.pid and factory.pid are supposed to be framework-global? how one bundle is creating a config entry for another? DS component.name with configurationPolicy=required is mapped to ConfigurationAdmin service.pid/factory.pid - means

[jira] [Commented] (FELIX-3680) Exceptions in SCR using concurrent service activation/deactivation

2012-10-03 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13468763#comment-13468763 ] David Jencks commented on FELIX-3680: - I found a couple more problems that I fixed in

Re: [DS] Feedback wanted on some ideas

2012-10-03 Thread David Jencks
In felix ds you can use the ScrService to enable or disable any component no matter what bundle it is in. So I don't think adding another non-spec way to do this is a good idea. With regard to the configuration ;pd/factory pid I'm not an expert but I think there were some R4.3 changes in how