ClassCastException in org.apache.cxf.databinding.source.XMLStreamDataWriter

2011-06-16 Thread Scott Came
I have the following route: op1 http://myns op2 http://myns2 The beans webservice1, 2, and 3 are all defined as cxfEndpoints; I am pretty confident they are set up properly. What emerges out of xslt2.xsl is a simple XML structure that conforms to the WSDL/schema for

RE: Generic file -> CXF Payload type converter issues

2011-03-06 Thread Scott Came
it. [1]https://issues.apache.org/jira/browse/CAMEL-3761 [2]http://svn.apache.org/viewvc?rev=1078684&view=rev Willem On 3/5/11 9:41 AM, Scott Came wrote: > Per Willem's advice [1] I have attempted to bring in the CxfPayloadConverter > from 2.7-SNAPSHOT [2] so that I can make th

RE: Generic file -> CXF Payload type converter issues

2011-03-05 Thread Scott Came
hout the soap body. But I haven't had time. Regards, Aki 2011/3/5 Scott Came : > Per Willem's advice [1] I have attempted to bring in the CxfPayloadConverter > from 2.7-SNAPSHOT [2] so that I can make the following Camel route work: > > http://camel.apache.org/schema/spring&

RE: Generic file -> CXF Payload type converter issues

2011-03-05 Thread Scott Came
Looks like the attachment didn't make it through the first time...adding a txt extension... -Original Message- From: Scott Came [mailto:scott.c...@search.org] Sent: Friday, March 04, 2011 5:42 PM To: users@camel.apache.org Subject: Generic file -> CXF Payload type converter iss

Generic file -> CXF Payload type converter issues

2011-03-04 Thread Scott Came
Per Willem's advice [1] I have attempted to bring in the CxfPayloadConverter from 2.7-SNAPSHOT [2] so that I can make the following Camel route work: http://camel.apache.org/schema/spring";> I am able to build and deploy the converter just fine within my osgi bundle.

RE: File consumer to CXF issues

2011-03-02 Thread Scott Came
n} >> compile >> >> On 3/3/11 12:53 PM, Scott Came wrote: > Yeah, tried mvn clean install, that's the command that produced the error I > pasted in at the end of my last message. I'm at a loss for what to try > next... > > -O

RE: File consumer to CXF issues

2011-03-02 Thread Scott Came
To: users@camel.apache.org Subject: Re: File consumer to CXF issues Hi Scott, You should find the CxfPayload.class in the camel-cxf.jar. Can you try to use mvn clean install to build the code ? Willem On 3/2/11 11:54 PM, Scott Came wrote: > I continue to see very strange behavior here... When I look

RE: File consumer to CXF issues

2011-03-02 Thread Scott Came
ter.java:[25,22] cannot find symbol symbol : class CxfPayload location: class CxfPayloadConverter -Original Message----- From: Scott Came [mailto:scott.c...@search.org] Sent: Tuesday, March 01, 2011 7:47 AM To: users@camel.apache.org Subject: RE: File consumer to CXF issues Thanks, Wille

RE: File consumer to CXF issues

2011-03-01 Thread Scott Came
nto your application if you still need to use camel 2.6.0. [1]https://issues.apache.org/jira/browse/CAMEL-3580 [2]https://svn.apache.org/repos/asf/camel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/converter/CxfPayloadConverter.java Willem On 2/26/11 11:28 PM, Scott Ca

RE: File consumer to CXF issues

2011-02-28 Thread Scott Came
t/cxf/converter/CxfPayloadConverter.java Willem On 2/26/11 11:28 PM, Scott Came wrote: > The file contains XML...the root element of the xml document in the file is > the child element of soap:body. > > I tried MESSAGE and it seems the CXF component is expecting the file to > contain the

RE: File consumer to CXF issues

2011-02-26 Thread Scott Came
ecially for String, byte[], streams which is common types. On Sat, Feb 26, 2011 at 7:53 AM, Scott Came wrote: > After looking at this a bit more (and upgrading to the 4.3.1-fuse-00-00 > version of ServiceMix, which contains Camel 2.6.0), it seems the problem > boils down to Camel no

RE: File consumer to CXF issues

2011-02-25 Thread Scott Came
Thanks. --Scott -Original Message----- From: Scott Came [mailto:scott.c...@search.org] Sent: Friday, February 25, 2011 1:57 PM To: users@camel.apache.org Subject: File consumer to CXF issues I have a route that looks like this: http://camel.apache.org/schema/spring";>

File consumer to CXF issues

2011-02-25 Thread Scott Came
I have a route that looks like this: http://camel.apache.org/schema/spring";> (As you can tell, I'm deploying this in ServiceMix, but the issue I'm having is in the Camel realm, thus my posting here...) I have defined outEndpoint earlier in the camel-context.xml file