[jira] Created: (OFBIZ-2324) UEL exception while performing "Quick Ship Entire Order"

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-2324) UEL exception while performing "Quick Ship Entire Order"

Nicolas Malin (Jira)
UEL exception while performing "Quick Ship Entire Order"
--------------------------------------------------------

                 Key: OFBIZ-2324
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2324
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: SVN trunk
            Reporter: Deepesh Kapoor
             Fix For: SVN trunk


While performing " Quick Ship Entire Order " , an error occurs :

[FlexibleMapAccessor.java:142:INFO ] UEL exception while getting value:
javax.el.ELException: Error parsing '${orderItemListByShGrpMap.00001}':
syntax error at position 25, encountered '.00001', expected '}', original =
orderItemListByShGrpMap.${orderItemShipGroup.shipGroupSeqId}
[Warning: no shipments created; could not find anything ready and needing
to be shipped.]

IMO, this is after a commit( r764992 ) in UelUtil.java  and UelFunctions.java which was done in order to fix the auto-vivify issues. Here is the link to the commit : http://svn.apache.org/viewvc?view=rev&revision=764992
Please correct me if i am missing something.


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

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-2324) UEL exception while performing "Quick Ship Entire Order"

Nicolas Malin (Jira)

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

Jacopo Cappellato reassigned OFBIZ-2324:
----------------------------------------

    Assignee: Jacopo Cappellato

> UEL exception while performing "Quick Ship Entire Order"
> --------------------------------------------------------
>
>                 Key: OFBIZ-2324
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2324
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Jacopo Cappellato
>             Fix For: SVN trunk
>
>
> While performing " Quick Ship Entire Order " , an error occurs :
> [FlexibleMapAccessor.java:142:INFO ] UEL exception while getting value:
> javax.el.ELException: Error parsing '${orderItemListByShGrpMap.00001}':
> syntax error at position 25, encountered '.00001', expected '}', original =
> orderItemListByShGrpMap.${orderItemShipGroup.shipGroupSeqId}
> [Warning: no shipments created; could not find anything ready and needing
> to be shipped.]
> IMO, this is after a commit( r764992 ) in UelUtil.java  and UelFunctions.java which was done in order to fix the auto-vivify issues. Here is the link to the commit : http://svn.apache.org/viewvc?view=rev&revision=764992
> Please correct me if i am missing something.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-2324) UEL exception while performing "Quick Ship Entire Order"

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adrian Crum commented on OFBIZ-2324:
------------------------------------

Jacopo,

I'll look into this. I'd rather fix the UEL code to accomodate the existing XML code.


> UEL exception while performing "Quick Ship Entire Order"
> --------------------------------------------------------
>
>                 Key: OFBIZ-2324
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2324
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Jacopo Cappellato
>             Fix For: SVN trunk
>
>
> While performing " Quick Ship Entire Order " , an error occurs :
> [FlexibleMapAccessor.java:142:INFO ] UEL exception while getting value:
> javax.el.ELException: Error parsing '${orderItemListByShGrpMap.00001}':
> syntax error at position 25, encountered '.00001', expected '}', original =
> orderItemListByShGrpMap.${orderItemShipGroup.shipGroupSeqId}
> [Warning: no shipments created; could not find anything ready and needing
> to be shipped.]
> IMO, this is after a commit( r764992 ) in UelUtil.java  and UelFunctions.java which was done in order to fix the auto-vivify issues. Here is the link to the commit : http://svn.apache.org/viewvc?view=rev&revision=764992
> Please correct me if i am missing something.

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

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-2324) UEL exception while performing "Quick Ship Entire Order"

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Adrian Crum closed OFBIZ-2324.
------------------------------

    Resolution: Fixed

Fixed in trunk, rev 766827.

> UEL exception while performing "Quick Ship Entire Order"
> --------------------------------------------------------
>
>                 Key: OFBIZ-2324
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2324
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: SVN trunk
>            Reporter: Deepesh Kapoor
>            Assignee: Jacopo Cappellato
>             Fix For: SVN trunk
>
>
> While performing " Quick Ship Entire Order " , an error occurs :
> [FlexibleMapAccessor.java:142:INFO ] UEL exception while getting value:
> javax.el.ELException: Error parsing '${orderItemListByShGrpMap.00001}':
> syntax error at position 25, encountered '.00001', expected '}', original =
> orderItemListByShGrpMap.${orderItemShipGroup.shipGroupSeqId}
> [Warning: no shipments created; could not find anything ready and needing
> to be shipped.]
> IMO, this is after a commit( r764992 ) in UelUtil.java  and UelFunctions.java which was done in order to fix the auto-vivify issues. Here is the link to the commit : http://svn.apache.org/viewvc?view=rev&revision=764992
> Please correct me if i am missing something.

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