Re: AW: AW: Problem with jms component inside Eclipse RCP gui

2009-11-12 Thread Willem Jiang
: Donnerstag, 12. November 2009 16:56 An: users@camel.apache.org Betreff: Re: AW: Problem with jms component inside Eclipse RCP gui Hi Christian, Did you install the camel-osgi bundle? Willem Schneider Christian wrote: Now my service call works but when receiving the response I get a new exception

AW: AW: Problem with jms component inside Eclipse RCP gui

2009-11-12 Thread Schneider Christian
Nachricht- Von: Willem Jiang [mailto:willem.ji...@gmail.com] Gesendet: Donnerstag, 12. November 2009 16:56 An: users@camel.apache.org Betreff: Re: AW: Problem with jms component inside Eclipse RCP gui Hi Christian, Did you install the camel-osgi bundle? Willem Schneider Christian wrote: > Now

Re: AW: Problem with jms component inside Eclipse RCP gui

2009-11-12 Thread Willem Jiang
Hi Christian, Did you install the camel-osgi bundle? Willem Schneider Christian wrote: Now my service call works but when receiving the response I get a new exception (see below) "InvalidPayloadException: No body available of type: java.io.InputStream but has value: [...@2e86f5 of type: byte

AW: Problem with jms component inside Eclipse RCP gui

2009-11-12 Thread Schneider Christian
Now my service call works but when receiving the response I get a new exception (see below) "InvalidPayloadException: No body available of type: java.io.InputStream but has value: [...@2e86f5 of type: byte[]" as I also get the warning "java.io.FileNotFoundException: \org\apache\camel\converter" I

AW: Problem with jms component inside Eclipse RCP gui

2009-11-12 Thread Schneider Christian
I think I have found the reason. I had to define my own cxf CamelTransportFactory that references my camelcontext. This log entry brought me to the right solution: 12.11.2009 15:44:48 org.apache.camel.component.cxf.transport.CamelConduit getCamelContext INFO: No CamelContext injected, create a def