[jira] [Commented] (FELIX-4565) Occasional ArrayIndexOutOfBoundException in iPOJO's ProvidedServiceHandler

2014-09-03 Thread Benjamin Debeerst (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14119675#comment-14119675 ] Benjamin Debeerst commented on FELIX-4565: -- Is there a way to see the

[jira] [Commented] (FELIX-4565) Occasional ArrayIndexOutOfBoundException in iPOJO's ProvidedServiceHandler

2014-09-03 Thread Clement Escoffier (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14119774#comment-14119774 ] Clement Escoffier commented on FELIX-4565: -- Here it is:

[jira] [Updated] (FELIX-4628) [Jetty] Ignore empty string value for truststore

2014-09-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated FELIX-4628: Fix Version/s: http-2.4.0 [Jetty] Ignore empty string value for truststore

[jira] [Resolved] (FELIX-4628) [Jetty] Ignore empty string value for truststore

2014-09-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/FELIX-4628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved FELIX-4628. - Resolution: Fixed Thanks for the patch, Dominique. It's applied [Jetty] Ignore empty

[SCR] Compilation error when compiling trunk

2014-09-03 Thread Carsten Ziegeler
Hi, I just tried to compile latest scr and got: ERROR] /Users/cziegeler/Developer/workspaces/granite/felix/scr/src/main/java/org/apache/felix/scr/impl/config/ConfigurableComponentHolder.java:[671,56] error: method resolveWith in class DeferredT cannot be applied to given types; [ERROR] T

Re: [SCR] Compilation error when compiling trunk

2014-09-03 Thread David Jencks
I don't have this problem on my mac with java -version java version 1.7.0_25 Java(TM) SE Runtime Environment (build 1.7.0_25-b15) Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode) but someone else mentioned it. Does replacing the lines with 671: m_enablePromise = new

Re: [SCR] Compilation error when compiling trunk

2014-09-03 Thread Felix Meschberger
That indeed solved build problems on my box (mac) with both Java 1.7.0_51 and 1.8.0_20. Without the fix both java versions could not build (with different error messages, interestingly). Regards Felix Am 03.09.2014 um 11:35 schrieb David Jencks david_jen...@yahoo.com.INVALID: I don't have

Re: [SCR] Compilation error when compiling trunk

2014-09-03 Thread David Jencks
I have no explanation :-) but I committed the change in r1622362 thanks david jencks On Sep 3, 2014, at 11:16 AM, Felix Meschberger fmesc...@adobe.com wrote: That indeed solved build problems on my box (mac) with both Java 1.7.0_51 and 1.8.0_20. Without the fix both java versions could not