[jboss-user] [Beginner's Corner] - Re: Soap over Jms - Error: Insufficient configuration for Conduit

ale2011 do-not-reply at jboss.com
Tue Jan 10 09:43:30 EST 2012


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-configuration-for-Conduit-tp5130316p5132633.html 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&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120110/4c81cad0/attachment.html 


More information about the jboss-user mailing list