Uploaded image for project: 'OFBiz'
  1. OFBiz
  2. OFBIZ-5157

Error on createShoppingListItem when adding item to cart as anonymous

    XMLWordPrintableJSON

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
    • order
    • 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

        1. OFBIZ-5157-CodeCleanup.patch
          0.7 kB
          aditya
        2. OFBIZ-5157-ShoppingListEvents.patch
          2 kB
          Benjamin Jugl
        3. OFBIZ-5157-ShoppingListServices.patch
          0.8 kB
          Mirko Vogelsmeier

        Issue Links

          Activity

            People

              jleroux Jacques Le Roux
              vogelsme Mirko Vogelsmeier
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: