Hello
In my application-context.xml I configure the jtaTransactionManager like this
<bean id="transactionManager" class="org.springframework.transaction.jta.JtaTransactionManager"> <property name="transactionManagerName"> <value>jboss:service=TransactionManager</value> </property> </bean>
JTA TransactionManager is not available at JNDI location [jboss:service=TransactionManager]
JNDI name != MBean ObjectName
Next time, before posting, please read this:
http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/transaction/jta/JtaTransactionManager.html