Re: Camel Spring 2.11 + JDK 1.7_u17

2013-06-02 Thread Christian Müller
"update the jdk patch level" means installing the latest version from Oracle [1] and pointing your JAVA_HOME environment variable to its installation directory. [1] http://www.oracle.com/technetwork/java/javase/downloads/index.html Best, Christian Müller - Software Integration S

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-06-02 Thread Christian Müller
You are sure you are using JAXB 2.2.6? It looks like the JAXB isuue which was fixed with JAXB 2.2.5. We also had to related issues in Camel in the past [2], [3] which were fixed by using JAXB 2.2.5+. [1] https://java.net/jira/browse/JAXB-860 [2] https://issues.apache.org/jira/browse/CAMEL-4893 [3]

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-05-31 Thread Jose
Hi David, Thank you for your reply. I am using jaxb-impl 2.2.6, which I think is the latest version. How can I update my jdk patch level? Regards, Jose -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Spring-2-11-JDK-1-7-u17-tp5733517p5733542.html Sent from the Camel

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-05-31 Thread David Karlsen
Do you have an old jaxb-impl in your application? You could also update your jdk patch level. Den 31. mai 2013 08:37 skrev "Jose" følgende: > Hi, > > I am using camel-spring with JKD 1.7.0_17 and I am getting a > NullPointerException when the applicationContext is parsed. This is the > trace: > >

Re: Camel Spring 2.11 + JDK 1.7_u17

2013-05-30 Thread Okello Nelson
Hi, I'm using the 64-bit JDK of the same version. I'm also using Camel 2.11.0 and Spring 3.2.0.RELEASE, and I'm not experiencing any issues. In my opinion, I think you need to countercheck your setup. Kind Regards, Okello Nelson. On Thu, May 30, 2013 at 7:01 PM, Jose wrote: > Hi, > > I am usi