Re: getting error while deploying camel-spring integration in tomcat 6.0

2013-08-04 Thread Pranav Kulkarni
Hi Claus, I am facing the same problem, with same error statements. I tried using jaxb jars with 2.2 version. But, that could not resolve my errors. Can you please help? Thanks! Pranav -- View this message in context: http://camel.465427.n5.nabble.com/getting-error-while-deploying-camel-sprin

Re: getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread Claus Ibsen
No you can use java6 or java7. Just try upgrading the JDK as it can be buggy in JAXB. As well you include jaxb-api and jaxb-impl. You need to use jaxb 2.1 for java 6, and jaxb 2.2 for java7. On Wed, Jul 31, 2013 at 11:38 AM, bhushand wrote: > Hi > Thank for reply. We are using java 6. Is it

Re: getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread bhushand
Hi Thank for reply. We are using java 6. Is it neccessary to use latest version of java 7 for tomcat, or *which java version is compatible.* Thanks Bhushan -- View this message in context: http://camel.465427.n5.nabble.com/getting-error-while-deploying-camel-spring-integration-in-tomcat

Re: getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread Claus Ibsen
If you are using an earlier version of Java 7 then upgrade that as its buggy in the JAXB. This has resolved similar problems like your stacktrace for other ppl. On Wed, Jul 31, 2013 at 11:25 AM, bhushand wrote: > Hello All > I am trying to deploy camel-spring application in tomcat 6.0

getting error while deploying camel-spring integration in tomcat 6.0

2013-07-31 Thread bhushand
Hello All I am trying to deploy camel-spring application in tomcat 6.0. We have camel-spring integration. I am using camel 2.9.2, cxf 2.6.1, spring 3.0.7. When I try to deploy application, it was showing me different errors. I searched for the errors and saw few post saying to include jar