Re: Camel Unit Testing with Spring.

2011-04-15 Thread Claus Straube
Hi, you should double check, if there's (class="mycompany.generic_soap_provider_bridge.ServiceClient") no typo inside your context. If the class is in your classpath, Spring will find it. Best regards - Claus On 15.04.2011 16:29, Naira & Kobo wrote: Hi, Thanks for your response. However,

Re: Camel Unit Testing with Spring.

2011-04-15 Thread Naira & Kobo
Hi, Thanks for your response. However, in my camel-context, I referenced a class which is part of the same project. but it kept throwing excpetion: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [mycompany.generic_soap_provider_bridge.ServiceClient] for bean wi

Re: Camel Unit Testing with Spring.

2011-03-30 Thread Claus Ibsen
Do not use the osgi namespace but just spring instead eg http://camel.apache.org/schema/osgi should be http://camel.apache.org/schema/spring And if you use OSGi blueprint instead you use http://camel.apache.org/schema/blueprint On Wed, Mar 30, 2011 at 11:15 AM, Naira & Kobo wrote: > Hi, > >