[jira] [Created] (OFBIZ-9116) minilanguage error handling problems

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

[jira] [Created] (OFBIZ-9116) minilanguage error handling problems

Nicolas Malin (Jira)
Hans Bakker created OFBIZ-9116:
----------------------------------

             Summary: minilanguage error handling problems
                 Key: OFBIZ-9116
                 URL: https://issues.apache.org/jira/browse/OFBIZ-9116
             Project: OFBiz
          Issue Type: Bug
          Components: framework/webtools
    Affects Versions: Trunk
            Reporter: Hans Bakker
             Fix For: Trunk


some errors in mini language code causes the script to stop executing without giving errors:

1. <call-simple-method which not exist
2: entity-one whith not existing fieldmap name:
               <entity-one value-field="partySkill" entity-name="PartySkill">
                    <field-map field-name="partyid" from-field="parameters.personPartyId"/>
                    <field-map field-name="skillTypeId" from-field="skillTypeId"/>
                </entity-one>
(partyid should be partyId

we currently use rev 1748628



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)