You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Rahul Sharma <ro...@gmail.com> on 2009/04/20 12:03:13 UTC

Error in quick ship entire order

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