You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2014/08/14 04:28:31 UTC

svn propchange: r1616940 - svn:log

Author: jleroux
Revision: 1616940
Modified property: svn:log

Modified: svn:log at Thu Aug 14 02:28:31 2014
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Aug 14 02:28:31 2014
@@ -1,2 +1 @@
-The updateApprovedOrderItems defines the itemAttributesMap, itemEstimatedDeliveryDateMap and itemEstimatedShipDateMap IN parameters as optional. But if you use this service out of an event context then you cross NPEs
-This is because in the context of an event the missing parameters are initialised as empty. This hid the issue so far because updateApprovedOrderItems is only used once, called by an event.
+The updateApprovedOrderItems defines the itemAttributesMap, itemEstimatedDeliveryDateMap and itemEstimatedShipDateMap IN parameters as optional. But if you use this service (updateOrderItems) out of an event context then you cross NPEs. This is because in the context of an event the missing parameters are initialised as empty. This hid the issue so far because updateApprovedOrderItems is only used once, called by an event.