Author: deepak
Date: Wed Mar 23 05:23:41 2016
New Revision: 1736272
URL:
http://svn.apache.org/viewvc?rev=1736272&view=revLog:
Removed extra unused sign from start.properties file, I think its mistakenly committed at r#1736083.
Modified:
ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties
Modified: ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties?rev=1736272&r1=1736271&r2=1736272&view=diff==============================================================================
--- ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties (original)
+++ ofbiz/trunk/framework/start/src/org/ofbiz/base/start/start.properties Wed Mar 23 05:23:41 2016
@@ -40,10 +40,10 @@ ofbiz.admin.key=so3du5kasd5dn
# --- StartupLoader implementations to load (in order)
ofbiz.start.loader1=org.ofbiz.base.container.ContainerLoader
-+# Because of the danger of Java deserialization when using RMI, we (PMC) have decided to comment out main RMI related code entries.
-+# If you need RMI you just need to uncomment those places - See OFBIZ-6942 for details -->
-+#ofbiz.start.loader1.loaders=main,rmi
-+ofbiz.start.loader1.loaders=main
+# Because of the danger of Java deserialization when using RMI, we (PMC) have decided to comment out main RMI related code entries.
+# If you need RMI you just need to uncomment those places - See OFBIZ-6942 for details -->
+#ofbiz.start.loader1.loaders=main,rmi
+ofbiz.start.loader1.loaders=main
# -- Enable the shutdown hook
#ofbiz.enable.hook=true