Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
r1204119
Description
See thread at http://ofbiz.135035.n4.nabble.com/Should-loadSalesInvoiceFact-be-run-on-return-instead-of-commit-td3896289.html
The loadSalesInvoiceFact service in applications/accounting/servicedef/secas_olap.xml is set to run asynchronously on (that is, before) a commit. The result is that the service may attempt to read an order that has not yet been committed.
In the patch, the timing has been changed to global-commit-post-run to ensure the order has been committed.
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-4469 Load product dimension when and only when the product is created successfully
- Closed
- relates to
-
OFBIZ-4496 "Quick complete Drop Shipment" on purchase order causes many warning messages
- Closed