[jboss-cvs] JBossAS SVN: r58241 - trunk/tools/etc/cruisecontrol/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 9 17:35:52 EST 2006


Author: prabhat.jha at jboss.com
Date: 2006-11-09 17:35:52 -0500 (Thu, 09 Nov 2006)
New Revision: 58241

Added:
   trunk/tools/etc/cruisecontrol/resources/datasources.xml
Log:
datasource with sqlserver and hsqldb for portal db test

Added: trunk/tools/etc/cruisecontrol/resources/datasources.xml
===================================================================
--- trunk/tools/etc/cruisecontrol/resources/datasources.xml	2006-11-09 22:35:18 UTC (rev 58240)
+++ trunk/tools/etc/cruisecontrol/resources/datasources.xml	2006-11-09 22:35:52 UTC (rev 58241)
@@ -0,0 +1,37 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<datasources>
+   <datasource>
+    <connection-url>jdbc:jtds:sqlserver://dev28-priv:1433/jbossportal</connection-url>
+    <driver-class>net.sourceforge.jtds.jdbc.Driver</driver-class>
+    <user-name>portal</user-name>
+    <password>portalpassword</password>
+   </datasource>
+   <datasource>
+     <connection-url>jdbc:hsqldb:file:test</connection-url>
+     <driver-class>org.hsqldb.jdbcDriver</driver-class>
+     <user-name>sa</user-name>
+     <password></password>
+   </datasource>
+</datasources>




More information about the jboss-cvs-commits mailing list