From the 4.3.0.GA docs:
anonymous wrote :
| Note that JBossTS 4.3 provides a JTA 1.1 implementation, whereas JBossAS 4.2 ships the
JTA 1.0.1b API files. You may therefore also need to copy the JTA 1.1 API into the
application server's server/XXX/lib dir
| - lib/ext/jta-1_1-classes.zip
|
You also need the jbossjta-properties.xml file on the classpath, which probably means
WEB-INF/classes/ ...
Not that bundling JBossTS in a webapp is a good idea anyhow if you a) have more than one
such webapp or b) actually expect crash recovery to work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163615#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...