[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2006-02-18 Thread magpor
Hi guys Im having the same problem. Im trying to connect to the TransactionManager and get the same error. I've gone through the jar files i deploy in the WAR file and there is no jta.jar or any other jar file containnig javax.transaction.TransactionManager. Still it get the

[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2006-02-12 Thread alesj
It's in jboss-j2ee.jar. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3923146#3923146 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3923146 --- This SF.net email is

[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2006-02-11 Thread javatwo
I am trying to use JTA UserTransaction. I have JBoss 4.0.3 SP1. Where is the JTA jar file? I could not find it. Do you I need to download from sun? which jar is The class javax.transaction.UserTransaction in? Thanks for help View the original post :

[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2005-12-02 Thread redijedi
I'm getting the same error, except I do not have any jta.jar in my jboss-4.0.3SP1 (all) install. Is this something that must be added in afterwards? I chose the all selection in the installer, and confirmed in the detailed option that it was installing JTA. What was the final spring

[JBoss-user] [JBoss/Spring Integration] - Re: TransactionManager and UserTransaction

2005-12-02 Thread redijedi
Nevermind. I got it. You do have to specify a name, apparently. It also must be UserTransaction as in: | bean id=transactionManager | class=org.springframework.transaction.jta.JtaTransactionManager | property name=userTransactionName |