Hi,

I had a similar problem when deploying camel 2.10.2 to weblogic 12c.
Tracking the problem down I found it was a classloader issue. Could you try
to put a file "weblogic.xml" with the following content in your
WEB-INF-folder?

<?xml version="1.0" encoding="ISO-8859-1"?> 
<weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-web-app.xsd";
xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app";> 
    <container-descriptor> 
        <prefer-web-inf-classes>true</prefer-web-inf-classes> 
    </container-descriptor> 
</weblogic-web-app> 


Frank



--
View this message in context: 
http://camel.465427.n5.nabble.com/Spring-Camel-Context-initialization-error-in-weblogic-12c-tp5733202p5733237.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to