Re: AW: SOAP over JMS Transactions

2011-05-27 Thread Willem Jiang
On 5/27/11 9:43 PM, mymacin wrote: @Willem.Jiang I want to make it work with spring Transaction with JMS . I have one doubt on this ,is it possible to combine JMS transaction and spring JPA transaction at the same time? I think you can do a simple test by throwing an exception in your applic

Re: AW: SOAP over JMS Transactions

2011-05-27 Thread Guy Pardon
Should be easy if you configure www.atomikos.com as the spring transaction manager and use the atomikos jdbc/jms connector beans... Sent from my iPad On 27-mei-2011, at 15:43, mymacin wrote: > @Willem.Jiang > > I want to make it work with spring Transaction with JMS . I have one doubt > on th

Re: AW: SOAP over JMS Transactions

2011-05-27 Thread mymacin
@Willem.Jiang I want to make it work with spring Transaction with JMS . I have one doubt on this ,is it possible to combine JMS transaction and spring JPA transaction at the same time? -- View this message in context: http://cxf.547215.n5.nabble.com/SOAP-over-JMS-Transactions-tp4431341p4432038.

Re: AW: SOAP over JMS Transactions

2011-05-27 Thread Willem Jiang
Hi, I just found you want to combine the JMS transcation and JPA together. Not sure if these two resource can work together with the JTA transaction manager. On 5/27/11 6:14 PM, mymacin wrote: Here is my spring bean configuration

Re: AW: SOAP over JMS Transactions

2011-05-27 Thread mymacin
Here is my spring bean configuration

Re: AW: SOAP over JMS Transactions

2011-05-27 Thread mymacin
Here is my spring bean configuration

AW: SOAP over JMS Transactions

2011-05-27 Thread Christian Schneider
Did you set up a spring transaction manager bean? You will need it. Christian -Ursprüngliche Nachricht- Von: mymacin [mailto:myma...@yahoo.com] Gesendet: Freitag, 27. Mai 2011 11:38 An: users@cxf.apache.org Betreff: SOAP over JMS Transactions I am trying to achieve transactions with S