Re: Camel Upgrade: Spring Integration

2009-10-22 Thread Willem Jiang
As you know camel has more than 70s components, and each component has lots of third part dependent files. There could be hundreds of third part files. So we don't ship the third part file which isn't used by camel-core in the distribution kit to keep it small. BTW, if you are using maven, it

Re: Camel Upgrade: Spring Integration

2009-10-22 Thread sub3
Thanks. Grabbing that file worked. I don't have that file anywhere within the downloaded apache-camel-2.0.0.zip; Do you know if there is anything else I need that isn't included in the zip file? Thanks. willem.jiang wrote: > > Can you check your class path if it has the > org.springframewor.in

Re: Camel Upgrade: Spring Integration

2009-10-21 Thread Willem Jiang
Can you check your class path if it has the org.springframewor.integration-1.0.3.RELEASE.jar. Otherwise you can download it from here[1] [1] http://s3.amazonaws.com/dist.springframework.org/release/INT/spring-integration-1.0.3.RELEASE.zip Willem sub3 wrote: When upgrading to 2.0, I am getti