Bilgin Ibryam wrote:
> Hi guys,
> 
> I see lots of errors in latest ofbiz trunk.
> Some of them are lilke: java.lang.UnsupportedOperationException: = (=),
> <>... Not sure which changes cause it.
> You can see errors while order creation, or checking the profile of a party.
> 
> In order creation from POS, there are errors due to changes in shopping cart 
> in r585854
> Changing LinkedMap to LinkedHashMap cause some errors, because in
> CheckOutHelper.java there are some code using LinkedMap.get(index) , which
> is not supported from LinkedHashMap.

Do you have a stack trace?

There is no LinkedMap/LinkedHashMap in CheckOutHelper.  Is that a local
change to your system?  Or do you mean ShoppingCart.java?  There are no
compile errors, so what code is calling LinkedMap.get(index)?

Reply via email to