Re: no UserTransaction in jndi

2007-11-08 Thread Martin Gainty
8, 2007 5:09 AM Subject: Re: no UserTransaction in jndi > > Hello, > > under 5.5.9 the configuration has to be > name="UserTransaction" > type="com.atomikos.icatch.jta.UserTransactionImp" > factory="org.apache.naming.factory.Bea

Re: no UserTransaction in jndi

2007-11-08 Thread Peter Fischer
Hello, under 5.5.9 the configuration has to be With this, the 5.5.9 manager lists the UserTransaction. But I want to use a actual version of tomcat. Should the manager list the UserTransaction if it is configured under 5.5.25 or 6.0.14 with ? regards, Peter -- View this message in context:

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.

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 star

Re: no UserTransaction in jndi

2007-11-07 Thread Martin Gainty
> To: "Tomcat Users List" 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 in the server.xml > factory="

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 in the server.xml > factory="com.atomikos.icatch.jta.UserTransactionFactory" > /> According to the Tomcat doc, the only valid attribute is factory; I'm only speculating, but th