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/02/10 20:03:52 UTC

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

Author: lresende
Date: Sat Feb 10 11:03:52 2007
New Revision: 505748

URL: http://svn.apache.org/viewvc?view=rev&rev=505748
Log:
Fixing a typo on the xsd definition

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?view=diff&rev=505748&r1=505747&r2=505748
==============================================================================
--- incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml (original)
+++ incubator/tuscany/java/das/samples/customer/src/main/resources/Customers.xml Sat Feb 10 11:03:52 2007
@@ -20,7 +20,7 @@
  <Config xmlns="http:///org.apache.tuscany.das.rdb/config.xsd"> 
     
     <!--Uncomment below for derby test-->
-	<ConnectionInfo dataSource="jdbc:derby:target/dastest; create = true" useDriveManager="true">
+	<ConnectionInfo dataSource="jdbc:derby:target/dastest; create = true" useDriverManager="true">
 		<ConnectionProperties
 			driverClass="org.apache.derby.jdbc.EmbeddedDriver"
 			loginTimeout="600000"/>



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