You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by do...@apache.org on 2013/05/13 22:05:00 UTC

svn commit: r1482057 - in /ofbiz/trunk/framework: base/config/passwords.properties entity/config/entityengine.xml

Author: doogie
Date: Mon May 13 20:04:59 2013
New Revision: 1482057

URL: http://svn.apache.org/r1482057
Log:
FEATURE: Switch derby <inline-jdbc> to use the external
passwords.properties.

Modified:
    ofbiz/trunk/framework/base/config/passwords.properties
    ofbiz/trunk/framework/entity/config/entityengine.xml

Modified: ofbiz/trunk/framework/base/config/passwords.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/base/config/passwords.properties?rev=1482057&r1=1482056&r2=1482057&view=diff
==============================================================================
--- ofbiz/trunk/framework/base/config/passwords.properties (original)
+++ ofbiz/trunk/framework/base/config/passwords.properties Mon May 13 20:04:59 2013
@@ -17,3 +17,7 @@
 # under the License.
 ###############################################################################
 
+jdbc-password.derby-ofbiz=ofbiz
+jdbc-password.derby-ofbizodbc=ofbiz
+jdbc-password.derby-ofbizolap=ofbiz
+jdbc-password.derby-ofbiztenant=ofbiz

Modified: ofbiz/trunk/framework/entity/config/entityengine.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/config/entityengine.xml?rev=1482057&r1=1482056&r2=1482057&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/config/entityengine.xml (original)
+++ ofbiz/trunk/framework/entity/config/entityengine.xml Mon May 13 20:04:59 2013
@@ -197,7 +197,7 @@ access. For a detailed description see t
                 jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"
                 jdbc-uri="jdbc:derby:ofbiz;create=true"
                 jdbc-username="ofbiz"
-                jdbc-password="ofbiz"
+                jdbc-password-lookup="derby-ofbiz"
                 isolation-level="ReadCommitted"
                 pool-minsize="2"
                 pool-maxsize="250"
@@ -220,7 +220,7 @@ access. For a detailed description see t
             jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"
             jdbc-uri="jdbc:derby:ofbizodbc;create=true"
             jdbc-username="ofbiz"
-            jdbc-password="ofbiz"
+            jdbc-password-lookup="derby-ofbizodbc"
             isolation-level="ReadCommitted"
             pool-minsize="2"
             pool-maxsize="250"
@@ -249,7 +249,7 @@ access. For a detailed description see t
                 jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"
                 jdbc-uri="jdbc:derby:ofbizolap;create=true"
                 jdbc-username="ofbiz"
-                jdbc-password="ofbiz"
+                jdbc-password-lookup="derby-ofbizolap"
                 isolation-level="ReadCommitted"
                 pool-minsize="2"
                 pool-maxsize="250"
@@ -278,7 +278,7 @@ access. For a detailed description see t
             jdbc-driver="org.apache.derby.jdbc.EmbeddedDriver"
             jdbc-uri="jdbc:derby:ofbiztenant;create=true"
             jdbc-username="ofbiz"
-            jdbc-password="ofbiz"
+            jdbc-password-lookup="derby-ofbiztenant"
             isolation-level="ReadCommitted"
             pool-minsize="2"
             pool-maxsize="250"