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. Bilgin Ibryam -- View this message in context: http://www.nabble.com/Errors-in-latest-ofbiz-trunk-tf4646718.html#a13273638 Sent from the OFBiz - Dev mailing list archive at Nabble.com.
