Re: impl cxf bus

2017-04-04 Thread syadav
And this I want in java code no xml. I dont want to use any xmls -- View this message in context: http://camel.465427.n5.nabble.com/impl-cxf-bus-tp5796887p5796888.html Sent from the Camel - Users mailing list archive at Nabble.com.

impl cxf bus

2017-04-04 Thread syadav
Hi I want to implement a custom cxf bus for tomee as tomee is not able to create cxf bus. So i what to implement cxf bus and force the tomee to use this implemented class Please help me this. Thanks -- View this message in context:

Re: Camel-CXF in tomee

2017-03-02 Thread syadav
no one responding in tomee user forum. Could you help in getting proper forum where I can resolve my issue. For your referece below is the post http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-td4681184.html -- View this message in context:

Re: Camel-CXF in tomee

2017-02-27 Thread syadav
And also is this the only solution to delete the cxf related files from tomee lib. Because this may me deployed in many servers(production servers) and I cannot delete cxf related jars from all the instances. And also I am getting the following error when I do so but application is getting started

Re: Camel-CXF in tomee

2017-02-27 Thread syadav
But the same was working in glassfish without any change in jar and persistence.xml -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794484.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-02-26 Thread syadav
And this error is coming only when I delete the cxf related jars from tomee which I dont want to do. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794480.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-02-26 Thread syadav
Below is the persistence.xml. could you help me what is the problem http://xmlns.jcp.org/xml/ns/persistence; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence

Re: Camel-CXF in tomee

2017-02-26 Thread syadav
Actually there are many jar files duplicate with respective to tomee and my application eg cxf-core-3.1.6 in tomee and cxf-core-3.1.9 in my application. There are some 10 -15 jar files are same with different version. I want tomee to use my jars but I think tomee is trying to call the classes from

Re: Camel-CXF in tomee

2017-02-25 Thread syadav
Could you please help in identifying the jars which are conflicting tomee jars. I am unable to figure it out. Thanks for your response -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794461.html Sent from the Camel - Users mailing list archive

Re: Camel-CXF in tomee

2017-02-25 Thread syadav
SEVERE - Failed to create route route1 at: >>> To[cxfbean:REST_Service] <<< in route: Route(rout e1)[[From[servlet:///s?servletName=CamelServlet... because of Failed to resolve endpoint: cxfbean ://REST_Service due to: null org.apache.camel.FailedToCreateRouteException: Failed to create route

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
if I am using cxf:bean, it is giving below error. For your information the same application worked in glassfish server without any changes even no exclusions and with cxfbean: route. 2017-02-24 21:32:35 DEBUG DefaultCamelContext:865 - Adding routes from builder: Routes: [] SEVERE - CDI Beans

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
extended routebuilder and in configure method added following line from("servlet:///auas?servletName=CamelServlet=true").to("cxfbean:REST_Service?providers=#JsonProvider") -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794438.html Sent from

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
After exclusion of camel using exclusions.list in tomee/conf,I am getting the following error and below is the exclusions.list default-list camel-cxf Please help in resolving this SEVERE - Failed to create route route1 at: >>> To[cxfbean:REST_Service?providers=#JsonProvider] <<< in route:

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
what should be excluded from scanning. Please tell me the jar and where to add this to skip it. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794420.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
I did not understand what to do. Could you please explain me what to do. Note: I am not using spring configuration. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-in-tomee-tp5794355p5794387.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-02-24 Thread syadav
Hi, I tried this but no use. I added the cxf jars to catalina.properties tomcat.util.scan.StandardJarScanFilter.jarsToSkip, but it is giving error as no cxfbean found. This is because in my project I am using cxfbean for routing it to webservice class. This is using JAVA DSL. -- View this

Camel-CXF in tomee

2017-02-23 Thread syadav
I am facing a issue when I am deploying my project in tomee. This is working fine in glashfish 4. I even tried to deploy a empty sample application where only a jar camel-cxf is added. Then tomee is not able to start gives following error. SEVERE - Unable to deploy collapsed ear in war