Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
Hi Can anyone help! Problem with UserTransaction reference within Servlet code. When you reference UserTransaction object in your Servlet Code, as from = J2EE Specification: The J2EE Product Provider is responsible for = providing an appropriate object as required Context initCtx =3D new

Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
Hi Can anyone help! Problem with UserTransaction reference within Servlet code. When you reference UserTransaction object in your Servlet Code, as from J2EE Specification: The J2EE Product Provider is responsible for providing an appropriate object as required There's a code snippet

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Jon Wingfield
help! Problem with UserTransaction reference within Servlet code. When you reference UserTransaction object in your Servlet Code, as from J2EE Specification: The J2EE Product Provider is responsible for providing an appropriate object as required There's a code snippet. Context initCtx

Re: Problem with UserTransaction reference within Servlet code.

2004-04-06 Thread Hassan Sajjad
... Hassan Sajjad wrote: Hi Can anyone help! Problem with UserTransaction reference within Servlet code. When you reference UserTransaction object in your Servlet Code, as from J2EE Specification: The J2EE Product Provider is responsible for providing an appropriate object as required

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