ale2011 [
http://community.jboss.org/people/ale2011] created the discussion
"Re: Soap over Jms - Error: Insufficient configuration for Conduit"
To view the discussion, visit:
http://community.jboss.org/message/645694#645694
--------------------------------------------------------------
http://cxf.547215.n5.nabble.com/Soap-over-Jms-Error-Insufficient-configur...
Solution from Daniel Kulp :
Change the line
Bus bus = BusFactory.newInstance().createBus();
to
Bus bus = new SpringBusFactory().createBus("cxf.xml");
(use a URL to the cxf.xml file)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/645694#645694]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]