Hi,
I'm using
JBoss AS 7.1.1.Final. Is there a JNDI JTA transaction manager that Jboss provides that I can use with my Spring 3.1.1.RELEASE application? Where is it and what's it called? I'm using Spring 3.1's persistence.xml-less configuration for my application but I'm getting errors about not being able to find a transaction manager. Here's my Spring config …
I did a search through the JBOss configs for anything called "TransactionManager," but no dice. Here's how I define my datasource in JBoss' $JBOSS_HOME/standalone/conf/standalone.xml file …
Thanks for any guidance, - Dave