[
https://issues.apache.org/jira/browse/OFBIZ-6209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15110992#comment-15110992 ]
Tomas Pytelka commented on OFBIZ-6209:
--------------------------------------
In the "release 14.12" is error caused by the application of this patch. In that release is updateNote method implemented using simple language and not using the auto-engine like trunk version. Simple method implementation requires to set primary key to the "INOUT" as it returns noteId. Please revert application of this patch on earlier versions.
> Error when call "updateNote" service.
> -------------------------------------
>
> Key: OFBIZ-6209
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6209> Project: OFBiz
> Issue Type: Bug
> Components: framework
> Affects Versions: Trunk
> Reporter: Supachai Chaima-ngua
> Assignee: Nicolas Malin
> Priority: Minor
> Labels: error, updateNote
> Fix For: 14.12.01, Upcoming Branch
>
> Attachments: ofbiz-bug-6209.patch
>
>
> The "updateNote" service is entity auto and primary keys set IN and OUT but the entity auto engine does not return primary keys. On entity definition we should change pk attribute mode to be "IN".
> Error message:
> Outgoing result (in runSync : updateNote) does not match expected requirements (The following required parameter is missing: [OUT] [updateNote.noteId])]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)