svn commit: r1804824 - in /ofbiz/ofbiz-framework/trunk/framework: entity/src/main/java/org/apache/ofbiz/entity/GenericDelegator.java webapp/src/main/java/org/apache/ofbiz/webapp/stats/VisitHandler.jav

2017-08-11 Thread nmalin
Author: nmalin Date: Fri Aug 11 17:02:34 2017 New Revision: 1804824 URL: http://svn.apache.org/viewvc?rev=1804824=rev Log: Fixed: Related to the issue OFBIZ-6401Connect OFBiz to a read only database Escape null pointer exception stack trace when the helper return no value Modified:

svn propchange: r1804826 - svn:log

2017-08-11 Thread nmalin
Author: nmalin Revision: 1804826 Modified property: svn:log Modified: svn:log at Fri Aug 11 17:21:09 2017 -- --- svn:log (original) +++ svn:log Fri Aug 11 17:21:09 2017 @@ -1,4 +1,4 @@ -Fixed: Connect OFBiz to a read only

svn commit: r1804786 - in /ofbiz/ofbiz-framework/trunk/framework: service/dtd/ service/src/main/java/org/apache/ofbiz/service/ webtools/config/ webtools/groovyScripts/service/ webtools/template/servic

2017-08-11 Thread nmalin
Author: nmalin Date: Fri Aug 11 12:41:22 2017 New Revision: 1804786 URL: http://svn.apache.org/viewvc?rev=1804786=rev Log: Implemented: Manage deprecated service in the ModelService (OFBIZ-9558) When you want to remove a service we add a new xml element that you can put on the service

svn commit: r1804782 - /ofbiz/ofbiz-plugins/trunk/.project

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 12:13:43 2017 New Revision: 1804782 URL: http://svn.apache.org/viewvc?rev=1804782=rev Log: No functional change Adds an Eclipse .project file to the ofbiz-plugins branch in order to handle as a project in Eclipse and to follow https://s.apache.org/BLzU This is

svn commit: r1804848 - in /ofbiz/branches/release16.11: ./ applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/GiftCertificateServices.java

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:42:34 2017 New Revision: 1804848 URL: http://svn.apache.org/viewvc?rev=1804848=rev Log: "Applied fix from trunk framework for revision: 1804847" r1804847 | jleroux | 2017-08-11 21:41:32

svn commit: r1804843 - in /ofbiz/ofbiz-framework/trunk/applications/accounting: config/AccountingErrorUiLabels.xml src/main/java/org/apache/ofbiz/accounting/payment/PaymentGatewayServices.java

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:14:21 2017 New Revision: 1804843 URL: http://svn.apache.org/viewvc?rev=1804843=rev Log: Fixed: Missing action in empty if-statement in accounting.PaymentGatewayServices (OFBIZ-9530) In the method processAuthResult() line 1889 there is an empty if-statement for

svn commit: r1804845 - in /ofbiz/branches/release16.11: ./ applications/accounting/config/AccountingErrorUiLabels.xml applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/PaymentG

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:22:31 2017 New Revision: 1804845 URL: http://svn.apache.org/viewvc?rev=1804845=rev Log: "Applied fix from trunk framework for revision: 1804843" r1804843 | jleroux | 2017-08-11 21:14:21

svn propchange: r1804843 - svn:log

2017-08-11 Thread jleroux
Author: jleroux Revision: 1804843 Modified property: svn:log Modified: svn:log at Fri Aug 11 19:26:48 2017 -- --- svn:log (original) +++ svn:log Fri Aug 11 19:26:48 2017 @@ -1,12 +1,13 @@ -Fixed: Missing action in empty

svn commit: r1804841 - /ofbiz/ofbiz-framework/trunk/

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:09:55 2017 New Revision: 1804841 URL: http://svn.apache.org/viewvc?rev=1804841=rev Log: No functional change It's convenient to add the plugins in Eclipse (project ofbiz which is actually only ofbiz-framework) but then you need to ignore them in SVN

svn propchange: r1804845 - svn:log

2017-08-11 Thread jleroux
Author: jleroux Revision: 1804845 Modified property: svn:log Modified: svn:log at Fri Aug 11 19:28:32 2017 -- --- svn:log (original) +++ svn:log Fri Aug 11 19:28:32 2017 @@ -1,18 +1,19 @@ -"Applied fix from trunk

svn commit: r1804844 - /ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:15:52 2017 New Revision: 1804844 URL: http://svn.apache.org/viewvc?rev=1804844=rev Log: Improved: Deprecated Methods in OrderChangeHelper (OFBIZ-9570) The methods abortOrderProcessing and releaseInitialOrderHold have been deprecated since the workflow engine

svn propchange: r1804843 - svn:log

2017-08-11 Thread jleroux
Author: jleroux Revision: 1804843 Modified property: svn:log Modified: svn:log at Fri Aug 11 19:33:38 2017 -- --- svn:log (original) +++ svn:log Fri Aug 11 19:33:38 2017 @@ -1,13 +1,10 @@ -Fixed: [FB] Package

svn propchange: r1804845 - svn:log

2017-08-11 Thread jleroux
Author: jleroux Revision: 1804845 Modified property: svn:log Modified: svn:log at Fri Aug 11 19:34:25 2017 -- --- svn:log (original) +++ svn:log Fri Aug 11 19:34:25 2017 @@ -2,18 +2,16 @@

svn commit: r1804847 - /ofbiz/ofbiz-framework/trunk/applications/accounting/src/main/java/org/apache/ofbiz/accounting/payment/GiftCertificateServices.java

2017-08-11 Thread jleroux
Author: jleroux Date: Fri Aug 11 19:41:32 2017 New Revision: 1804847 URL: http://svn.apache.org/viewvc?rev=1804847=rev Log: Fixed: [FB] Package org.apache.ofbiz.accounting.payment (Additional Bugs) (OFBIZ-9529) GiftCertificateServices.java:229, DLS_DEAD_LOCAL_STORE

svn commit: r1804826 - /ofbiz/ofbiz-framework/trunk/framework/entity/src/main/java/org/apache/ofbiz/entity/datasource/ReadOnlyHelperDAO.java

2017-08-11 Thread nmalin
Author: nmalin Date: Fri Aug 11 17:09:08 2017 New Revision: 1804826 URL: http://svn.apache.org/viewvc?rev=1804826=rev Log: Fixed: Connect OFBiz to a read only database (OFBIZ-6401) Add a DAO helper class to use a datasource as readonly This helper is disable by default. To enable it change the