Re: Getting closer with Java7....

2012-10-07 Thread Babak Vahdat
Am 07.10.12 21:47 schrieb "Christian Müller" unter : >That's great! After the three consecutive successful runs, they all failed again just right before and have got no idea why: https://builds.apache.org/job/Camel.trunk.fulltest.java7/307/#showFailuresL ink Babak > >Thanks, >Christian >

Re: Getting closer with Java7....

2012-10-07 Thread Christian Müller
That's great! Thanks, Christian On Sun, Oct 7, 2012 at 11:31 AM, Babak Vahdat wrote: > Hi > > Just a short Head-Up regarding the camel-quickfix test failures on JDK7 > being mentioned by this thread (profile "Camel.trunk.fulltest.java7"): > > As a side effect of: > >https://issues.apache.org

Re: Getting closer with Java7....

2012-10-07 Thread Babak Vahdat
Hi Just a short Head-Up regarding the camel-quickfix test failures on JDK7 being mentioned by this thread (profile "Camel.trunk.fulltest.java7"): As a side effect of: https://issues.apache.org/jira/browse/CAMEL-5686 Now this module's tests do pass under JDK7 as well, following the last 3 run

Re: Getting closer with Java7....

2012-10-03 Thread Babak Vahdat
Hi Just a short Head-Up about the status of this: The INFRA did kindly broadcast the same JDK 7 version on all nodes (for details see the ticket) which now made all those SSL/TLS test failures (camel-ahc, camel-jetty, etc.) to disappear: https://builds.apache.org/job/Camel.trunk.fulltest.java7/2

Re: Getting closer with Java7....

2012-10-02 Thread Christian Müller
I created a ticket: https://issues.apache.org/jira/browse/INFRA-5343 Thanks for looking into it. Best, Christian On Tue, Oct 2, 2012 at 3:32 PM, Babak Vahdat wrote: > Hi > > The test results of "Camel.trunk.fulltest.java7" profile is again there > where it used to be, as an example looking at th

Re: Getting closer with Java7....

2012-10-02 Thread Babak Vahdat
Hi The test results of "Camel.trunk.fulltest.java7" profile is again there where it used to be, as an example looking at the latest camel-jetty test results: https://builds.apache.org/job/Camel.trunk.fulltest.java7/295/org.apache.camel$camel-jetty/testReport/ It fails *exactly* by the same 3

Re: Getting closer with Java7....

2012-06-10 Thread Babak Vahdat
Hi The build failed again however this time by camel-quickfix: https://builds.apache.org/job/Camel.trunk.fulltest.java7/132/org.apache.camel$camel-quickfix/testReport/ All of the 5 failures are because of the SAME reason that a quickfixj specific MBean should not have been enlisted in JMX. Howev

Re: Getting closer with Java7....

2012-06-09 Thread Babak Vahdat
Am 09.06.12 14:13 schrieb "Babak Vahdat" unter : >Yeah that makes sense, however what they say on their sites is >contradictory >to what they do provide (the parent POM of javax.mail:mail): > >http://search.maven.org/#artifactdetails%7Ccom.sun.mail%7Call%7C1.4.5%7Cpo >m > >which brings: > >

Re: Getting closer with Java7....

2012-06-09 Thread Babak Vahdat
Yeah that makes sense, however what they say on their sites is contradictory to what they do provide (the parent POM of javax.mail:mail): http://search.maven.org/#artifactdetails%7Ccom.sun.mail%7Call%7C1.4.5%7Cpom which brings: javax.activation activation   

Re: Getting closer with Java7....

2012-06-09 Thread Claus Ibsen
On Sat, Jun 9, 2012 at 12:50 PM, Babak Vahdat wrote: > Hi > > The latest JDK 7 build went ALMOST well: > > > https://builds.apache.org/job/Camel.trunk.fulltest.java7/131/#showFailuresLink > > The cause of the failed 5 tests in camel-mail is because of: > > https://issues.apache.org/jira/browse/CAM

Re: Getting closer with Java7....

2012-06-09 Thread Babak Vahdat
The other option could be also to modify the tests like: if (jdk7) { assertEquals("application/octet-stream ...", handler.getContentType()); } else { assertEquals("image/jpeg ...", handler.getContentType()); } Babak Vahdat wrote > > Hi > > The latest JDK 7 build went ALMOST well: > > ht

Re: Getting closer with Java7....

