You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2014/06/25 22:15:25 UTC

[jira] [Assigned] (OFBIZ-4977) Limitation and issue with delegator.findByPrimaryKeyPartial method : returns error when partialKeyset contains PK value.

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

Adam Heath reassigned OFBIZ-4977:
---------------------------------

    Assignee: Adam Heath

> Limitation and issue with delegator.findByPrimaryKeyPartial method :  returns error when partialKeyset contains PK value.
> -------------------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-4977
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4977
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Sumit Pandit
>            Assignee: Adam Heath
>         Attachments: OFBIZ-4977.patch
>
>
> * *Issue with method:*
> delegator.findByPrimaryKeyPartial(GenericPK primaryKey, Set<String> keys)
> * *Problem Statement:*
> Above method return error when fieldsToSelect(keys) set contains any of primary key.
> * *Expected Result:*
> Method should return GenericValue object containing all valid fields which has been passed in fieldToSelect keyset.
> * *Example:*
> GenericPK genericPk = delegator.makePK("Product", UtilMisc.toMap("productId", "GZ-2644"));
> GenericValue product = delegator.findByPrimaryKeyPartial(genericPk, UtilMisc.toSet("productId", "productTypeId", "internalName", "longDescription"));
> * *Response :*
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://ecommerce/widget/CommonScreens.xml#xxxx]: org.ofbiz.base.util.GeneralException: Error running Groovy script at location [component://ecommerce/webapp/ecommerce/WEB-INF/actions/xxxx.groovy] (In partialSelect invalid field names specified: [productId]) (Error running Groovy script at location [component://ecommerce/webapp/ecommerce/WEB-INF/actions/xxxx.groovy] (In partialSelect invalid field names specified: [productId]))
> * *Where productId is completely valid field name.*



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