It seems you didn't get the entity correctly. Check the parameters to see is
there the right parameters you passed.

2008/12/2 Jacek Wagner <[EMAIL PROTECTED]>

> All,
>
> Below are two almost identical simple methods. When tested thru
> WebToolsService/Service Reference the first getBirthdayParty works the
> second
> getProductPrice produces exception 2008-12-01 17:13:17,641
> (http-0.0.0.0-8443-Processor4) [      FieldToResult.java:66 :WARN ] Field
> value not found with name productPrice in Map with name
>
>   <simple-method method-name="getBirthdayParty" short-description="Retrieve
> birthday party information">
>       <!-- find the birthday party record -->
>       <make-value value-name="lookupPKMap"
> entity-name="RegistrationBirthdayParty"/>
>       <set-pk-fields map-name="parameters" value-name="lookupPKMap"/>
>       <find-by-primary-key entity-name="RegistrationBirthdayParty"
> map-name="lookupPKMap" value-name="bpiValue"/>
>       <field-to-result field-name="bpiValue" result-name="bpinformation"/>
>   </simple-method>
>     <simple-method method-name="getProductPrice"
> short-description="Retrieve product price information">
>       <!-- find product price record -->
>       <make-value value-name="lookupPKMap" entity-name="ProductPrice"/>
>         <set-pk-fields map-name="parameters" value-name="lookupPKMap"/>
>       <find-by-primary-key entity-name="ProductPrice"
> map-name="lookupPKMap" value-name="productPrice"/>
>       <field-to-result field-name="productPrice" result-name="pprice"/>
>   </simple-method>
>
> Jacek
>
>

Reply via email to