Re: Camel-CXF in tomee

2017-04-06 Thread syadav
Is this enough for you to reproduce or let me know if you need anything else. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681488.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-04-06 Thread syadav
unable to post this query -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681491.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-04-04 Thread syadav
I added below code @Dependent @Named("auaBus") public class MyCxfBus extends ExtensionManagerBus { } But still I am getting the same error. Please help me in this. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681469.html Sent

Re: Camel-CXF in tomee

2017-04-02 Thread syadav
Please could you explain me how to do so. I would be very thankful if you explain me in detail. Thanks -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681439.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-04-01 Thread syadav
Please note that I am not using spring config xml. I dont want to use it also -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681434.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-04-01 Thread syadav
I did not understand. I do not know how to do so. Please explain me so that I can add the change and check. Thanks -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681433.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-04-01 Thread syadav
I just declared the @Context Providers providers in my rest api service (CamelRestService in my sample application) I did not any thing else. But I am getting same error. Is that you want me to do or is there any thing else. Please let me know in details. Thanks for your support and quick

Re: Camel-CXF in tomee

2017-03-31 Thread syadav
I did not understand. Where to add this and what to do with it.Could you tell this with example. Or could you tell me where to add in my sample example which I shared with you. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681429.html

Re: Camel-CXF in tomee

2017-03-30 Thread syadav
I tested this on tomee 7.0.2 because there is no tomee 7.0.3 available in download area.Please share me the link if tomee 7.0.3 is available. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681402.html Sent from the TomEE Users mailing

Re: Camel-CXF in tomee

2017-03-30 Thread syadav
I shared the project in git and below is the url https://github.com/sbandariyadav/CamelRepository/tree/master/sampleCamel -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681401.html Sent from the TomEE Users mailing list archive at

Re: Camel-CXF in tomee

2017-03-30 Thread syadav
I have already shared you the sample project in just previous post. Any how you can find the same in this post. This project is able to deploy in tomee without any error. but unable to save/get data. There is some transaction management issue. I have mentioned the details in previous post.

Re: Camel-CXF in tomee

2017-03-29 Thread syadav
Please find the attachment for the sample application and below are scenarios 1)if you call save using http://localhost:8080/sampleCamel/camel/sample/sample then it is saving successfully.But if i check in database using select query there is no entry in it. 2) if I call

Re: Camel-CXF in tomee

2017-03-27 Thread syadav
After using jta data source also I am getting the same error. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681377.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-03-20 Thread syadav
I did not understand. Please could you explain in detail. I only understood that I need to use @DataSourceDefinition annotation. Please explain me in detail if possible with example. -- View this message in context:

Re: Camel-CXF in tomee

2017-03-20 Thread syadav
is there any other way, as using jta datasource involves changes in tomee server for adding resource and I do not want to do this changes. This increases the deployment task more. I do not want to do any changes in the server. Any change should be in the application itself. -- View this

Re: Camel-CXF in tomee

2017-03-16 Thread syadav
Below is the persistence.xml 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 http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd;

Re: Camel-CXF in tomee

2017-03-16 Thread syadav
This I already tried. But when I am trying to save or retrieve the data, it is not giving updated data. Eg If I am saving the record it is returning successfully but when I am trying check the record in the database using query it is not available in database. I think transaction management is not

Re: Camel-CXF in tomee

2017-03-13 Thread syadav
sampleCamel.zip -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681294.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-03-13 Thread syadav
I uploaded a sample application -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681295.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-03-12 Thread syadav
I did not understand this. I am using eclipse to build project and after that I am manually deploying the build in tomee and starting. So what you want me to do now. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681283.html Sent from

Re: Camel-CXF in tomee

2017-03-06 Thread syadav
No I dont have any git hub. To replicate this just we need to add camel-cxf jar in any project and deploy. You we get the same error. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681222.html Sent from the TomEE Users mailing list

Re: Camel-CXF in tomee

2017-03-06 Thread syadav
I did as you mentioned but getting same error which I mentioned first. It is unable to initialize cxf bus. Even if I add only camel-cxf jar and remove other jars then also I am facing the same error. So I excluded the camel-cxf only then it is giving error as follows SEVERE - Failed to create

Re: Camel-CXF in tomee

2017-03-05 Thread syadav
if I am not excluding this I am getting the error which I have posted above. That is why I excluded. Please let me know how to make this work. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681215.html Sent from the TomEE Users mailing

Re: Camel-CXF in tomee

2017-03-04 Thread syadav
I added exclusions.list and added below lines default-list camel But I am getting following error. Please let me know what to do SEVERE - Failed to create route route1 at: >>> To[cxfbean:REST_Service?providers=#JsonProvider] <<< in route:

Re: Camel-CXF in tomee

2017-03-03 Thread syadav
I did not understand what you are have mentioned above. Please could you explain with example. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681197.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Camel-CXF in tomee

2017-03-02 Thread syadav
Please some one respond to me -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Camel-CXF-in-tomee-tp4681184p4681189.html Sent from the TomEE Users mailing list archive at Nabble.com.

Camel-CXF in tomee

2017-02-28 Thread syadav
And when I delete cxf related jars from tomee it is getting started properly Please let me know what is wrong with this. -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/Cam-tp4681184p4681185.html Sent from the TomEE Users mailing list archive at Nabble.com.

Cam

2017-02-28 Thread syadav
Hi, 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