|
As of October 27th, please open all new issues in the Red Hat Customer Portal . |
|
deleted user made changes - 10/Nov/09 11:35 AM
deleted user made changes - 10/Nov/09 05:08 PM
Willem Jiang made changes - 13/Nov/09 08:24 AM
Please see my comments on
https://issues.apache.org/activemq/browse/SMX4-422
Willem Jiang made changes - 13/Nov/09 08:25 AM
Willem Jiang made changes - 13/Nov/09 08:45 AM
Willem Jiang made changes - 13/Nov/09 08:45 AM
Submit the patch to SMX4-422 with updating the system properties of cxf BusFactory.
org.apache.cxf.bus.factory=org.apache.cxf.bus.spring.SpringBusFactory Will close this issue, after the patch is synced into the Fuse repository. This issue should be fix with CAMEL-2216
Willem Jiang made changes - 04/Dec/09 12:29 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2. Unzip the project
3. Build it starting from the root, the result is a camelcxf-smxcxf-sa.zip in
camelcxfproblem/jbi/camelcxf-smxcxf/camelcxf-smxcxf-sa/target/camelcxf-smxcxf-sa.zip
This JBI SA consists of a number of SUs (see camelcxfproblem/jbi/camelcxf-smxcxf/) but the SU of interest is
camelcxf-smxcxf-camel1-su. The route is supposed to work as follows :
camelcxf component. This request will be handled by cxfbc, cxfse and eip SUnits and the response will be forwarded to
log:soapresponse. Camel context also declares another route. But at the moment the first route does not work (camelcxf)
due to NoConduitInitiator...
4. So, to reproduce an issue, just drop this SA into /deploy folder and then start camelcxfproblem//client.html and send a SOAP
message, and you'll see the exception...
Note that I've commented <import> statements in camelcxf-smxcxf-camel1-su xbean.xml (and corresponding deps in
camelcxfproblem/jbi/camelcxf-smxcxf/camelcxf-smxcxf-camel1-su/pom.xml), just for you to start from where I started. I've tried with
imports too but it did nnot make any difference