[jira] Created: (OFBIZ-2834) secas.xml in order does not validate in 9.04

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

[jira] Created: (OFBIZ-2834) secas.xml in order does not validate in 9.04

Nicolas Malin (Jira)
secas.xml in order does not validate in 9.04
--------------------------------------------

                 Key: OFBIZ-2834
                 URL: https://issues.apache.org/jira/browse/OFBIZ-2834
             Project: OFBiz
          Issue Type: Bug
          Components: order
    Affects Versions: Release Branch 9.04
            Reporter: Anne Jessel


/applications/order/servicedef/secas.xml

The problem is around line 52:

 <eca service="receiveInventoryProduct" event="commit">
        <condition field-name="facilityId" operator="is-not-empty"/>
        <condition field-name="orderId" operator="is-not-empty"/>
    </eca>

does not have an action. This seems to have happened as part of revision 786014. I do not have a patch, as I am unsure of the implications of simply reverting this file to its state prior to rev 786014.

--
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-2834) secas.xml in order does not validate in 9.04

Nicolas Malin (Jira)

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

Jacques Le Roux closed OFBIZ-2834.
----------------------------------

    Resolution: Fixed
      Assignee: Ashish Vijaywargiya

Thanks for report Anne,

This has been fixed by Ashish at r786014

> secas.xml in order does not validate in 9.04
> --------------------------------------------
>
>                 Key: OFBIZ-2834
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2834
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 9.04
>            Reporter: Anne Jessel
>            Assignee: Ashish Vijaywargiya
>
> /applications/order/servicedef/secas.xml
> The problem is around line 52:
>  <eca service="receiveInventoryProduct" event="commit">
>         <condition field-name="facilityId" operator="is-not-empty"/>
>         <condition field-name="orderId" operator="is-not-empty"/>
>     </eca>
> does not have an action. This seems to have happened as part of revision 786014. I do not have a patch, as I am unsure of the implications of simply reverting this file to its state prior to rev 786014.

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