RE: JTA support for JMS Transport in CXF 3.0

2014-04-16 Thread Andrei Shakirin
Great job, Christian! > -Original Message- > From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of > Christian Schneider > Sent: Dienstag, 15. April 2014 10:54 > To: dev@cxf.apache.org > Subject: Re: JTA support for JMS Transport in CXF 3.0 > >

Re: JTA support for JMS Transport in CXF 3.0

2014-04-15 Thread Christian Schneider
I just finished the JTA support for one way messages. From my side we are ready for 3.0.0. Christian On 11.04.2014 12:43, Sergey Beryozkin wrote: Hi Christian First of all: the way you've refactored the transport so far is perfect :-). I'd only suggest that we try and release 3.0.0 first,

Re: JTA support for JMS Transport in CXF 3.0

2014-04-11 Thread Christian Schneider
I fully agree. The transaction support does not need to hold the 3.0.0 release. I will try to get the simple transaction support for one way messages on server side into 3.0.0 but it would even be ok to release right now. Christian Am 11.04.2014 12:43, schrieb Sergey Beryozkin: Hi Christian

RE: JTA support for JMS Transport in CXF 3.0

2014-04-11 Thread Andrei Shakirin
Hi Christian, Some comments inline: > -Original Message- > From: Christian Schneider [mailto:cschneider...@gmail.com] On Behalf Of > Christian Schneider > Sent: Donnerstag, 10. April 2014 10:39 > To: CXF Dev > Subject: JTA support for JMS Transport in CXF 3.0 >

Re: JTA support for JMS Transport in CXF 3.0

2014-04-11 Thread Sergey Beryozkin
Hi Christian First of all: the way you've refactored the transport so far is perfect :-). I'd only suggest that we try and release 3.0.0 first, may be do some of your ideas in the next week or two (to get some initial transaction support done) and immediately continue in 3.0.1. JAX-RS users ca

Re: JTA support for JMS Transport in CXF 3.0

2014-04-10 Thread Moritz Bechler
Hi Christian, a few thoughts inline (not having looked at any of the code yet). I am currently working on the transaction support (resource local and JTA) for the JMS transport in CXF 3. In a chat with Dan we found that it is not fully clear what we expect from the transaction support. So I w

JTA support for JMS Transport in CXF 3.0

2014-04-10 Thread Christian Schneider
Hi All, I am currently working on the transaction support (resource local and JTA) for the JMS transport in CXF 3. In a chat with Dan we found that it is not fully clear what we expect from the transaction support. So I will do a coarse design here on the list and hope to get some feedback o