Re: no UserTransaction in jndi

2007-11-08 Thread Peter Fischer
Hello mgainty, mgainty wrote: took a quick gander at http://twiki.atomikos-support.com/bin/view.pl/Main/Tomcat55SelfContainedWar and dont see any auth or name attributes specified Perhaps you are interacting with an EJB server??? What do you mean? I have only one tomcat running. No

RE: no UserTransaction in jndi

2007-11-08 Thread Peter Fischer
Hello Chuck, Caldarale, Charles R wrote: According to the Tomcat doc, the only valid attribute is factory; I'm only speculating, but the presence of the name and auth attributes may be causing the element to be rejected. Is there anything shown in the logs about this at Tomcat startup?

Re: no UserTransaction in jndi

2007-11-08 Thread Peter Fischer
Hello, under 5.5.9 the configuration has to be Resource name=UserTransaction type=com.atomikos.icatch.jta.UserTransactionImp factory=org.apache.naming.factory.BeanFactory/ With this, the 5.5.9 manager lists the UserTransaction. But I want to use a actual version of

Re: no UserTransaction in jndi

2007-11-08 Thread Martin Gainty
Subject: Re: no UserTransaction in jndi Hello, under 5.5.9 the configuration has to be Resource name=UserTransaction type=com.atomikos.icatch.jta.UserTransactionImp factory=org.apache.naming.factory.BeanFactory/ With this, the 5.5.9 manager lists

Re: no UserTransaction in jndi

2007-11-07 Thread Martin Gainty
List users@tomcat.apache.org Sent: Wednesday, November 07, 2007 8:49 AM Subject: RE: no UserTransaction in jndi From: Peter Fischer [mailto:[EMAIL PROTECTED] Subject: no UserTransaction in jndi For this I added to the GlobalNamingResources in the server.xml Transaction name=UserTransaction

RE: no UserTransaction in jndi

2007-11-07 Thread Caldarale, Charles R
From: Peter Fischer [mailto:[EMAIL PROTECTED] Subject: no UserTransaction in jndi For this I added to the GlobalNamingResources in the server.xml Transaction name=UserTransaction auth=Container factory=com.atomikos.icatch.jta.UserTransactionFactory / According to the Tomcat