Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
Description
Service "loadType1ProductInProductDimension" is triggered by "createProduct" service on "commit" events in "async" mode.
Sometimes, there're too much backend work to do after a product is created and before the whole transaction is commited, as other "sync" mode secas, transaction itself and so on.
In such situation, the loadType1ProductInProductDimension service cannot get the product info because the new created product has not been truely commited yet, and then it will fail with error message "cannot found product" in log.
Patch: use "global-commit" event instead of "commit" to resolve this problem.
Attachments
Attachments
Issue Links
- relates to
-
OFBIZ-4496 "Quick complete Drop Shipment" on purchase order causes many warning messages
- Closed
-
OFBIZ-4582 loadSalesInvoiceFact should be post-run
- Closed