svn commit: r424170 - /incubator/ofbiz/trunk/framework/entity/config/entityengine.xml

Posted by jonesde on
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r424170-incubator-ofbiz-trunk-framework-entity-config-entityengine-xml-tp208613.html

Author: jonesde
Date: Thu Jul 20 21:31:18 2006
New Revision: 424170

URL: http://svn.apache.org/viewvc?rev=424170&view=rev
Log:
Removed read-data elements from localderbyodbc datasource as they don't really apply to it

Modified:
    incubator/ofbiz/trunk/framework/entity/config/entityengine.xml

Modified: incubator/ofbiz/trunk/framework/entity/config/entityengine.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=424170&r1=424169&r2=424170&view=diff
==============================================================================
--- incubator/ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ incubator/ofbiz/trunk/framework/entity/config/entityengine.xml Thu Jul 20 21:31:18 2006
@@ -162,9 +162,6 @@
         check-on-start="true"
         add-missing-on-start="true"
         use-pk-constraint-names="false">
-        <read-data reader-name="seed"/>
-        <read-data reader-name="demo"/>
-        <read-data reader-name="ext"/>
         <inline-jdbc
             jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"
             jdbc-uri="jdbc:derby:ofbizodbc;create=true"