[jira] [Created] (FELIX-4641) Adding the capability to aggregate baselining reports.

2014-09-17 Thread Jonathan DELAIRE (JIRA)
Jonathan DELAIRE created FELIX-4641: --- Summary: Adding the capability to aggregate baselining reports. Key: FELIX-4641 URL: https://issues.apache.org/jira/browse/FELIX-4641 Project: Felix

[jira] [Updated] (FELIX-4641) Adding the capability to aggregate baselining reports.

2014-09-17 Thread Jonathan DELAIRE (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan DELAIRE updated FELIX-4641: Description: The baselining feature is nice, however it reports in a file for each module

[jira] [Created] (FELIX-4642) NPE in the resolver when substituting

2014-09-17 Thread Guillaume Nodet (JIRA)
Guillaume Nodet created FELIX-4642: -- Summary: NPE in the resolver when substituting Key: FELIX-4642 URL: https://issues.apache.org/jira/browse/FELIX-4642 Project: Felix Issue Type: Bug

[jira] [Updated] (FELIX-4642) NPE in the resolver when substituting

2014-09-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-4642: --- Description: {code} 2014-09-17 11:01:13,035 | ERROR | agent-5-thread-1 | DeploymentAgent

[jira] [Updated] (FELIX-4642) NPE in the resolver when substituting

2014-09-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet updated FELIX-4642: --- Affects Version/s: (was: resolver-1.0.0) resolver-1.2.0 NPE in

[jira] [Commented] (FELIX-4642) NPE in the resolver when substituting

2014-09-17 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14137486#comment-14137486 ] Guillaume Nodet commented on FELIX-4642: I think this is caused by a call to

Re: Release resolver 1.2.0 ?

2014-09-17 Thread Guillaume Nodet
The apparent slowness is caused by substitution for bundles that import/export their packages. I can come back to something usable by fixing a few bundles. I also came across FELIX-4642 for which I'd be happy to have another pair of eye. 2014-09-15 18:05 GMT+02:00 Guillaume Nodet

[jira] [Updated] (FELIX-4638) Event Admin - Less locking on event handler timing

2014-09-17 Thread Bob Paulin (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4638?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Paulin updated FELIX-4638: -- Attachment: FELIX-4638b.patch Event Admin - Less locking on event handler timing

Re: Event Admin: Sync Event Blacklist timing

2014-09-17 Thread Bob Paulin
Carsten, I paired the the CountDownLatch with the JMX timings when I saw some events getting blacklisted due to thread scheduling rather than the actual time spent executing code in the handler. For example it appeared that there are some cases where a thread starts executing a handler

[jira] [Commented] (FELIX-4642) NPE in the resolver when substituting

2014-09-17 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4642?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14137755#comment-14137755 ] Thomas Watson commented on FELIX-4642: -- It seems to me the check should be reversed:

[jira] [Created] (FELIX-4643) Event Admin - Ensure thread based ordering

2014-09-17 Thread Bob Paulin (JIRA)
Bob Paulin created FELIX-4643: - Summary: Event Admin - Ensure thread based ordering Key: FELIX-4643 URL: https://issues.apache.org/jira/browse/FELIX-4643 Project: Felix Issue Type: Test

[jira] [Updated] (FELIX-4643) Event Admin - Ensure thread based ordering

2014-09-17 Thread Bob Paulin (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bob Paulin updated FELIX-4643: -- Attachment: FELIX-4643.patch Event Admin - Ensure thread based ordering