svn commit: r1623305 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1623305 - /ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties

jacopoc
Author: jacopoc
Date: Mon Sep  8 06:51:22 2014
New Revision: 1623305

URL: http://svn.apache.org/r1623305
Log:
Removed the "rmi" loader from test startup configuration: it was loading the ComponentContainer two times.

Modified:
    ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties

Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties?rev=1623305&r1=1623304&r2=1623305&view=diff
==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/test.properties Mon Sep  8 06:51:22 2014
@@ -43,7 +43,7 @@
 
 # --- StartupLoader implementations to load (in order)
 ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader
-ofbiz.start.loader1.loaders=test,rmi
+ofbiz.start.loader1.loaders=test
 
 # -- Enable the shutdown hook
 #ofbiz.enable.hook=true