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
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 the latest trunk code (not be verified yet), please feel free to give it a try. ### Eclipse W

AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
Hi Claus, I have replaced the cxf server with the folowing route: Inside the Processor I simply throw a RuntimeException again. This configuration works like expected. The transaction is rolled back and the message gets redelivered. I also had to configure my queue n

AW: AW: Problem with SOAP/JMS and transactions

2009-11-02 Thread Schneider Christian
Hi Willem, I also suspected it has to do with CXF Wrapping the Exception and not simply rethrowing it. Do you think it would help to use pure CXF JMS Transport? For the start I will try how Claus suggested to get transactions working without CXF. When this works I will try again to get Camel CXF