[jira] [Commented] (OFBIZ-5065) ProductCalculatedInfo during storeOrder creates Deadlock

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-5065) ProductCalculatedInfo during storeOrder creates Deadlock

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-5065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14283725#comment-14283725 ]

Vyom Jain commented on OFBIZ-5065:
----------------------------------

Service countProductQuantityOrdered (which populates ProductCalculatedInfo) isn't implemented as ECA, it is invoked synchronously by OrderService.createOrder() (possibly for Purchase Orders as well).
Here's another related thread http://mail-archives.apache.org/mod_mbox/ofbiz-dev/201410.mbox/%3C0DF5FBE0-BA9F-43BF-AF93-33B0F84608C8@...%3E

> ProductCalculatedInfo during storeOrder creates Deadlock
> --------------------------------------------------------
>
>                 Key: OFBIZ-5065
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5065
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Release Branch 12.04
>            Reporter: Markus M. May
>            Priority: Minor
>
> We are experiencing problems with a deadlock on the ProductCalculatedInfo table in the storeOrder service.
> A possible solution seems to add require-new-transaction="true" to the countProductQuantityOrdered service.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)