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 2008/05/09 15:24:57 UTC

[jira] Created: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
----------------------------------------------------------------------------------------------------------------

                 Key: OFBIZ-1778
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk, Release Branch 4.0
            Reporter: Jacques Le Roux


After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 

2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
---- exception report ----------------------------------------------------------
Service [appendOrderItem] threw an unexpected exception/error
Exception: org.ofbiz.service.GenericServiceException
Message: Service target threw an unexpected exception (index: 2)
---- stack trace ---------------------------------------------------------------
org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
[...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597070#action_12597070 ] 

Scott Gray commented on OFBIZ-1778:
-----------------------------------

Hi Jacques

Is this while creating an order or editing a previously created one?  Could you clarify what you mean by "add a product in a new shipment group"?

> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Jacques Le Roux
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600500#action_12600500 ] 

jacques.le.roux edited comment on OFBIZ-1778 at 5/28/08 8:12 AM:
-----------------------------------------------------------------

This was not true for trunk : you cant "add" a new shipment group as there is only a dropdown box (OFBiz option) for ship group. I wonder now if it was not only a design flaw in release4.0.
BTW I suppose that this has been corrected recently by Bilgin http://fisheye6.atlassian.com/browse/ofbiz/trunk/applications/order/webapp/ordermgr/order/appendorderitem.ftl?r1=627051&r2=658036

Maybe I found another issue that I will re-test right now : you can't add 1st to the 2d grp it seems (I got an error when adding firstly to the 2d grp, but after having added to the 1st grp when adding anew to the 2d I dod not get any error)

      was (Author: jacques.le.roux):
    This was not true for trunk : you cant "add" a new shipment group as there is only a dropdown box (OFBiz option) for ship group. I wonder now if it was not only a design flaw in release4.0.

BTW I found another issue that I will re-test right now : you can't add 1st to the 2d grp it seems (I got an error when adding firstly to the 2d grp, but after having added to the 1st grp when adding anew to the 2d I dod not get any error)
  
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Jacques Le Roux
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597777#action_12597777 ] 

Jacques Le Roux commented on OFBIZ-1778:
----------------------------------------

Hi Scott,

Sorry for the late answer. When editing items of a previously created order you can use the add items option at bottom of screen. I f you add a product as an itme in a new shipment group changing the default shipment group number you get this error.

> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk, Release Branch 4.0
>            Reporter: Jacques Le Roux
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Bilgin Ibryam (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600514#action_12600514 ] 

Bilgin Ibryam commented on OFBIZ-1778:
--------------------------------------

Jacques and Scott,

Thanks for working on these (order stuff) issues. No time to participate these days, but I will take a look at the weekend.

Bilgin

> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Jacques Le Roux
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux updated OFBIZ-1778:
-----------------------------------

    Affects Version/s:     (was: SVN trunk)

This was not true for trunk : you cant "add" a new shipment group as there is only a dropdown box (OFBiz option) for ship group. I wonder now if it was not only a design flaw in release4.0.

BTW I found another issue that I will re-test right now : you can't add 1st to the 2d grp it seems (I got an error when adding firstly to the 2d grp, but after having added to the 1st grp when adding anew to the 2d I dod not get any error)

> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Jacques Le Roux
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-1778) After using a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug

Posted by "Jacques Le Roux (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-1778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-1778.
----------------------------------

       Resolution: Fixed
    Fix Version/s: Release Branch 4.0
         Assignee: Jacques Le Roux

I commited a fix in rev. 661003

> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get a bug
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-1778
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-1778
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 4.0
>            Reporter: Jacques Le Roux
>            Assignee: Jacques Le Roux
>             Fix For: Release Branch 4.0
>
>
> After using  a split shipment from eCommerce when you try to add a product in a new shipment group you get 
> 2008-05-09 12:35:13,015 (http-0.0.0.0-18443-Processor3) [ ServiceDispatcher.java:500:ERROR]
> ---- exception report ----------------------------------------------------------
> Service [appendOrderItem] threw an unexpected exception/error
> Exception: org.ofbiz.service.GenericServiceException
> Message: Service target threw an unexpected exception (index: 2)
> ---- stack trace ---------------------------------------------------------------
> org.ofbiz.service.GenericServiceException: Service target threw an unexpected exception (index: 2)
> org.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:108)
> org.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:54)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:384)
> org.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:213)
> org.ofbiz.service.GenericDispatcher.runSync(GenericDispatcher.java:149)
> org.ofbiz.webapp.event.ServiceEventHandler.invoke(ServiceEventHandler.java:334)
> org.ofbiz.webapp.control.RequestHandler.runEvent(RequestHandler.java:454)
> org.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:281)
> org.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:198)
> org.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:78) 
> [...]

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.