Nitesh Goyal created OFBIZ-6382:
-----------------------------------
Summary: Create PO flow is broken
Key: OFBIZ-6382
URL: https://issues.apache.org/jira/browse/OFBIZ-6382
Project: OFBiz
Issue Type: Bug
Components: order
Affects Versions: Trunk
Reporter: Nitesh Goyal
While creating a PO from Ordermgr, the following error occurred :
{code}
ERROR rendering error page [/error/error.jsp], but here is the error text:
org.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen
[component://order/widget/ordermgr/OrderEntryOrderScreens.xml#ShipSettings]:
java.lang.IllegalArgumentException: Error running script at location
[component://order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy]:
groovy.lang.MissingMethodException: No signature of method:
java.util.LinkedHashMap.add() is applicable for argument types:
(java.util.LinkedHashMap) values:
[[facilityContactMechList:[[facilityContactMechPurposes:[[lastUpdatedStamp:2015-05-16
03:10:24.528, ...], ...], ...], ...], ...]] Possible solutions: any(),
any(groovy.lang.Closure), any(groovy.lang.Closure), wait(), find(), wait(long)
(Error running script at location
[component://order/webapp/ordermgr/WEB-INF/actions/entry/ShipSettings.groovy]:
groovy.lang.MissingMethodException: No signature of method:
java.util.LinkedHashMap.add() is applicable for argument types:
(java.util.LinkedHashMap) values:
[[facilityContactMechList:[[facilityContactMechPurposes:[[lastUpdatedStamp:2015-05-16
03:10:24.528, ...], ...], ...], ...], ...]] Possible solutions: any(),
any(groovy.lang.Closure), any(groovy.lang.Closure), wait(), find(), wait(long))
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)