Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Jon Wingfield
The answer's in the question ;) Tomcat is not a J2EE Server but an implementation of the Servlet Specification (which is but a part of the whole J2EE spec). Tomcat's JNDI lookups are in-process only. Need an open source J2EE container? Have a look at JBoss... Hassan Sajjad wrote: Hi Can anyone

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
reference within Servlet code. The answer's in the question ;) Tomcat is not a J2EE Server but an implementation of the Servlet Specification (which is but a part of the whole J2EE spec). Tomcat's JNDI lookups are in-process only. Need an open source J2EE container? Have a look at JBoss

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Jon Wingfield
, April 06, 2004 11:25 AM Subject: Re: Problem with UserTransaction reference within Servlet code. The answer's in the question ;) Tomcat is not a J2EE Server but an implementation of the Servlet Specification (which is but a part of the whole J2EE spec). Tomcat's JNDI lookups are in-process only

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Jon Wingfield
And of course: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html#Tyrex%20Connection%20Pool Although I'm not sure how actively maintained Tyrex is these days. http://sourceforge.net/projects/tyrex/ Jon Jon Wingfield wrote: There is always a way ;) Saw this the

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
This looks very promising Jon. Thanks a lot mate. - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 12:58 PM Subject: Re: Problem with UserTransaction reference within Servlet code. And of course: http

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 1:17 PM Subject: Re: Problem with UserTransaction reference within Servlet code. This looks very promising Jon. Thanks a lot mate. - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Guy Pardon
Users List [EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 1:17 PM Subject: Re: Problem with UserTransaction reference within Servlet code. This looks very promising Jon. Thanks a lot mate. - Original Message - From: Jon Wingfield [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Guy Pardon
not concerned if JOTM does not support database crash etc. Cheers Hassan - Original Message - From: Guy Pardon [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 06, 2004 2:26 PM Subject: Re: Problem with UserTransaction reference within Servlet code. Hi