You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "fanse (JIRA)" <ji...@apache.org> on 2012/12/10 02:27:20 UTC

[jira] [Commented] (OFBIZ-5095) After adding reschedule order to shipping list, caused shippling listing page cannot show

    [ https://issues.apache.org/jira/browse/OFBIZ-5095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13527676#comment-13527676 ] 

fanse commented on OFBIZ-5095:
------------------------------

I have stepped into this issue, and found it's caused by  calling ShoppingListServices.xml#createShoppingListItem without any user login. This shopping cart is created just with order detail, and that method does not carry any user login with it.
                
> After adding reschedule order to shipping list, caused shippling listing page cannot show
> -----------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-5095
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5095
>             Project: OFBiz
>          Issue Type: Bug
>          Components: specialpurpose/ecommerce
>    Affects Versions: SVN trunk
>            Reporter: fanse
>            Priority: Critical
>
> Step:
> 1.Create an order and checkout success
> 2.In Order history page, choose one order and show it's detail
> 3.At the head of Order Items table, click "Send me this every month".
> Get:
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/CommonScreens.xml#main-decorator]: org.ofbiz.entity.transaction.GenericTransactionException: The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in simple-method [Create a ShoppingList Item [file:/E:/projects/ofbiz/source/underware/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]: (The current transaction is marked for rollback, not beginning a new transaction and aborting current operation; the rollbackOnly was caused by: Error in simple-method [Create a ShoppingList Item [file:/E:/projects/ofbiz/source/underware/trunk/applications/order/script/org/ofbiz/order/shoppinglist/ShoppingListServices.xml#createShoppingListItem]]: )

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