I don't have that enabled. Isn't it by default set to true?
Here is my context element.
-Original Message-
From: Pid [mailto:[EMAIL PROTECTED]
Sent: Monday, July 24, 2006 5:07 PM
To: Tomcat Users List
Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat
5.0.28
> Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat
> 5.0.28
>
>
> sorry, I meant, "java:comp/env/UserTransaction"
>
> --
> Vivek.
>
> On 7/24/06, Vivek Mohan <[EMAIL PROTECTED]> wrote:
>> try using java:comp/env.UserTransac
Thanks, but got the same exception.
-Original Message-
From: Vivek Mohan [mailto:[EMAIL PROTECTED]
Sent: Monday, July 24, 2006 4:16 PM
To: Tomcat Users List; [EMAIL PROTECTED]
Subject: Re: java:comp/UserTransaction NameNotFoundException Tomcat
5.0.28
sorry, I meant, "java:com
sorry, I meant, "java:comp/env/UserTransaction"
--
Vivek.
On 7/24/06, Vivek Mohan <[EMAIL PROTECTED]> wrote:
try using java:comp/env.UserTransaction for JNDI lookup.
--
Vivek.
On 7/24/06, Seetha Rao <[EMAIL PROTECTED]> wrote:
> Hi I'm using JOTM for transaction management with Tomcat 5.0.28.
try using java:comp/env.UserTransaction for JNDI lookup.
--
Vivek.
On 7/24/06, Seetha Rao <[EMAIL PROTECTED]> wrote:
Hi I'm using JOTM for transaction management with Tomcat 5.0.28. I have all
the required jar files as given in
http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html T
Hi I'm using JOTM for transaction management with Tomcat 5.0.28. I have all
the required jar files as given in
http://jotm.objectweb.org/current/jotm/doc/howto-tomcat-jotm.html The JNDI
look up throws the following exception:
Here is the code:
Context ctx = new InitialContext();
UserTransaction u