svn commit: r1616954 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:56:36 2014 New Revision: 1616954 URL: http://svn.apache.org/r1616954 Log: Fixes bad indentation Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java Modified: ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderS

svn commit: r1616949 - in /ofbiz/branches/release12.04: ./ applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:18:14 2014 New Revision: 1616949 URL: http://svn.apache.org/r1616949 Log: "Applied fix from trunk for revision: 1616940" r1616940 | jleroux | 2014-08-09 15:05:05 +0200 (sam. 09 août 2014)

svn commit: r1616948 - /ofbiz/branches/release11.04/applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:16:25 2014 New Revision: 1616948 URL: http://svn.apache.org/r1616948 Log: Fixes bad indentation resulting from merging Modified: ofbiz/branches/release11.04/applications/order/src/org/ofbiz/order/order/OrderServices.java Modified: ofbiz/branches/release1

svn commit: r1616947 - in /ofbiz/branches/release11.04: ./ applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:15:16 2014 New Revision: 1616947 URL: http://svn.apache.org/r1616947 Log: "Applied fix from trunk for revision: 1616940" r1616940 | jleroux | 2014-08-09 15:05:05 +0200 (sam. 09 août 2014)

svn commit: r1616945 - /ofbiz/branches/release13.07/applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:13:17 2014 New Revision: 1616945 URL: http://svn.apache.org/r1616945 Log: Fixes bad indentation resulting from merging Modified: ofbiz/branches/release13.07/applications/order/src/org/ofbiz/order/order/OrderServices.java Modified: ofbiz/branches/release1

svn commit: r1616943 - in /ofbiz/branches/release13.07: ./ applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:08:26 2014 New Revision: 1616943 URL: http://svn.apache.org/r1616943 Log: "Applied fix from trunk for revision: 1616940" r1616940 | jleroux | 2014-08-09 15:05:05 +0200 (sam. 09 août 2014)

svn commit: r1616940 - /ofbiz/trunk/applications/order/src/org/ofbiz/order/order/OrderServices.java

2014-08-09 Thread jleroux
Author: jleroux Date: Sat Aug 9 13:05:05 2014 New Revision: 1616940 URL: http://svn.apache.org/r1616940 Log: The updateApprovedOrderItems defines the itemAttributesMap, itemEstimatedDeliveryDateMap and itemEstimatedShipDateMap IN parameters as optional. But if you use this service out of an eve

svn commit: r1616931 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:54:01 2014 New Revision: 1616931 URL: http://svn.apache.org/r1616931 Log: Replace FastMap with HashMap and remove imports Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java Modified: ofbiz/trunk/framework/service/sr

svn commit: r1616928 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:43:15 2014 New Revision: 1616928 URL: http://svn.apache.org/r1616928 Log: Replace FastList with ArrayList Modified: ofbiz/trunk/framework/service/src/org/ofbiz/service/ServiceSynchronization.java Modified: ofbiz/trunk/framework/service/src/org/ofbiz/serv

svn commit: r1616925 - in /ofbiz/trunk: applications/accounting/src/org/ofbiz/accounting/thirdparty/valuelink/ framework/common/src/org/ofbiz/common/ framework/service/src/org/ofbiz/service/ framework

2014-08-09 Thread lektran
Author: lektran Date: Sat Aug 9 09:00:39 2014 New Revision: 1616925 URL: http://svn.apache.org/r1616925 Log: Replace the ServiceXaWrapper with a simpler Synchronization implementation. Helps pave the way for use of alternative transaction management libraries that don't work well with our XA w