You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/09/04 23:04:37 UTC

svn commit: r572814 - /incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml

Author: lresende
Date: Tue Sep  4 14:04:36 2007
New Revision: 572814

URL: http://svn.apache.org/viewvc?rev=572814&view=rev
Log:
updating customers.xml to use latest config schema

Modified:
    incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml

Modified: incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml?rev=572814&r1=572813&r2=572814&view=diff
==============================================================================
--- incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml (original)
+++ incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml Tue Sep  4 14:04:36 2007
@@ -25,33 +25,19 @@
 			driverClass="org.apache.derby.jdbc.EmbeddedDriver"
 			databaseURL="jdbc:derby:target/dastest; create = true"
 			loginTimeout="600000"/>
-	</ConnectionInfo>
+	</ConnectionInfo>
 	
-	<!--Uncomment below for db2 test-->
-	<!--<ConnectionInfo dataSource="java:comp/env/jdbc/dastest"
-				contextAvailable="false">
-		<ConnectionProperties 
-			dataSourceClass="COM.ibm.db2.jdbc.DB2DataSource"
-			user="amita"
-			password="14-174-58-79-82-202-237-108-121-203-238-10-54-180-181-42"
-			key="193-155-248-97-234-56-100-241"
-			databaseName="DASTEST"
-			loginTimeout="600000">
-		</ConnectionProperties>
-	</ConnectionInfo>-->
-		
-	<!--Uncomment below for MySQL test-->
-	<!--<ConnectionInfo dataSource="java:comp/env/jdbc/dastest"
-				contextAvailable="false">
-		<ConnectionProperties 
-			dataSourceClass="com.mysql.jdbc.jdbc2.optional.MysqlDataSource"
-			user="root"
-			password="192-8-16-141-148-100-119-119"
-			key="193-155-248-97-234-56-100-241"
-			databaseName="DASTEST"
-			loginTimeout="600000">
-		</ConnectionProperties>
-	</ConnectionInfo>-->
+	<!--Uncomment below for MySQL test-->
+	<!-- 
+	<ConnectionInfo>
+		<ConnectionProperties 
+			driverClass="com.mysql.jdbc.Driver"
+			databaseURL="jdbc:mysql://localhost/dastest"
+			userName="dastest"
+			password="dastest"
+			loginTimeout="600000"/>
+	</ConnectionInfo>
+	-->
 			
     <Command name="AllCustomers" SQL="select * from CUSTOMER" kind="Select"/>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org