Re: AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-04 Thread Claus Ibsen
Mannheim   HRB 108550 > Vorsitzender des Aufsichtsrats: Dr. Bernhard Beck > Geschäftsführer: Jochen Adenau, Dr. Peter Krampf > > -Ursprüngliche Nachricht- > Von: Claus Ibsen [mailto:claus.ib...@gmail.com] > Gesendet: Mittwoch, 4. November 2009 15:04 > An: users@camel.apa

AW: AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-04 Thread Schneider Christian
Aufsichtsrats: Dr. Bernhard Beck Geschäftsführer: Jochen Adenau, Dr. Peter Krampf -Ursprüngliche Nachricht- Von: Claus Ibsen [mailto:claus.ib...@gmail.com] Gesendet: Mittwoch, 4. November 2009 15:04 An: users@camel.apache.org Betreff: Re: AW: AW: AW: Problem with SOAP/JMS and transactions On

Re: AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-04 Thread Claus Ibsen
el und Dispatching >> Durlacher Allee 93 >> 76131 Karlsruhe >> >> Tel : +49-(0)721-63-15482 >> Mail: christian.schnei...@enbw.com >> >> Sitz der Gesellschaft: Karlsruhe >> Handelsregister: Amtsgericht Mannheim   HRB 108550 >> Vorsitzender des Auf

AW: AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-04 Thread Schneider Christian
; -Ursprüngliche Nachricht- > Von: Willem Jiang [mailto:willem.ji...@gmail.com] > Gesendet: Montag, 2. November 2009 15:40 > An: users@camel.apache.org > Betreff: Re: AW: AW: Problem with SOAP/JMS and transactions > > Hi Christian, > > I'm glade it works on camel side. >

Re: AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-03 Thread Willem Jiang
Beck Geschäftsführer: Jochen Adenau, Dr. Peter Krampf -Ursprüngliche Nachricht- Von: Willem Jiang [mailto:willem.ji...@gmail.com] Gesendet: Montag, 2. November 2009 15:40 An: users@camel.apache.org Betreff: Re: AW: AW: Problem with SOAP/JMS and transactions Hi Christian, I'm gla

AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-03 Thread Schneider Christian
: users@camel.apache.org Betreff: Re: AW: AW: Problem with SOAP/JMS and transactions Hi Christian, I'm glade it works on camel side. For the CXF side , I think we need to check the CXF message's exception in the Camel transport and let camel throw the exception. Here is my patch on

AW: AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
An: users@camel.apache.org Betreff: Re: AW: AW: Problem with SOAP/JMS and transactions Hi Christian, I'm glade it works on camel side. For the CXF side , I think we need to check the CXF message's exception in the Camel transport and let camel throw the exception. Here is my patch on

Re: AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Willem Jiang
550 Vorsitzender des Aufsichtsrats: Dr. Bernhard Beck Geschäftsführer: Jochen Adenau, Dr. Peter Krampf -Ursprüngliche Nachricht- Von: Claus Ibsen [mailto:claus.ib...@gmail.com] Gesendet: Montag, 2. November 2009 14:56 An: users@camel.apache.org Betreff: Re: AW: Problem with SOAP/JMS and transactions

AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
[mailto:claus.ib...@gmail.com] Gesendet: Montag, 2. November 2009 14:56 An: users@camel.apache.org Betreff: Re: AW: Problem with SOAP/JMS and transactions On Mon, Nov 2, 2009 at 2:47 PM, Schneider Christian wrote: > Hi Willem, > > I also suspected it has to do with CXF Wrapping the Exceptio

Re: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Claus Ibsen
Dr. Peter Krampf > > -Ursprüngliche Nachricht- > Von: Willem Jiang [mailto:willem.ji...@gmail.com] > Gesendet: Montag, 2. November 2009 14:27 > An: users@camel.apache.org > Betreff: Re: AW: Problem with SOAP/JMS and transactions > > Hi Christian, > > I think it

AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
[mailto:willem.ji...@gmail.com] Gesendet: Montag, 2. November 2009 14:27 An: users@camel.apache.org Betreff: Re: AW: Problem with SOAP/JMS and transactions Hi Christian, I think it may relate to the CamelDestination just deal with input and output stream. As you know if you throw the exception from the

Re: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Willem Jiang
Hi Christian, I think it may relate to the CamelDestination just deal with input and output stream. As you know if you throw the exception from the service impl, the exception will be caught by the CXF interceptor chain and it will be turned into a soap fault message, then be passed back to th

AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
Hi Willem, I have adjusted my applicationContext but still my message gets acknowledged instead of being rolled back. My service impl contains: throw new RuntimeException("Test for transaction"); Any idea what still goes wrong? Greetings Christian My applicationcontext now looks like

AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
Hi Claus, thanks for the hint. I have found how to control redelivery in Tibco JMS. Do you have any idea why the rollback in my example does not work? If someone else needs to tune this on Tibco EMS: You can set maxRedelivery=n on a queue config. This means that messages in the queue are redelive