tomcat, tyrex and mysql, and autocommit

2003-02-03 Thread emiliano albiani
Martin Jacobson wrote: emiliano albiani wrote: HI, I'm trying configuring tyrex in my tomcat installation to use MySql xa driver. I did it as described in tomcat documentation: http://jakarta.apache.org/tomcat/to...les-howto.html,

RE: tomcat, tyrex and mysql, and autocommit

2003-02-03 Thread Roberts, Eric
If you are running Tomcat 4.1.x you should be using DBCP for database connections. Tyrex is no longer used as of 4.1 -Original Message- From: emiliano albiani [mailto:[EMAIL PROTECTED]] Sent: Montag, 03. Februar 2003 10:57 To: Tomcat Users List Subject: tomcat, tyrex and mysql

Re: tomcat, tyrex and mysql, and autocommit

2003-02-03 Thread Martin Jacobson
emiliano albiani wrote: This is what I did with no success: mysql ise set autocommit=0; but tyrex still have the same problem. What am I missing? Sorry, Emiliano, I don't use Tyrex, so I don't know how you'd do this :-( Martin

tomcat, tyrex and mysql

2003-01-31 Thread emiliano albiani
HI, I'm trying configuring tyrex in my tomcat installation to use MySql xa driver. I did it as described in tomcat documentation: http://jakarta.apache.org/tomcat/to...les-howto.html, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html, but something is going

Re: tomcat, tyrex and mysql

2003-01-31 Thread Martin Jacobson
emiliano albiani wrote: HI, I'm trying configuring tyrex in my tomcat installation to use MySql xa driver. I did it as described in tomcat documentation: http://jakarta.apache.org/tomcat/to...les-howto.html, http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html,