Re: tomcat usertransation

2007-09-07 Thread Filip Hanik - Dev Lists
Gerard Biemolt wrote: Hi All, I'm currently trying to create a transaction between a standalone application and a web service. By starting a usertransaction in the standalone app and bridging it to/with the web service. However I'm unable to get use a transaction in the web service. I took these

Re: tomcat usertransation

2007-09-07 Thread David Smith
Disclaimer: I don't know any more about this than what's in the tomcat docs. Have you tried to specify the element in your webapp's context.xml (not the one in conf/context.xml or conf/server.xml)? Also, it appears the only valid attribute of the element is the factory attribute. I'm assum

Re: tomcat usertransation

2007-09-07 Thread Gerard Biemolt
sorry if i'm acting offending, but i just wanted it to be on the agenda a second time, it's not that there's a lot of information on this subject and i'm on a extremely tight schedule. anyway, i will not post this message again. best regards On 07/09/2007, Mark Thomas <[EMAIL PROTECTED]> wrote: >

Re: tomcat usertransation

2007-09-07 Thread Mark Thomas
http://tomcat.apache.org/faq/tomcatuser.html#why - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat usertransation

2007-09-07 Thread Gerard Biemolt
Hi All, I'm currently trying to create a transaction between a standalone application and a web service. By starting a usertransaction in the standalone app and bridging it to/with the web service. However I'm unable to get use a transaction in the web service. I took these steps: - published a t