[jira] [Commented] (FELIX-3812) constructor injection does not work for properties

2012-12-13 Thread JIRA
[ https://issues.apache.org/jira/browse/FELIX-3812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13530781#comment-13530781 ] Göktürk Gezer commented on FELIX-3812: -- iPojo is not reflection based, it's also

[jira] [Commented] (FELIX-3816) Migrate Site from Confluence to ASF CMS

2012-12-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13530960#comment-13530960 ] Felix Meschberger commented on FELIX-3816: -- Asked INFRA to setup staging for our

[jira] [Created] (FELIX-3817) Form parameters might clash with configuration parameters

2012-12-13 Thread Carsten Ziegeler (JIRA)
Carsten Ziegeler created FELIX-3817: --- Summary: Form parameters might clash with configuration parameters Key: FELIX-3817 URL: https://issues.apache.org/jira/browse/FELIX-3817 Project: Felix

Felix Site

2012-12-13 Thread Felix Meschberger
Hi all, Earlier this year, Apache Infrastructure announced to switch off rsync support for Web Site management. On January, 1st, 2013, this will no actually happen. We are a bit late in the game, so I started as follows: * I created FELIX-3816 to track the migration * I created INFRA-5648

[jira] [Commented] (FELIX-3715) ResolverImpl is not thread safe

2012-12-13 Thread Florent BENOIT (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531002#comment-13531002 ] Florent BENOIT commented on FELIX-3715: --- In my tests this commit fixed the problem

[jira] [Resolved] (FELIX-3778) Create all-in-one WebConsole build again

2012-12-13 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved FELIX-3778. -- Resolution: Fixed I think this can be resolved. The all-in-one build exists (again)

[jira] [Comment Edited] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531081#comment-13531081 ] Richard S. Hall edited comment on FELIX-3807 at 12/13/12 3:17 PM:

[jira] [Updated] (FELIX-3818) Felix as a daemon

2012-12-13 Thread Marcelo Antonio Marotta (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcelo Antonio Marotta updated FELIX-3818: --- Attachment: (was: osgi) Felix as a daemon -

[jira] [Updated] (FELIX-3818) Felix as a daemon

2012-12-13 Thread Marcelo Antonio Marotta (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcelo Antonio Marotta updated FELIX-3818: --- Attachment: osgid osgi OSGi.service

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531149#comment-13531149 ] Guillaume Nodet commented on FELIX-3807: The bundle lock can be acquired before

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531166#comment-13531166 ] Richard S. Hall commented on FELIX-3807: Ok, I think I understand. The refresh

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531179#comment-13531179 ] Guillaume Nodet commented on FELIX-3807: Here is a proposed patch: {code} diff

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531184#comment-13531184 ] Richard S. Hall commented on FELIX-3807: Still, you don't need to grab all locks

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531187#comment-13531187 ] Richard S. Hall commented on FELIX-3807: Unlocking isn't necessary as a separate

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531189#comment-13531189 ] Guillaume Nodet commented on FELIX-3807: That's true, I'll refactor the patch to

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531204#comment-13531204 ] Guillaume Nodet commented on FELIX-3807: Revised patch {code} diff --git

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531207#comment-13531207 ] Guillaume Nodet commented on FELIX-3807: Which leads to the following code: {code}

[jira] [Created] (FELIX-3820) Possible NPE in ConfigAdmin after shutting down when accessed by bad behaving bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-3820: -- Summary: Possible NPE in ConfigAdmin after shutting down when accessed by bad behaving bundles Key: FELIX-3820 URL: https://issues.apache.org/jira/browse/FELIX-3820

[jira] [Commented] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13531218#comment-13531218 ] Richard S. Hall commented on FELIX-3807: Looks good to me. Go ahead and commit it

[jira] [Closed] (FELIX-3715) ResolverImpl is not thread safe

2012-12-13 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Watson closed FELIX-3715. Thanks for releasing the fix. Closing the issue. ResolverImpl is not thread safe

[jira] [Assigned] (FELIX-3807) Refreshing bundles should first grab all the bundle locks to avoid concurrent modifications of those bundles

2012-12-13 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet reassigned FELIX-3807: -- Assignee: Guillaume Nodet Refreshing bundles should first grab all the bundle

[jira] [Created] (FELIX-3822) FileInstall should unregister its services

2012-12-13 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-3822: -- Summary: FileInstall should unregister its services Key: FELIX-3822 URL: https://issues.apache.org/jira/browse/FELIX-3822 Project: Felix Issue Type: Bug