Cxf 2.2.9 client thread safety and MTOM

2012-04-28 Thread sfont
Hi, I have a cxf client (release 2.2.9) in an application. We use a single instance of that client in a multi threaded context and that instance is created from a Spring "jaxws:client" element declared in a spring context and injected in other beans as suggested here: http://cxf.apache.org/docs/j

Re: cxf 2.6.0 deploy into karaf 2.2.5

2012-04-28 Thread Christian Schneider
Hi, we have some examples in the Talend ESB github that should work: https://github.com/Talend/tesb-rt-se/tree/master/examples/cxf org.apache.felix maven-bundle-plugin ${project.artifactId} org.apache.cxf.bundle,org.springframework.beans service You need the feature:install cxf for this

cxf 2.6.0 deploy into karaf 2.2.5

2012-04-28 Thread fitzcaraldo
OK I have followed Christian's post to install the CXF 2.6.0 bundles into karaf 2.2.5 as described at the bottom of this page: http://www.liquid-reality.de/display/liquid/2012/01/20/Big+improvements+for+CXF+in+OSGi+ahead+with+version+2.6.0 http://www.liquid-reality.de/display/liquid/2012/01/20/Big

Re: webservice to jms queue (active mq) - not publisher/subscriber

2012-04-28 Thread imiten
Hi, I have been able to follow article http://www.springbyexample.org/examples/simple-spring-jms.html here and put messages to queue. I was though hoping to reuse mechanism that cxf internally use so I could just rely on it without having to add more dependencies explicitly. Also I heard Camel