[jira] Created: (FELIX-1186) Defer the construction of a log message

2009-05-28 Thread Agemo Cui (JIRA)
Defer the construction of a log message --- Key: FELIX-1186 URL: https://issues.apache.org/jira/browse/FELIX-1186 Project: Felix Issue Type: Improvement Components: Declarative Services (SCR)

[jira] Updated: (FELIX-1183) iPOJO JMX handler doesn't rethrow exceptions

2009-05-28 Thread Pierre Bourret (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Bourret updated FELIX-1183: -- Attachment: JMX-handler-rethrow-exceptions.patch The invoke method displays the exceptions on

[IP CLEARANCE] OSGi Shell

2009-05-28 Thread Richard S. Hall
The Apache Felix PMC request an IP check for the OSGi Shell contribution from Peter Kriens: http://incubator.apache.org/ip-clearance/felix-osgi-shell.html Thank you. - richard

[jira] Updated: (FELIX-1154) Module class loader must be created in privileged block

2009-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall updated FELIX-1154: --- Fix Version/s: (was: felix-2.0.0) felix-1.8.1 Module class loader

[jira] Commented: (FELIX-1186) Defer the construction of a log message

2009-05-28 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713986#action_12713986 ] Felix Meschberger commented on FELIX-1186: -- Good idea. I would follow the SLF4J

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Agemo Cui (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713987#action_12713987 ] Agemo Cui commented on FELIX-1185: -- Sorry, the description of the problem is not quite

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12713994#action_12713994 ] Felix Meschberger commented on FELIX-1185: -- Thanks for reporting this issue. I am

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Agemo Cui (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714013#action_12714013 ] Agemo Cui commented on FELIX-1185: -- I understand what you concern. Since I just looked at

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Agemo Cui (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714028#action_12714028 ] Agemo Cui commented on FELIX-1185: -- Actually, if we can take the unregistering of the

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Agemo Cui (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714041#action_12714041 ] Agemo Cui commented on FELIX-1185: -- Sorry, I just noticed that the task could also be

[jira] Commented: (FELIX-1185) If a static/mandatory reference to a service is unregistered, the component should be deactivated synchronously instead of asynchronously

2009-05-28 Thread Agemo Cui (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12714052#action_12714052 ] Agemo Cui commented on FELIX-1185: -- It looks like the field m_componentActor is set to

Re: Excalibur...

2009-05-28 Thread Robert Burrell Donkin
On Mon, May 25, 2009 at 7:44 AM, Niclas Hedhman nic...@hedhman.org wrote: On Mon, May 18, 2009 at 10:41 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: i'm willing to do most of the leg work but it's not going to fly unless there are people with time and interest enough to

[jira] Closed: (FELIX-1181) Add support for activation policy in shell start command

2009-05-28 Thread Richard S. Hall (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard S. Hall closed FELIX-1181. -- Resolution: Fixed I have implemented and committed this. A snapshot is deployed. The patch

Unable to deploy File Install snapshot

2009-05-28 Thread Richard S. Hall
When I try to mvn clean deploy File Install, I get the following error: [INFO] Error deploying artifact: Failed to transfer file:

Re: Unable to deploy File Install snapshot

2009-05-28 Thread Alin Dreghiciu
Not an expert in Felix setup but fileinstall has as parent: groupIdorg.apache.felix/groupId artifactIdfelix-parent/artifactId version1.2.0/version while shell has: groupIdorg.apache.felix/groupId artifactIdfelix/artifactId version1.0.4/version As I recall 1.20 of parent pom uses the

Re: Unable to deploy File Install snapshot

2009-05-28 Thread Richard S. Hall
Doh! Shell apparently hasn't been updated to the new parent, while File Install has... Thanks. - richard On 5/28/09 5:56 PM, Alin Dreghiciu wrote: Not an expert in Felix setup but fileinstall has as parent: groupIdorg.apache.felix/groupId artifactIdfelix-parent/artifactId