Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Release Branch 12.04, Release Branch 13.07, Release Branch 14.12, Release Branch 15.12, Release Branch 16.11, Release Branch 17.12, Trunk
-
None
Description
When we add items to cart as a non-logged in user (ProductStore setting autoSaveCart on 'Y') ofbiz adds that item to ShoppingList as well. Following security error occures:
[java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ UtilProperties.java:1063:INFO ] ResourceBundle MiniLangErrorUiLabels (en) created in 0.031s with 4 properties [java] 2013-03-19 17:56:15,713 (http-bio-0.0.0.0-8080-exec-4) [ TransactionUtil.java:379:WARN ] [java] ---- exception report ---------------------------------------------------------- [java] [TransactionUtil.setRollbackOnly] Calling transaction setRollbackOnly; this stack trace shows where this is happening: [java] Exception: java.lang.Exception [java] Message: Error in simple-method [Create a ShoppingList Item [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]: [java] ---- stack trace --------------------------------------------------------------- [java] java.lang.Exception: Error in simple-method [Create a ShoppingList Item [file:/D:/Workspace/ofbiz/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]: [java] org.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:379) [java] org.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:320) [java] org.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:582) [java] org.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:275) [java] org.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:294) [java] org.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [java] org.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [java] org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:390) [java] org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:225) [java] org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:163) [java] org.ofbiz.order.shoppinglist.ShoppingListEvents.addBulkFromCart(ShoppingListEvents.java:167) [java] org.ofbiz.order.shoppinglist.ShoppingListEvents.fillAutoSaveList(ShoppingListEvents.java:425) [java] org.ofbiz.order.shoppingcart.ShoppingCartItem.setQuantity(ShoppingCartItem.java:1059) [java] org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:578) [java] org.ofbiz.order.shoppingcart.ShoppingCartItem.makeItem(ShoppingCartItem.java:359) [java] org.ofbiz.order.shoppingcart.ShoppingCart.addOrIncreaseItem(ShoppingCart.java:583) [java] org.ofbiz.order.shoppingcart.ShoppingCartHelper.addToCart(ShoppingCartHelper.java:246) [java] org.ofbiz.order.shoppingcart.ShoppingCartEvents.addToCart(ShoppingCartEvents.java:586)
Attachments
Attachments
Issue Links
- is related to
-
OFBIZ-10418 createShoppingListItem service fails
- Reopened