Author: jonesde
Date: Tue Sep 23 22:57:15 2008
New Revision: 698432
URL:
http://svn.apache.org/viewvc?rev=698432&view=revLog:
No need for a delegator example for each type of datasource
Modified:
ofbiz/trunk/framework/entity/config/entityengine.xml
Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=698432&r1=698431&r2=698432&view=diff==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Tue Sep 23 22:57:15 2008
@@ -66,13 +66,6 @@
<delegator name="other" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main">
<group-map group-name="org.ofbiz" datasource-name="localpostgres"/>
</delegator>
- <!-- NOTE this file includes the datasource to "localpostnew" which is for a
- PostgreSQL with all of the varchar entries set to "TEXT". See the
- fieldtypepostnew field type file comments for details on why.
- -->
- <delegator name="localpostnew" entity-model-reader="main" entity-group-reader="main" entity-eca-reader="main">
- <group-map group-name="org.ofbiz" datasource-name="localpostnew"/>
- </delegator>
<!-- need to at least define a name for each component to use -->
<entity-model-reader name="main"/>