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,
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
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,
>
>