Author: deepak
Date: Mon Mar 12 06:40:19 2018
New Revision: 1826502
URL:
http://svn.apache.org/viewvc?rev=1826502&view=revLog:
Improved: Update postgres datasource name in entityengine file for consistency
OFBIZ-10273
Modified:
ofbiz/ofbiz-framework/trunk/framework/entity/config/entityengine.xml
Modified: ofbiz/ofbiz-framework/trunk/framework/entity/config/entityengine.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/entity/config/entityengine.xml?rev=1826502&r1=1826501&r2=1826502&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/entity/config/entityengine.xml Mon Mar 12 06:40:19 2018
@@ -499,7 +499,7 @@ access. For a detailed description see t
<!-- <jndi-jdbc jndi-server-name="default" jndi-name="jdbc/localpostgres" isolation-level="ReadCommitted"/> --> <!-- JRun4 Style JNDI name -->
<!-- <tyrex-dataSource dataSource-name="localpostgres" isolation-level="ReadCommitted"/> -->
</datasource>
- <datasource name="localpostolap"
+ <datasource name="localpostgresolap"
helper-class="org.apache.ofbiz.entity.datasource.GenericHelperDAO"
schema-name="public"
field-type-name="postgres"
@@ -535,7 +535,7 @@ access. For a detailed description see t
<!-- <jndi-jdbc jndi-server-name="default" jndi-name="jdbc/localpostgres" isolation-level="ReadCommitted"/> --> <!-- JRun4 Style JNDI name -->
<!-- <tyrex-dataSource dataSource-name="localpostgres" isolation-level="ReadCommitted"/> -->
</datasource>
- <datasource name="localposttenant"
+ <datasource name="localpostgrestenant"
helper-class="org.apache.ofbiz.entity.datasource.GenericHelperDAO"
schema-name="public"
field-type-name="postgres"