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)