Re: cxf 3.0.1 don't let me configure local lookup of jms ConnectionFactory

2014-11-05 Thread Christian Schneider
Something like that should work. About XAConnectionfactory you should keep in mind that jms only can handle ConnectionFactory. You typically use a Pooling wrapper around a XAConnectionFactory. You can find a description of this for ActiveMQ here: http://cxf.apache.org/docs/jms-transactions.htm

Re: cxf 3.0.1 don't let me configure local lookup of jms ConnectionFactory

2014-11-05 Thread atokle
Thank you for quick response. With a ConnectionFactoryFeature, I guess I can wire up this in spring with something like this: Will try it when I get permission to do some test deploys to weblogic ser

Re: cxf 3.0.1 don't let me configure local lookup of jms ConnectionFactory

2014-11-04 Thread Christian Schneider
You can use the ConnectionFactoryFeature to manually set a connection factory. You can find some examples here: http://cxf.apache.org/docs/soap-over-jms-10-support.html Using java code it should be easy to do the lookup and spring allows to lookup the connection factory from jndi too. For th

cxf 3.0.1 don't let me configure local lookup of jms ConnectionFactory

2014-11-04 Thread atokle
I did earlier use cxf 2.4.3, and configured soap over jms using the JMSConfiguration style which is deprecated in cxf 3.0. Now I use the new SOAP / JMS spec compliant configuration - recommended style for CXF 3. I deploy my application on a weblogic server version 10.3.3.6, on a ExaLogic server.