Hello everybody, I read the JNDI Resources HOW-TO and noticed that there is something like a transaction manager in Tomcat 6. Is that right?
<copy from the JNDI Resources HOW-TO> <Transaction> - Add a resource factory for instantiating the UserTransaction object instance that is available at java:comp/UserTransaction. .... NOTE - Of the standard resource factories, only the "JDBC Data Source" and "User Transaction" factories are mandated to be available on other platforms, and then they are required only if the platform implements the Java2 Enterprise Edition (J2EE) specs. All other standard resource factories, plus custom resource factories that you write yourself, are specific to Tomcat and cannot be assumed to be available on other containers. </copy from the JNDI Resources HOW-TO> Could anybody please confirm that if this is a transaction manager? If it is, is there any sample configuration file to use this transaction manager? And is that transaction manager compliant to JTA? The reason I need to know if it's compliant to JTA is that if it's really compliant, then in my application (using Spring), the transaction manager bean will be a JTA transaction manager (so no need to change the application, even in the Spring configuration file, when the application is moved from Tomcat 6 to other application servers like jboss, weblogic, oracle AS ...) Thanks for any of your answers. NOTICE: This message (including any attachments) from Momentum Systems, Inc. contains information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you are hereby notified that any dissemination of this message is strictly prohibited. If you have received this message in error, please do not read, copy or forward this message. Please permanently delete all copies and any attachments and notify the sender immediately by reply email or by calling our Office at 703.740.9300. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]