[jira] [Commented] (OFBIZ-5338) createCommContentDataResource service fails

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

[jira] [Commented] (OFBIZ-5338) createCommContentDataResource service fails

Nicolas Malin (Jira)

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

Jacopo Cappellato commented on OFBIZ-5338:
------------------------------------------

Thanks to the report by Deepak Dixit I have reverted the fix from the release branches because it required some enhancements to the set-service-fields element that were only available in trunk.

> createCommContentDataResource service fails
> -------------------------------------------
>
>                 Key: OFBIZ-5338
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5338
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content, specialpurpose/ecommerce
>    Affects Versions: Release Branch 13.07, Release Branch 12.04, Release Branch 11.04, Trunk
>            Reporter: Jacques Le Roux
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>
> createCommContentDataResource, updateCommEventContentAssoc services and persistCompDoc services implemented as simple-methods fail because of this block
> {code}
>         <iterate-map key="key" value="val" map="persistOut">
>             <field-to-result field="val" result-name="${key}"/>
>         </iterate-map>
> {code}
> It fails because persistOut is created from
> {code}
>         <call-service service-name="persistContentAndAssoc" in-map-name="persistIn">
>             <results-to-map map-name="persistOut"/>
>         </call-service>
> {code}
> and contains the key responseMessage which is not part of the OUT parameters of these services.



--
This message was sent by Atlassian JIRA
(v6.2#6252)