[jboss-svn-commits] JBL Code SVN: r35997 - labs/jbosstm/workspace/istudens/RecoveryDemo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Nov 16 10:25:34 EST 2010
Author: istudens at redhat.com
Date: 2010-11-16 10:25:34 -0500 (Tue, 16 Nov 2010)
New Revision: 35997
Modified:
labs/jbosstm/workspace/istudens/RecoveryDemo/README
Log:
adding instructions for downloading of oracle jdbc drivers, JBQA-3344
Modified: labs/jbosstm/workspace/istudens/RecoveryDemo/README
===================================================================
--- labs/jbosstm/workspace/istudens/RecoveryDemo/README 2010-11-16 15:13:24 UTC (rev 35996)
+++ labs/jbosstm/workspace/istudens/RecoveryDemo/README 2010-11-16 15:25:34 UTC (rev 35997)
@@ -12,8 +12,12 @@
GRANT EXECUTE ON sys.dbms_xa TO username;
If the last command fails, execute this one:
GRANT EXECUTE ON sys.dbms_system TO username;
- For more info see:
- http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.1/html/Transactions_Administrators_Guide/ch07s04.html
+ 1.c) Download Oracle JDBC driver and put it to the lib/dbdriver/ directory.
+ Oracle drivers can be obtained from:
+ http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html
+
+ For more info see:
+ http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/5.0.1/html/Transactions_Administrators_Guide/ch07s04.html
2) Install JBoss EAP5 and set the JBOSS_HOME.
More information about the jboss-svn-commits
mailing list