Good idea Jacopo
Jacques
Le 26/08/2016 à 17:05, [email protected] a écrit :
Author: jacopoc
Date: Fri Aug 26 15:05:00 2016
New Revision: 1757869
URL: http://svn.apache.org/viewvc?rev=1757869&view=rev
Log:
Minor enhancements to the way the comments about RMI are worded.
Modified:
ofbiz/trunk/framework/common/servicedef/services_test.xml
ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties
Modified: ofbiz/trunk/framework/common/servicedef/services_test.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/servicedef/services_test.xml?rev=1757869&r1=1757868&r2=1757869&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/servicedef/services_test.xml (original)
+++ ofbiz/trunk/framework/common/servicedef/services_test.xml Fri Aug 26
15:05:00 2016
@@ -47,7 +47,7 @@ under the License.
<service name="testError" engine="java" export="true" validate="false"
require-new-transaction="true" max-retry="1"
location="org.apache.ofbiz.common.CommonServices"
invoke="returnErrorService">
</service>
- <!-- Because of the danger of Java deserialization when using RMI, we
(PMC) have decided to comment out main RMI related code entries.
+ <!-- Because of the danger of Java deserialization when using RMI, the RMI
component has been disabled in the default configuration of OFBiz.
If you need RMI you just need to uncomment those places - See
OFBIZ-6942 for details -->
<!-- see serviceengine.xml to configure the rmi location alias -->
<!-- <service name="testRmi" engine="rmi" validate="false"
Modified:
ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties?rev=1757869&r1=1757868&r2=1757869&view=diff
==============================================================================
---
ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties
(original)
+++
ofbiz/trunk/framework/start/src/main/java/org/apache/ofbiz/base/start/start.properties
Fri Aug 26 15:05:00 2016
@@ -40,7 +40,7 @@ ofbiz.admin.key=so3du5kasd5dn
# --- StartupLoader implementations to load (in order)
ofbiz.start.loader1=org.apache.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.
+# Because of the danger of Java deserialization when using RMI, the RMI
component has been disabled in the default configuration of OFBiz.
# 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