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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
