I am using ServiceMix ESB, version: apache-servicemix-4.3.1-fuse-01-09 and activemq 5.4.2.fuse-03-09. I also tried to set up failover for two queues using JDBC lock system.
I installed the following bundles: camel-jms, camel-xstream, camel-csf, camel-ftp, cxf-osgi. And I also deployed our own bundle. The problem is when I do a failover, after the slave picks up JDBC lock, all the bundles load fine, but when I wanna use the bundle I deployed. It throws an exception in the servicemix log: java.lang.RuntimeException: Could not find conduit initiator for transport http://schemas.xmlsoap.org/soap/http java.lang.RuntimeException: Could not find conduit initiator for transport http://schemas.xmlsoap.org/soap/http But after I do osgi:refresh for our bundle, it works normally. I am thinking that may be a bundle level issue. I also changed all camel- related bundles' bundle level to be 55, and my own bundle to be 65. In the pom file I also added all the other bundles in dependencies. But it still could not be solved. I have been stuck here for a while, and my project is due soon. Could anyone kindly help me take a look at this issue. Thanks a lot! -- View this message in context: http://servicemix.396122.n5.nabble.com/java-lang-RuntimeException-Could-not-find-conduit-initiator-for-transport-http-schemas-xmlsoap-org-sp-tp4450451p4450451.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