2012-06-09 Thread Babak Vahdat
Hi The latest JDK 7 build went ALMOST well: https://builds.apache.org/job/Camel.trunk.fulltest.java7/131/#showFailuresLink The cause of the failed 5 tests in camel-mail is because of: https://issues.apache.org/jira/browse/CAMEL-5339 As the built-in activation API inside JDK 7 itself behaves di

Re: Getting closer with Java7....

2012-06-02 Thread Claus Ibsen
On Sat, Jun 2, 2012 at 6:01 PM, Daniel Kulp wrote: > On Saturday, June 02, 2012 02:05:47 PM Claus Ibsen wrote: >> Hi >> >> Ah this is good. Yeah I really wonder why Jenkins dont in the top of >> its log, logs the exact version numbers of the JDK it uses. >> Apparently its a " trade secret" to figu

Re: Getting closer with Java7....

2012-06-02 Thread Daniel Kulp
On Saturday, June 02, 2012 02:05:47 PM Claus Ibsen wrote: > Hi > > Ah this is good. Yeah I really wonder why Jenkins dont in the top of > its log, logs the exact version numbers of the JDK it uses. > Apparently its a " trade secret" to figure out. It does print that out. See: https://builds.ap

Re: Getting closer with Java7....

2012-06-02 Thread Claus Ibsen
Hi Ah this is good. Yeah I really wonder why Jenkins dont in the top of its log, logs the exact version numbers of the JDK it uses. Apparently its a " trade secret" to figure out. I tired an Ubuntu 12.04 image running in 32bit mode, with the _03 OpenJDK version. And that worked fine as well. Ther

Re: Getting closer with Java7....

2012-05-31 Thread Christian Müller
We did it! The Java 7 build passed: https://builds.apache.org/job/Camel.trunk.fulltest.java7/118/ Thank you all, Christian On Thu, May 31, 2012 at 4:33 PM, Babak Vahdat wrote: > Bingo! look at this... seems to be promising, as those 3 camel-jetty httpS > related tests (failing since ages) did s

Re: Getting closer with Java7....

2012-05-31 Thread Babak Vahdat
Bingo! look at this... seems to be promising, as those 3 camel-jetty httpS related tests (failing since ages) did suddenly pass NOW: https://builds.apache.org/job/Camel.trunk.fulltest.java7/118/org.apache.camel$camel-jetty/testReport/ org.apache.camel.component.jetty.jettyproducer.JettyHttpsProdu

Re: Getting closer with Java7....

2012-05-31 Thread Daniel Kulp
Ubuntu 3 is now updated. Build is running: https://builds.apache.org/job/Camel.trunk.fulltest.java7/118/console Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+) Maven home: /x1/jenkins/jenkins-slave/tools/Maven/maven-3.0.4 Java version: 1.7.0_04, vendor: Oracle Corporation Java home: /x1

Re: Getting closer with Java7....

2012-05-31 Thread Daniel Kulp
On Thursday, May 31, 2012 02:03:36 AM Babak Vahdat wrote: > Hi Christian, > > Yeah the good question of yours is what the *exact* version of JDK 7 we've > got by the CI-Server box (Ubuntu). Those tests failing on CI-Server do > pass by me as well (JDK 7 both on WIN as well as OS X). So why the > s

Re: Getting closer with Java7....

2012-05-31 Thread Babak Vahdat
Hi Christian, Yeah the good question of yours is what the *exact* version of JDK 7 we've got by the CI-Server box (Ubuntu). Those tests failing on CI-Server do pass by me as well (JDK 7 both on WIN as well as OS X). So why the suspection by my previous post: "I suspect this has to do with a bug in

Re: Getting closer with Java7....

2012-05-30 Thread Christian Müller
I found the two tickets below which should be fixed with Java version: 1.7.0_02 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7098735 http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7031830 Best, Christian On Wed, May 30, 2012 at 11:51 PM, Christian Müller < christian.muel...@gmail.com>

Re: Getting closer with Java7....

2012-05-30 Thread Christian Müller
In my environment (see below), I could run mvn clean install -o for camel-ahc, camel-jetty, camel-netty, camel-mina2, camel-web and camel-websocket without any problem. Do we have Java 1.7.0_04 on Ubuntu? Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100) Maven home: /Applications/apache-mav

Re: Getting closer with Java7....

