Re: java.lang.NoClassDefFoundError: org/apache/camel/model/RouteType - camel 2.0

2009-03-10 Thread Claus Ibsen
Yeah all camel components have been rebuild. You need to rebuild and install new bundles of any camel component you use, also camel-spring-javaconfig And could you look in your class: com.xpectis.camel.bindy.csv.FileCsvUnmarshalTest$ContextConfig Looks like it is using the old classes!! On Tue,

Re: java.lang.NoClassDefFoundError: org/apache/camel/model/RouteType - camel 2.0

2009-03-10 Thread cmoulliard
Claus, Have you also updated the code to build the routes when we use spring javaconfig : @ContextConfiguration(locations = "com.xpectis.camel.bindy.csv.FileCsvUnmarshalTest$ContextConfig", loader = JavaConfigContextLoader.class) public class FileCsvUnmarshalTest extends AbstractJUnit4SpringCont

Re: java.lang.NoClassDefFoundError: org/apache/camel/model/RouteType - camel 2.0

2009-03-10 Thread cmoulliard
I will recheck but I have done a build of camel-core, camel-spring, camel-osgi and camel-bindy yesterday afternoon. Claus Ibsen-2 wrote: > > The classes have been renamed lately in Camel. xxxType is now named > xxxDefinition. > > So you need to update all camel jars in your container. Also cam

Re: java.lang.NoClassDefFoundError: org/apache/camel/model/RouteType - camel 2.0

2009-03-09 Thread Claus Ibsen
The classes have been renamed lately in Camel. xxxType is now named xxxDefinition. So you need to update all camel jars in your container. Also camel-spring On Mon, Mar 9, 2009 at 4:01 PM, cmoulliard wrote: > > Hi, > > When I deploy the following routes on SMX4, > > > http://www.springframewor

java.lang.NoClassDefFoundError: org/apache/camel/model/RouteType - camel 2.0

2009-03-09 Thread cmoulliard
Hi, When I deploy the following routes on SMX4, http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:camel="http://camel.apache.org/schema/spring"; xmlns:cxf="http://camel.apache.org/schema/cxf"; xsi:schemaLocation="