| Author |
Does JBoss 7.1.1 provide a JNDI-based JTA transaction manager?
|
Dave Alvarado
Ranch Hand
Joined: Jul 02, 2008
Posts: 434
|
|
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
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
It's at java:jboss/TransactionManager
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: Does JBoss 7.1.1 provide a JNDI-based JTA transaction manager?
|
|
|