You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Wickersheimer Jeremy (JIRA)" <ji...@apache.org> on 2009/11/05 10:50:32 UTC

[jira] Created: (OFBIZ-3163) Service checkAssocPermission uses an invalid parameter type

Service checkAssocPermission uses an invalid parameter type
-----------------------------------------------------------

                 Key: OFBIZ-3163
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3163
             Project: OFBiz
          Issue Type: Bug
          Components: content
    Affects Versions: Release Branch 9.04
            Reporter: Wickersheimer Jeremy
            Priority: Minor
             Fix For: Release Branch 9.04


This also possibly affect trunk (i have not looked).

The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses:


        <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/>

Should be


        <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (OFBIZ-3163) Service checkAssocPermission uses an invalid parameter type

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray reassigned OFBIZ-3163:
---------------------------------

    Assignee: Scott Gray

> Service checkAssocPermission uses an invalid parameter type
> -----------------------------------------------------------
>
>                 Key: OFBIZ-3163
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3163
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 9.04
>            Reporter: Wickersheimer Jeremy
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 9.04
>
>
> This also possibly affect trunk (i have not looked).
> The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses:
>         <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/>
> Should be
>         <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (OFBIZ-3163) Service checkAssocPermission uses an invalid parameter type

Posted by "Scott Gray (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OFBIZ-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray closed OFBIZ-3163.
-----------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Jeremy fixed in trunk r835314 and v9.04 r835316

> Service checkAssocPermission uses an invalid parameter type
> -----------------------------------------------------------
>
>                 Key: OFBIZ-3163
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3163
>             Project: OFBiz
>          Issue Type: Bug
>          Components: content
>    Affects Versions: Release Branch 9.04
>            Reporter: Wickersheimer Jeremy
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> This also possibly affect trunk (i have not looked).
> The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses:
>         <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/>
> Should be
>         <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.