Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread Claus Ibsen
Hi And the Camel tutorials have a CXF based wsdl first as well http://camel.apache.org/tutorial-example-reportincident.html On Wed, Aug 26, 2009 at 2:36 AM, Willem Jiang wrote: > Hi, > > You can find some useful documents about the WSDL first approach on the CXF > wiki site[1]. > > [1] http://cxf

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread Willem Jiang
Hi, You can find some useful documents about the WSDL first approach on the CXF wiki site[1]. [1] http://cxf.apache.org/docs/jax-ws.html Willem bgoetzmann wrote: Thank you, I see that there a generation wsdl2java in the pom: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread bgoetzmann
Thank you, I see that there a generation wsdl2java in the pom: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom.xml So I realize that the test is a case of WSDL first approach. Can you suggest me a good tutorial link on this approach with Camel? Thank you. Bertrand. Claus

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread Claus Ibsen
And dropped in src/generated or something like that. On Tue, Aug 25, 2009 at 4:36 PM, Claus Ibsen wrote: > I think they are auto generated by maven tooling. > > Try running mvn install > > On Tue, Aug 25, 2009 at 4:08 PM, bgoetzmann > wrote: >> >> Hello, >> >> Looking at the CxfMtomConsumerTest.j

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread Claus Ibsen
I think they are auto generated by maven tooling. Try running mvn install On Tue, Aug 25, 2009 at 4:08 PM, bgoetzmann wrote: > > Hello, > > Looking at the CxfMtomConsumerTest.java test case in > http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-08-25 Thread bgoetzmann
Hello, Looking at the CxfMtomConsumerTest.java test case in http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/ I see that file uses org.apache.camel.cxf.mtom_feature.HelloService and org.apache.camel.cxf.mtom_feature.Hello classes, but I c

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-06-10 Thread Willem Jiang
Can you try out the Camel 2.0-SNAPSHOT? Since we did some refactoring and clean up work on the camel-cxf in Camel 2.0, maybe this bug is ready fixed in Camel 2.0-SNAPSHOT. I will run the MTOM tests on Camel 1.x branch tomorrow. BTW, Hadrian is doing the Camel 2.0-m2 release this week, don't hesit

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-06-10 Thread trivedi kumar b
Hi, Thanks for the response on this. I have been using 1.6.0 version of camel. Let me know were you able to replicate the problem at your end. Thanks, Trivedi willem.jiang wrote: > > Hi, > > Which version of Camel are you using ? > I just write a simple test on the latst Camel trunk (2.0-SNA

Re: issue with CXF with MTOM and dataformat as "MESSAGE"

2009-06-10 Thread Willem Jiang
Hi, Which version of Camel are you using ? I just write a simple test on the latst Camel trunk (2.0-SNAPSHOT). There is no exception with the "MESSAGE" dataFormat. Willem trivedi kumar b wrote: > Hi, > > I have been trying to create a webserive using CXF by enabling MTOM option > and setting th

issue with CXF with MTOM and dataformat as "MESSAGE"

2009-06-09 Thread trivedi kumar b
Hi, I have been trying to create a webserive using CXF by enabling MTOM option and setting the property "dataFormat" as "MESSAGE". When I am trying to send the requests from SOAP UI, I am getting the below exception at the server side: = INFO: Interceptor has