[jboss-cvs] JBoss Messaging SVN: r1453 - branches/Branch_1_0/tests/etc

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 9 12:57:12 EDT 2006


Author: clebert.suconic at jboss.com
Date: 2006-10-09 12:57:11 -0400 (Mon, 09 Oct 2006)
New Revision: 1453

Modified:
   branches/Branch_1_0/tests/etc/container.xml
Log:
http://jira.jboss.org/jira/browse/JBMESSAGING-588 - Adding MSSQL configuration

Modified: branches/Branch_1_0/tests/etc/container.xml
===================================================================
--- branches/Branch_1_0/tests/etc/container.xml	2006-10-09 16:55:29 UTC (rev 1452)
+++ branches/Branch_1_0/tests/etc/container.xml	2006-10-09 16:57:11 UTC (rev 1453)
@@ -48,6 +48,15 @@
          <password>jboss</password>
       </database-configuration>
 
+      <database-configuration name="mssql">
+          <url>jdbc:jtds:sqlserver://localhost:1433/messaging</url>
+          <driver>net.sourceforge.jtds.jdbc.Driver</driver>
+          <isolation>TRANSACTION_READ_COMMITTED</isolation>
+          <username>messaging</username>
+          <password>messaging</password>
+      </database-configuration>
+
+
    </database-configurations>
 
    <!--




More information about the jboss-cvs-commits mailing list