You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacopo Cappellato (JIRA)" <ji...@apache.org> on 2014/07/15 15:39:05 UTC

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

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

Jacopo Cappellato resolved OFBIZ-5338.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: Upcoming Branch
                   11.04.05
                   12.04.04
                   13.07.01

Fixed in rev. 1610692 and backported to the release branches 13.07, 12.04 and 11.04.

> 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: 13.07.01, 12.04.04, 11.04.05, 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)