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

no UserTransaction in jndi

2007-11-07 Thread Peter Fischer
Hello, I try to configure a tomcat 6.0.14 to provide a javax.transaction.UserTransaction in jndi "java:comp/UserTransaction". For this I added to the in the server.xml and to the global . I put the needed jars into the folder "$catalina_home$/lib". Listing all jndi-resources with "http:/