On Wednesday 16 June 2010 9:47:24 am Javier Posado wrote: > Hi, > > I was trying SOAP over JMS with JTA transactions using JMSConfigFeature > (http://cxf.apache.org/docs/using-the-jmsconfigfeature.html) and it > seems to work but i saw in http://cxf.apache.org/docs/jms-transport.html > this comment, " transactional", " Specifies whether the local JMS broker > will create transactions around message processing. The default is > false. Currently, this is not supported by the runtime.". Is a > transaction actually supported using SOAP over JMS?
I believe the docs are wrong. It's been supported for a while, since the changeover from pure JMS calls to using the Spring JMS stuff. I'll update the docs. Dan > > thx in advance > > javier -- Daniel Kulp [email protected] http://dankulp.com/blog
