Error in quick ship entire order

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Error in quick ship entire order

Rahul Sharma-8
Hello all,
There is an error when I click on quick ship entire order button of order
view page.Error on console regarding parsing is
 [FlexibleMapAccessor.java:142:INFO ] UEL exception while getting value:
javax.el.ELException: Error parsing '${orderItemListByShGrpMap.00001}':
syntax error at position 25, encountered '.00001', expected '}', original =
orderItemListByShGrpMap.${orderItemShipGroup.shipGroupSeqId}
 Error in simple-method [Quick ships an entire order from multiple
facilities
[file:/home/santosh/ofbiz_dev/extra/applications/product/script/org/ofbiz/shipment/shipment/ShipmentServices.xml#quickShipEntireOrder]]:
; [Warning: no shipments created; could not find anything ready and needing
to be shipped.]

I traced file FlexibleMapAccessor.java, there is method call evaluate in the
line  obj = UelUtil.evaluate(base, getExpression(base)); this method of
UelUtil.java is calling another method
exprFactory.createValueExpression(elContext, expression, expectedType); but
could not find createValueExpression method, probably error would be in this
method createValueExpression.
If anyone has an idea how to get rid of this problem, please help. Thank in
advance.


Regards
Rocky