Skip to content

No signature of method: net.hedtech.restfulapi.EtagGenerator.shaFor() is applicable for argument types #21

@rhodebump

Description

@rhodebump

Hello again,
I went through the document at https://github.com/restfulapi/restful-api/blob/master/README.md to setup an application (grails 2.4.3) and using the plugin dependency method (not git method) to use the restful-api

I have a "ProductService" grails service

I try to invoke it via browser:
http://localhost:8080/pim/api/products/

I get the following error:
{"errors":[{"type":"general","errorMessage":"No signature of method: net.hedtech.restfulapi.EtagGenerator.shaFor() is applicable for argument types: (java.util.ArrayList, null, java.lang.String) values: [[forgebiz.Product : 1], null, application/json]\nPossible solutions: shaFor(java.lang.Object, java.lang.String), shaFor(java.util.Collection, long, java.lang.String)"}]}

Thank you,
Phillip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions