[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

[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 loc

[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] [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-tabpanel&focusedCommentId=13531218#comment-13531218 ] Richard S. Hall commented on FELIX-3807: Looks good to me. Go ahead and commit it

[jira] [Created] (FELIX-3821) FileInstall does not support correctly ConfigAdmin being shut down

2012-12-13 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-3821: -- Summary: FileInstall does not support correctly ConfigAdmin being shut down Key: FELIX-3821 URL: https://issues.apache.org/jira/browse/FELIX-3821 Project: Felix

[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 Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531207#comment-13531207 ] Guillaume Nodet commented on FELIX-3807: Which leads to the following code: {code}

[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-tabpanel&focusedCommentId=13531204#comment-13531204 ] Guillaume Nodet commented on FELIX-3807: Revised patch {code} diff --git a/framewo

[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-tabpanel&focusedCommentId=13531189#comment-13531189 ] Guillaume Nodet commented on FELIX-3807: That's true, I'll refactor the patch to r

[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-tabpanel&focusedCommentId=13531187#comment-13531187 ] Richard S. Hall commented on FELIX-3807: Unlocking isn't necessary as a separate s

[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-tabpanel&focusedCommentId=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 Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531179#comment-13531179 ] Guillaume Nodet commented on FELIX-3807: Here is a proposed patch: {code} diff --g

[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-tabpanel&focusedCommentId=13531176#comment-13531176 ] Guillaume Nodet commented on FELIX-3807: That would still leave a small time windo

[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-tabpanel&focusedCommentId=13531166#comment-13531166 ] Richard S. Hall commented on FELIX-3807: Ok, I think I understand. The refresh thr

[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-tabpanel&focusedCommentId=13531149#comment-13531149 ] Guillaume Nodet commented on FELIX-3807: The bundle lock can be acquired before th

[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] [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: --- Description: I created a script to daemonize a felix instance, being executed

[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-tabpanel&focusedCommentId=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: osgi DAEMON based on initscripts and screen to execute a OSGi ins

[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-tabpanel&focusedCommentId=13531081#comment-13531081 ] Richard S. Hall commented on FELIX-3807: A thread cannot grab a bundle lock after

[jira] [Resolved] (FELIX-3819) The export directive of iPOJO is wrong

2012-12-13 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3819?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clement Escoffier resolved FELIX-3819. -- Resolution: Fixed Directive fixed in trunk. > The export directive of

[jira] [Created] (FELIX-3819) The export directive of iPOJO is wrong

2012-12-13 Thread Clement Escoffier (JIRA)
Clement Escoffier created FELIX-3819: Summary: The export directive of iPOJO is wrong Key: FELIX-3819 URL: https://issues.apache.org/jira/browse/FELIX-3819 Project: Felix Issue Type: Bug

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

2012-12-13 Thread Marcelo Antonio Marotta (JIRA)
Marcelo Antonio Marotta created FELIX-3818: -- Summary: Felix as a daemon Key: FELIX-3818 URL: https://issues.apache.org/jira/browse/FELIX-3818 Project: Felix Issue Type: New Feature

Re: Felix Site

2012-12-13 Thread Felix Meschberger
Hi Marcel, Am 13.12.2012 um 15:36 schrieb Marcel Offermans: > Hey Felix, > > I did this a bit earlier in the year for the Apache ACE site, so I can > definitely help out a bit. Cool. Thanks. Actually, since the Sling site is very similar in setup to the Felix site, I hope to be able to lever

[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 Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-3807?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13531035#comment-13531035 ] Guillaume Nodet edited comment on FELIX-3807 at 12/13/12 2:40 PM: --

Re: Felix Site

2012-12-13 Thread Marcel Offermans
Hey Felix, I did this a bit earlier in the year for the Apache ACE site, so I can definitely help out a bit. On Dec 13, 2012, at 13:49 , Felix Meschberger wrote: > Earlier this year, Apache Infrastructure announced to switch off rsync > support for Web Site management. On January, 1st, 2013,

[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-tabpanel&focusedCommentId=13531035#comment-13531035 ] Guillaume Nodet commented on FELIX-3807: I think there is still a potential proble

[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) and

[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-tabpanel&focusedCommentId=13531002#comment-13531002 ] Florent BENOIT commented on FELIX-3715: --- In my tests this commit fixed the problem o

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 t

[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

[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-tabpanel&focusedCommentId=13530960#comment-13530960 ] Felix Meschberger commented on FELIX-3816: -- Asked INFRA to setup staging for our

[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-tabpanel&focusedCommentId=13530954#comment-13530954 ] Felix Meschberger commented on FELIX-3816: -- Moved the old site content to site/br

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

2012-12-13 Thread Felix Meschberger (JIRA)
Felix Meschberger created FELIX-3816: Summary: Migrate Site from Confluence to ASF CMS Key: FELIX-3816 URL: https://issues.apache.org/jira/browse/FELIX-3816 Project: Felix Issue Type: Tas

[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-tabpanel&focusedCommentId=13530781#comment-13530781 ] Göktürk Gezer commented on FELIX-3812: -- iPojo is not reflection based, it's also usin