From: <jbo...@li...> - 2006-05-15 17:48:02
|
Author: mar...@jb... Date: 2006-05-15 13:47:58 -0400 (Mon, 15 May 2006) New Revision: 4232 Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL Log: Added notes on the problems with the trailmap. Modified: labs/jbosstm/trunk/ArjunaJTS/INSTALL =================================================================== --- labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-15 17:34:24 UTC (rev 4231) +++ labs/jbosstm/trunk/ArjunaJTS/INSTALL 2006-05-15 17:47:58 UTC (rev 4232) @@ -67,3 +67,13 @@ The application server will now be configured to use the JBossJTS transaction manager instead of the JBoss Transaction Manager. + +Note, the following issues exist with the trailmap shipped with JBossTS (http://www.jboss.org/index.html?module=bb&op=viewtopic&t=82879): + +(i) it talks about ArjunaTS and the arjunats-properties.xml file. This was the old name for JBossTS. The +new properties file is the jbossjts-properties.xml. + +(ii) when running the local JTS transactions part of the trailmap, you will need to start +the recovery manager: java com.arjuna.ats.arjuna.recovery.RecoveryManager -test + +(iii) you will need a jacorb.properties file to run the distributed JTS tests. \ No newline at end of file |