Hi, 

Are you referring to the pom.xml file of servicemix-camel in the hotdeploy
folder or the one in the local maven repository?  While changing the camel
dependency to 1.6.0 in my maven repository takes care of compile problems
when building the service assembly, I get problems when I drop my service
assembly into the hotdeploy folder as the servicemix-camel component in
there is using camel 1.4.

So how do I update my servicemix-camel installer zip file?



Jean-Baptiste Onofré wrote:
> 
> Hi,
> 
> Camel is embedded in the servicemix-camel SE component.
> 
> If you want to upgrade, you need to include the 1.6 version in this
> component.
> 
> You can edit the component pom.xml and set :
> 
> <properties>
>    [...]
>    <camel-version>1.6.0</camel-version>
>    [...]
> </properties>
> 
> I have just make this change right now and I haven't had any compilation
> errorsi and unit tests were fine. I haven't made further tests but you can
> try like this.
> 
> In any case, you can raise an improvement on JIRA, we will increase the
> camel dependency.
> 
> Regards
> JB
> 
> On Monday 16 March 2009 - 09:39, jcamus wrote:
>> 
>> Hello!
>> 
>> I need to run camel 1.6 in my serviceMix. But am I using serviceMix 3.3
>> which is using by default camel 1.5.
>> How to change that?
>> 
>> Regards.
>> 
>> -- 
>> View this message in context:
>> http://www.nabble.com/How-to-run-camel-1.6-with-serviceMix-3.3---tp22541226p22541226.html
>> Sent from the ServiceMix - User mailing list archive at Nabble.com.
>> 
> 
> -- 
> Jean-Baptiste Onofré
> ---------------------------------
>  HomePage
> http://www.nanthrax.net
> ---------------------------------
>  Contacts
> [email protected]
> [email protected]
> ---------------------------------
>  OpenSource
> BuildProcess/AutoDeploy
> http://buildprocess.sourceforge.net
> Apache ServiceMix
> http://servicemix.apache.org
> -----------------------------------
> PGP : 17D4F086
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-run-camel-1.6-with-serviceMix-3.3---tp22541226p22571805.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to