2012-05-29 Thread Daniel Kulp
I haven't looked at those specific modules, but I do know that to get CXF's https tests working with Java7, we had to adjust a lot of the algorthims that were set into the SSL socket factory things.In Java7, they disabled some of the algorithms that have been known to be "broken" (easily ha

Re: Getting closer with Java7....

2012-05-28 Thread Babak Vahdat
Hi Most of the currently about 12 failed tests in - camel-ahc - camel-jetty - camel-mina2 have something in common which is SSL ("bad record MAC" or whatnot). I suspect this has to do with a bug in JDK 7 itself. Here is the same with Netty & JDK7: https://github.com/AtKaaZ/Chatzorz But maybe

Re: Getting closer with Java7....

2012-05-28 Thread Claus Ibsen
Hi So on the Apache CI servers running Ubuntu on java7 we got the last missing pieces with SSL. I had to dig a big and enable logging to System.out, to let it be visibile in Jenkins what is the problem. I dugged out this. The "bad record MAC". Apart from that, then all other pieces seems okay on

Re: Getting closer with Java7....

2012-05-11 Thread Claus Ibsen
Hi I installed the Java7 update 4 on my windows xp box. And gave the latest source code a test spin Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) Maven home: E:\maven\bin\.. Java version: 1.7.0_04, vendor: Oracle Corporation Java home: E:\jdk1.7.0_04\jre Default locale: en_GB, platform

Re: Getting closer with Java7....

2012-05-08 Thread Christian Müller
There is no indication that quickfix 1.5.2 supports Java 7 [1]. But I will give it a try today later. If it works, I will request a new bundle from the SMX guys... [1] http://www.quickfixj.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&jqlQuery=fixVersion+%3D+%221.5.2%22+AND+project+%3D+

Re: Getting closer with Java7....

2012-05-08 Thread Claus Ibsen
On Tue, May 8, 2012 at 3:26 PM, Daniel Kulp wrote: > On Tuesday, May 08, 2012 07:12:28 AM Daniel Kulp wrote: >> On Tuesday, May 08, 2012 09:24:43 AM Claus Ibsen wrote: >> > For the fix in XStreamDataFormat.java, i wonder if the hardcoded >> > namespace to @XmlType(name = "converterList", namespace

Re: Getting closer with Java7....

2012-05-08 Thread Daniel Kulp
On Tuesday, May 08, 2012 07:12:28 AM Daniel Kulp wrote: > On Tuesday, May 08, 2012 09:24:43 AM Claus Ibsen wrote: > > For the fix in XStreamDataFormat.java, i wonder if the hardcoded > > namespace to @XmlType(name = "converterList", namespace = > > "http://camel.apache.org/schema/spring";) > > > >

Re: Getting closer with Java7....

2012-05-08 Thread Daniel Kulp
On Tuesday, May 08, 2012 01:18:52 PM Claus Ibsen wrote: > On Tue, May 8, 2012 at 1:12 PM, Daniel Kulp wrote: > > On Tuesday, May 08, 2012 09:24:43 AM Claus Ibsen wrote: > >> And we need an osgi bundle for it anyway, so we may publish it in the > >> SMX > >> repo > >> http://repo2.maven.org/maven2/

Re: Getting closer with Java7....

2012-05-08 Thread Claus Ibsen
On Tue, May 8, 2012 at 1:12 PM, Daniel Kulp wrote: > On Tuesday, May 08, 2012 09:24:43 AM Claus Ibsen wrote: >> Hi >> >> Thanks its a good step in the right direction. >> >> For quickfix, there is a new release (1.5.2), we could possible try to >> see if that is compatible with Java7 >> http://www

Re: Getting closer with Java7....

2012-05-08 Thread Daniel Kulp
On Tuesday, May 08, 2012 09:24:43 AM Claus Ibsen wrote: > Hi > > Thanks its a good step in the right direction. > > For quickfix, there is a new release (1.5.2), we could possible try to > see if that is compatible with Java7 > http://www.quickfixj.org/ > > And we need an osgi bundle for it anyw

Re: Getting closer with Java7....

2012-05-08 Thread Christian Schneider
I have created a Java 7 compliant osgi spec bundle in Karaf. So if we need the generics we could use this. As the module is basically just a pom we could also simply do the same in camel to avoid the additional dependency. org.apache.karaf org.osgi.core 3.0.0-SNAPSHOT Christian Am 08.05.201

Re: Getting closer with Java7....

2012-05-08 Thread Claus Ibsen
Hi Thanks its a good step in the right direction. For quickfix, there is a new release (1.5.2), we could possible try to see if that is compatible with Java7 http://www.quickfixj.org/ And we need an osgi bundle for it anyway, so we may publish it in the SMX repo http://repo2.maven.org/maven2/org