Re: [DISCUSS] - Camel 2.0 - Easier Camel Spring Transaction configuration

2009-04-13 Thread Claus Ibsen
Next step in improvement would be to handle that the PROPAGATION_REQUIRED bean is optional, so Camel can lookup and find the PlatformManager and default to required itself. Just like the JMS component can do with transacted=true URI option. Okay I have added this feature now. Camel will auto

Re: [DISCUSS] - Camel 2.0 - Easier Camel Spring Transaction configuration

2009-04-07 Thread Claus Ibsen
Hi Latest progress now is that I have introduced the *transacted* DSL keyword in both Java DSL and Spring DSL. Its capable of auto lookup in the registry for the transaction policy so no need to wire it. For instance in this Spring XML route from uri=direct:okay/

Re: [DISCUSS] - Camel 2.0 - Easier Camel Spring Transaction configuration

2009-04-07 Thread Jon Anstey
Very cool. Nice work Claus! On Tue, Apr 7, 2009 at 4:57 AM, Claus Ibsen claus.ib...@gmail.com wrote: Hi Latest progress now is that I have introduced the *transacted* DSL keyword in both Java DSL and Spring DSL. Its capable of auto lookup in the registry for the transaction policy so no