hi guys

thanks, it turns out camel 2.6.0 is fine, its the dependencies that were 
clashing... thanks

________________________________________
From: Hadrian Zbarcea [hzbar...@gmail.com]
Sent: 26 November 2011 04:59 PM
To: users@camel.apache.org
Subject: Re: URGENT help please

Jose, I am quite certain it does work because I used to do it. What I
recommend you trying is to checkout the camel-2.6.0 tag from svn [1] and
do a build yourself using maven 2.2.1 (you make want to skip the tests)
[2]. The whole process would take about 30 min.

Use those binaries in your application and please let us know the result.

Cheers,
Hadrian

[1] svn co https://svn.apache.org/repos/asf/camel/tags/camel-2.6.0/
[2] mvn install -Dmaven.test.skip.exec=true



On 11/26/2011 03:41 AM, Jose Correia wrote:
> Yeh as I mentioned I did find that link myself, hence why I went back to 
> 2.6.0. However it did not work it seems, it still failed with same 
> exception... so I went even further back to 2.5.0... hmm it seems not its in 
> spring... even though spring 3.0.5 seems to be compatible... sucks... the 
> battle continues.
>
> Thanks for assistance though.
>
> Regards
> Jose
>
> ________________________________________
> From: Claus Ibsen [claus.ib...@gmail.com]
> Sent: 26 November 2011 10:00 AM
> To: users@camel.apache.org
> Cc: Jose Correia
> Subject: Re: URGENT help please
>
> Hi
>
> Camel 2.6.x or older supports JDK 1.5.
>
> See here for more details
> http://camel.apache.org/2011/02/09/camel-270-drops-support-for-java-15.html
>
>
> On Sat, Nov 26, 2011 at 7:41 AM, Jose Correia<j...@ct.bbd.co.za>  wrote:
>> Hi all
>>
>> My maven-built application (using eclipse sprins source IDE) was being
>> compiled and created using JDK 6. Suddenly the client wanted to go back to
>> jdk5... so I did the usual, went to the jdk compliance preferences and
>> switched it to 1.5. Also in all my poms set the maven-jar-plugin and
>> maven-compiler-plugin to 1.5.
>>
>> I rebuilt war file and deployed on Jboss, it then started spewing on
>> deployment:
>>
>>
>> java.lang.UnsupportedClassVersionError: Bad version number in .class file
>>
>>        at java.lang.ClassLoader.defineClass1(Native Method)
>>
>>
>>
>> And it was pointing at Camel... I was using 2.7.2... which after googling I
>> found out on the camel website that from after 2.6.0 Camel stopped support
>> for 1.5... so I went back to 2.6.0 (quite a mission too as certain depencies
>> of 2.7.2 all of a sudden needed to be specified directly) and rebuilt. Also
>> I then restarted eclipse wit jdk5 and pointed my runtime environment to jdk
>> 5 too.
>>
>>
>>
>> There was an improvement in that on deployment exceptions fell away. However
>> on calling a webmethod of my webservice through soap ui, the same exceptions
>> is thrown... so I went back to camel version 2.5.0.... and same thing.
>>
>>
>>
>> Can anyone tell me which version of camel is really compatible with 1.5?
>>
>>
>>
>> Thanks
>>
>> Jose
>
>
>
> --
> Claus Ibsen
> -----------------
> FuseSource
> Email: cib...@fusesource.com
> Web: http://fusesource.com
> Twitter: davsclaus, fusenews
> Blog: http://davsclaus.blogspot.com/
> Author of Camel in Action: http://www.manning.com/ibsen/

--
Hadrian Zbarcea
Principal Software Architect
Talend, Inc
http://coders.talend.com/
http://camelbot.blogspot.com/

Reply via email to