You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/03/22 12:13:16 UTC

[jira] [Closed] (OFBIZ-5157) Error on createShoppingListItem when adding item to cart as anonymous

     [ https://issues.apache.org/jira/browse/OFBIZ-5157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-5157.
----------------------------------

    Resolution: Fixed
    
> Error on createShoppingListItem when adding item to cart as anonymous
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-5157
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5157
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 12.04
>            Reporter: Mirko Vogelsmeier
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 12.04
>
>         Attachments: OFBIZ-5157-ShoppingListServices.patch
>
>
> 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)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira