Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-20 Thread Robert Simmons
> >> >> >> -- >> View this message in context: >> http://camel.465427.n5.nabble.com/Proper-way-to-initialize-Transaction-management-for-Camel-in-an-Application-Server-tp5739760p5739827.html >> Sent from the Camel - Users mailing list archive at Nabble.c

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-20 Thread Claus Ibsen
iew this message in context: > http://camel.465427.n5.nabble.com/Proper-way-to-initialize-Transaction-management-for-Camel-in-an-Application-Server-tp5739760p5739827.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen - Red Hat, Inc.

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-19 Thread kraythe
context: http://camel.465427.n5.nabble.com/Proper-way-to-initialize-Transaction-management-for-Camel-in-an-Application-Server-tp5739760p5739827.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-19 Thread Robert Simmons
Yes I am. Same person btw, just a different email. Sent from my iPad > On Sep 19, 2013, at 4:00 AM, Claus Ibsen wrote: > > Hi > > I have logged ticket to implement the empty methods in JndiRegistry > https://issues.apache.org/jira/browse/CAMEL-6769 > > Just to be sure are you using? > http://

Re: Proper way to initialize Transaction management for Camel in an Application Server

2013-09-19 Thread Claus Ibsen
Hi I have logged ticket to implement the empty methods in JndiRegistry https://issues.apache.org/jira/browse/CAMEL-6769 Just to be sure are you using? http://camel.apache.org/servletlistener-component.html On Wed, Sep 18, 2013 at 5:12 PM, kraythe . wrote: > Greetings, we are running Camel route

Proper way to initialize Transaction management for Camel in an Application Server

2013-09-18 Thread kraythe .
Greetings, we are running Camel routes in JBoss AS7 and the problem I ran into is that there is no transaction manager initialized to work with the transacted routes. In my test code I did something like the following: @Override protected CamelContext createCamelContext() throws Exception {