[jira] [Commented] (FELIX-3711) Make more REST Urls available in UI (component id/name and service pid is often not clickable)

2012-10-16 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477657#comment-13477657 ] Georg Henzler commented on FELIX-3711: -- I think Confluence is a slightly broader use

[jira] [Comment Edited] (FELIX-3711) Make more REST Urls available in UI (component id/name and service pid is often not clickable)

2012-10-16 Thread Georg Henzler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477657#comment-13477657 ] Georg Henzler edited comment on FELIX-3711 at 10/17/12 6:25 AM:

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

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated FELIX-3680: Attachment: FELIX-3680-concurrent-activate.diff I found a way to reliably produce test failures by

[jira] [Commented] (FELIX-3700) DS Factory Components don't support configuration-policy = require

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477448#comment-13477448 ] David Jencks commented on FELIX-3700: - I may not understand what you are saying. I se

[jira] [Comment Edited] (FELIX-3700) DS Factory Components don't support configuration-policy = require

2012-10-16 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477441#comment-13477441 ] Pierre De Rop edited comment on FELIX-3700 at 10/16/12 11:03 PM: ---

[jira] [Commented] (FELIX-3700) DS Factory Components don't support configuration-policy = require

2012-10-16 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477441#comment-13477441 ] Pierre De Rop commented on FELIX-3700: -- Committed a patch in revision 1399033. So, t

[jira] [Resolved] (FELIX-3534) ServiceFactory components don't deal with ConfigurationAdmin updates properly

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved FELIX-3534. - Resolution: Fixed r1398958 Integration tests would be good but I'd like to get the fix in before

[jira] [Resolved] (FELIX-3557) Tests for DS circular dependency behavior

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3557?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved FELIX-3557. - Resolution: Fixed r1398942 compared with patch, added check that the service we are waiting for i

[jira] [Commented] (FELIX-3675) [DS] NPE shutting down a component due to service already removed

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477243#comment-13477243 ] David Jencks commented on FELIX-3675: - Original NPE fixed in rev 1381408. There are a

[jira] [Updated] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-10-16 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-3713: --- Fix Version/s: framework-4.2.0 > Bundle.start() returns without starting the bundle > ---

[jira] [Commented] (FELIX-3700) DS Factory Components don't support configuration-policy = require

2012-10-16 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13477115#comment-13477115 ] David Jencks commented on FELIX-3700: - I think the read lock should be sufficient.

[jira] [Created] (FELIX-3713) Bundle.start() returns without starting the bundle

2012-10-16 Thread Sahoo (JIRA)
Sahoo created FELIX-3713: Summary: Bundle.start() returns without starting the bundle Key: FELIX-3713 URL: https://issues.apache.org/jira/browse/FELIX-3713 Project: Felix Issue Type: Bug Co

Re: Bundle.start() returns without starting the bundle

2012-10-16 Thread Richard S. Hall
On 10/16/12 06:50 , Sahoo wrote: While investigating some issues in GlassFish, what we are seeing is that even if our code is calling bundle.start(START_TRANSIENT), the bundle is not getting started immediately, nor is the code blocking. It simply returns without Bundle's activator getting call

[jira] [Updated] (FELIX-3712) FileInstall throws Interrupted exception when refreshed

2012-10-16 Thread Per-Erik Svensson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Per-Erik Svensson updated FELIX-3712: - Description: FileInstall will throw exception when refreshing. It is possible there are

[jira] [Created] (FELIX-3712) FileInstall throws Interrupted exception when refreshed

2012-10-16 Thread Per-Erik Svensson (JIRA)
Per-Erik Svensson created FELIX-3712: Summary: FileInstall throws Interrupted exception when refreshed Key: FELIX-3712 URL: https://issues.apache.org/jira/browse/FELIX-3712 Project: Felix

Bundle.start() returns without starting the bundle

2012-10-16 Thread Sahoo
While investigating some issues in GlassFish, what we are seeing is that even if our code is calling bundle.start(START_TRANSIENT), the bundle is not getting started immediately, nor is the code blocking. It simply returns without Bundle's activator getting called and bundle.getState() == RESOL

[jira] [Updated] (FELIX-3700) DS Factory Components don't support configuration-policy = require

2012-10-16 Thread Pierre De Rop (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre De Rop updated FELIX-3700: - Attachment: FELIX-37000.patch3 thanks David, I applied your suggestion and it seems to work. I