Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-29 Thread Frank Ertl
Sorry, my fault. Sometimes my memory is like a sieve. I looked at my patched camel-spring-2.x.y.jar and found that the class mentioned in the above post ist not the correct one (at least for my combination of camel, spring and java-version). In my jaxb.properties I have the line as follows: javax.

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-29 Thread Kulbhushan Azad
Thanks, i checked that post and did try the option of adding jaxb.properties , but with no luck , it still gives the error "Two classes have the XML type with uri http://camel.apache.org/schema/spring and name expression" On Wed, May 29, 2013 at 3:57 AM, Frank Ertl < frank.e...@f-i-solutions-

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-29 Thread Frank Ertl
Hi Claus, you're absolutely right. It is this thread: http://camel.465427.n5.nabble.com/Help-on-deploying-Camel-on-Weblogic-12c-Name-Collision-td5720837.html I had the same issue and this

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-28 Thread Claus Ibsen
Hi Can you search the Camel mailing lists. I kinda recall a bit about that Eclipse persistence link error for another user. [Exception [EclipseLink-50007] (Eclipse Persistence Services - Maybe you can find those mail threads and see what the answer was. On Tue, May 28, 2013 at 11:39 PM, Kulbhush

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-28 Thread Kulbhushan Azad
Thanks Frank and Preben for your inputs yes i have been using the cat tool of 12c to resolve the conflicting classes , i do not see any conflicting classes in cat tool now i am getting below error not sure how to go about it [Exception [EclipseLink-50007] (Eclipse Persistence Services - 2.3.2.v2

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-28 Thread Preben.Asmussen
Hi I'm running several camel war's on weblogic 10.3.5 without any problems as long as you remember to use weblogic.xml deployment descriptor to load webapp provided classes first. Weblogic provides an build in weblogic classloader analysis tool

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-28 Thread Frank Ertl
Hi, try to remove the slf4j-jars from your deployment. The error states that the slf4j-classes got mixed up between two classloaders. Could be that there will be following errors of the same type. This happens when weblogic loads singleton classes at startup. I found it sometimes really painful t

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-27 Thread Kulbhushan Azad
hi Frank i added below in the weblogic.xml and tried a clean build and redeployment , now i am seeing another new error as below May 28, 2013 12:52:43 AM org.springframework.web.context.ContextLoader initWebApplicationContext INFO: Root WebApplicationContext: initialization started May 28, 2013 1

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Frank Ertl
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? http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="ht

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Christian Müller
Which Version of Camel do you use? Sent from a mobile device Am 26.05.2013 08:24 schrieb "Kulbhushan Azad" : > hi > > i am new to camel and trying to use this in one of my project which runs on > weblogic 12c. > > appreciate help on this , below is the config and error stack trace > > below is wh

Re: Spring-Camel Context initialization error in weblogic 12c

2013-05-26 Thread Kulbhushan Azad
2.11.0 On Sun, May 26, 2013 at 3:48 AM, Christian Müller < christian.muel...@gmail.com> wrote: > Which Version of Camel do you use? > > Sent from a mobile device > Am 26.05.2013 08:24 schrieb "Kulbhushan Azad" >: > > > hi > > > > i am new to camel and trying to use this in one of my project whi