SOAP over JMS failing to deploy with connectionFactory may not be null in JBoss EAP 7
Issue
Our SOAP over JMS application is failing in JBoss EAP 7 with:
Caused by: java.lang.IllegalArgumentException: connectionFactory may not be null
at org.apache.cxf.transport.jms.JMSConfiguration.ensureProperlyConfigured(JMSConfiguration.java:108)
at org.apache.cxf.transport.jms.JMSDestination.activate(JMSDestination.java:105)
at org.apache.cxf.transport.AbstractObservable.setMessageObserver(AbstractObservable.java:53)
at org.apache.cxf.binding.AbstractBindingFactory.addListener(AbstractBindingFactory.java:95)
at org.apache.cxf.binding.soap.SoapBindingFactory.addListener(SoapBindingFactory.java:896)
at org.apache.cxf.endpoint.ServerImpl.start(ServerImpl.java:123)
at org.apache.cxf.jaxws.EndpointImpl.doPublish(EndpointImpl.java:366)
... 13 more
Environment
Red Hat Enterprise Application Platform (EAP) 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.