Re: [Framework] ServiceRegistry.getService() endless loop with lock?

2015-03-23 Thread Richard S. Hall
On 3/23/15 03:55 , Guillaume Nodet wrote: There's a call to interrupt() in Felix#acquireBundleLock(), not sure if it can be the culprit though. Interrupts could also be caused by a bundle being shutdown while one of its thread is waiting for a service, which should is a valid use case imho.

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread Joune
+1 /Arjun -- http:/arjunpanday.tumblr.com http://arjunpanday.tumblr.com/ http://www.arjunpanday.fr On Mon, Mar 23, 2015 at 11:20 AM, Prem JOSEPH prem.jos...@alcatel-lucent.com wrote: +1 Cheers On 03/20/2015 09:38 AM, fleygues wrote: +1 Pierre De Rop wrote: Hello all, A

[jira] [Commented] (FELIX-4495) Candidates from already resolved fragments get ignored if no new hosts are available

2015-03-23 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14376025#comment-14376025 ] Thomas Watson commented on FELIX-4495: -- Not sure what you are trying to do by

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread Xander Uiterlinden
+1 (verified and tested) Xander On Thu, Mar 19, 2015 at 11:09 PM, Pierre De Rop pierre.de...@gmail.com wrote: Hello all, A critical bug has been found in the previous Dependency Manager R1 release, and I need to open a vote for a new R2 top-level release. We solved the following issues:

[jira] [Commented] (FELIX-4495) Candidates from already resolved fragments get ignored if no new hosts are available

2015-03-23 Thread Thomas Watson (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14376018#comment-14376018 ] Thomas Watson commented on FELIX-4495: -- I don't think I ask the resolver to resolve

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread Marcel Offermans
+1 (binding) Checked the signatures, compiled from source, ran all tests. Looking good! Greetings, Marcel

Re: Service Registry refactor using Java-5 concurrency libraries (Was Re: [Framework] ServiceRegistry.getService() endless loop with lock?)

2015-03-23 Thread Richard S. Hall
On 3/23/15 10:17 , David Bosschaert wrote: On 23 March 2015 at 13:39, Richard S. Hall he...@ungoverned.org wrote: On 3/23/15 03:55 , Guillaume Nodet wrote: There's a call to interrupt() in Felix#acquireBundleLock(), not sure if it can be the culprit though. Interrupts could also be caused by a

Service Registry refactor using Java-5 concurrency libraries (Was Re: [Framework] ServiceRegistry.getService() endless loop with lock?)

2015-03-23 Thread David Bosschaert
On 23 March 2015 at 13:39, Richard S. Hall he...@ungoverned.org wrote: On 3/23/15 03:55 , Guillaume Nodet wrote: There's a call to interrupt() in Felix#acquireBundleLock(), not sure if it can be the culprit though. Interrupts could also be caused by a bundle being shutdown while one of its

Re: [Framework] ServiceRegistry.getService() endless loop with lock?

2015-03-23 Thread Carsten Ziegeler
Am 23.03.15 um 01:25 schrieb Richard S. Hall: On 3/21/15 05:52 , Carsten Ziegeler wrote: Question remains, why the thread got interrupted in the first place. It was something that you did as part of FELIX-4806: Yes, I noticed this as well - and I have no idea why I did it. I know that I

[jira] [Comment Edited] (FELIX-4546) Implement HttpServiceRuntime service

2015-03-23 Thread Thomas Baier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14371221#comment-14371221 ] Thomas Baier edited comment on FELIX-4546 at 3/23/15 8:27 AM: --

[jira] [Updated] (FELIX-4546) Implement HttpServiceRuntime service

2015-03-23 Thread Thomas Baier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Baier updated FELIX-4546: Attachment: felix-4546.failure_dtos.patch Implement HttpServiceRuntime service

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread Pierre De Rop
+1 /Pierre On Thu, Mar 19, 2015 at 11:09 PM, Pierre De Rop pierre.de...@gmail.com wrote: Hello all, A critical bug has been found in the previous Dependency Manager R1 release, and I need to open a vote for a new R2 top-level release. We solved the following issues: * [FELIX-4832] -

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread David Bosschaert
+1 David On 23 March 2015 at 10:52, Pierre De Rop pierre.de...@gmail.com wrote: +1 /Pierre On Thu, Mar 19, 2015 at 11:09 PM, Pierre De Rop pierre.de...@gmail.com wrote: Hello all, A critical bug has been found in the previous Dependency Manager R1 release, and I need to open a vote

Re: [Framework] ServiceRegistry.getService() endless loop with lock?

2015-03-23 Thread Guillaume Nodet
There's a call to interrupt() in Felix#acquireBundleLock(), not sure if it can be the culprit though. Interrupts could also be caused by a bundle being shutdown while one of its thread is waiting for a service, which should is a valid use case imho. Anyway, I think sanely reacting to a thread

[jira] [Updated] (FELIX-4546) Implement HttpServiceRuntime service

2015-03-23 Thread Thomas Baier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Baier updated FELIX-4546: Attachment: (was: felix-4546.failure_dtos.patch) Implement HttpServiceRuntime service

Re: [VOTE] Apache Felix Dependency Manager Release Candidate R2

2015-03-23 Thread Prem JOSEPH
+1 Cheers On 03/20/2015 09:38 AM, fleygues wrote: +1 Pierre De Rop wrote: Hello all, A critical bug has been found in the previous Dependency Manager R1 release, and I need to open a vote for a new R2 top-level release. We solved the following issues: * [FELIX-4832] -

Re: [Framework] ServiceRegistry.getService() endless loop with lock?

2015-03-23 Thread Robert Munteanu
On Fri, Mar 20, 2015 at 7:41 PM, David Bosschaert david.bosscha...@gmail.com wrote: Some more thoughts about this... The wait() call in the getService() method is as follows: synchronized (this) { // First make sure that no existing operation is currently //

[jira] [Updated] (FELIX-4688) maven fail to execute goal 'maven-scr-plugin' when the path of class file have a signLetter in directoryName

2015-03-23 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks updated FELIX-4688: Component/s: (was: Declarative Services (SCR)) SCR Tooling maven fail to

[jira] [Created] (FELIX-4835) Use bnd 2.3 (via maven-bundle-plugin 2.5.3) to avoid java 8 import problems

2015-03-23 Thread David Jencks (JIRA)
David Jencks created FELIX-4835: --- Summary: Use bnd 2.3 (via maven-bundle-plugin 2.5.3) to avoid java 8 import problems Key: FELIX-4835 URL: https://issues.apache.org/jira/browse/FELIX-4835 Project:

[jira] [Closed] (FELIX-4835) Use bnd 2.3 (via maven-bundle-plugin 2.5.3) to avoid java 8 import problems

2015-03-23 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed FELIX-4835. --- Resolution: Fixed Fixed rev 1668760 Use bnd 2.3 (via maven-bundle-plugin 2.5.3) to avoid java 8

[jira] [Resolved] (FELIX-4401) [DS] [R6/rfc190] Implement runtime/introspection/console based on DTOs

2015-03-23 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks resolved FELIX-4401. - Resolution: Fixed Code is currently up to date with current spec classes. [DS] [R6/rfc190]

[jira] [Assigned] (FELIX-4758) SCRCommandlTest test failure on Windows

2015-03-23 Thread David Jencks (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks reassigned FELIX-4758: --- Assignee: David Jencks SCRCommandlTest test failure on Windows