[
https://issues.apache.org/jira/browse/OFBIZ-876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12487965
]
Scott Gray commented on OFBIZ-876:
----------------------------------
Scratch that last question, this part of the log looks interesting:
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
java.lang.Thread.run(Thread.java:595)
java.lang.NoSuchMethodError:
org.ofbiz.order.shoppingcart.ShoppingCart.addPayment(Ljava/lang/String;)V <--
org.ofbiz.order.shoppingcart.ShoppingCartServices.loadCartFromOrder(ShoppingCartServices.java:246)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
Anyone know any reasons why a NoSuchMethodError would be occuring here?
> A few problems when editing orders
> ----------------------------------
>
> Key: OFBIZ-876
> URL: https://issues.apache.org/jira/browse/OFBIZ-876
> Project: OFBiz (The Open for Business Project)
> Issue Type: Bug
> Components: order
> Reporter: Scott Gray
> Attachments: ofbiz.log.tar.gz
>
>
> I think there's a still a few issues to be fixed with editing orders:
> 1. Multiple order change emails are being sent out (I think one is sent for
> every orderItem status change)
> 2. I don't think all inventory reservations should be cancelled at the
> start, this puts the order to the back of the queue even if a orderItem
> didn't change during the edit.
> 3. Promo lines shouldn't appear to be editable in editorderitems.ftl as they
> can't actually be edited
> 4. Promos that apply before and after an edit shouldn't be cancelled and
> then recreated, it makes a mess of the order and puts the reservation to the
> back of the queue.
> I'll keep them as one issue for now as they are pretty closely related, but
> if things drag on perhaps we should look at splitting them up
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.