Monday 25 February 2013

OptimisticUpdateFailureException

Recently in one of the projects we were getting OptimisticUpdateFailureException during OrderProcess. After debugging this for 2-3 days what we found was, we had extended the OrderProcess command, and in the CustomOrderProcess command we have been calling OrderPrepare and immediately performExcute of OrderProcess cmd because of which we were getting this, we then invoked OrderProcess from the 'confirm order', once we get the response we then invoked the customorderprocess, looks like the issue was invoking these from local transaction context.

No comments:

Post a Comment