Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Running ng-generate-all results in "Ambiguous method overloading for method" #5

@graemerocher

Description

@graemerocher

This is the output I receive when I run ng-generate-all using a new app:

Ambiguous method overloading for method grails.plugin.scaffolding.angular.markup.AngularContextMarkupRendererImpl#inputContext.
Cannot resolve which method to invoke for [null, class grails.plugin.scaffolding.markup.DomainMarkupRendererImpl$_renderForm_closure2] due to overlapping prototypes between:
    [interface grails.plugin.scaffolding.model.property.DomainProperty, class groovy.lang.Closure]
    [interface org.grails.datastore.mapping.model.PersistentEntity, class groovy.lang.Closure]
null
[groovy.lang.MetaClassImpl.chooseMostSpecificParams(MetaClassImpl.java:3238), groovy.lang.MetaClassImpl.chooseMethodInternal(MetaClassImpl.java:3191), groovy.lang.MetaClassImpl.chooseMethod(MetaClassImpl.java:3134), groovy.lang.MetaClassImpl.getMethodWithCachingInternal(MetaClassImpl.java:1330), groovy.lang.MetaClassImpl.createPogoCallSite(MetaClassImpl.java:3402), org.codehaus.groovy.runtime.callsite.CallSiteArray.createPogoSite(CallSiteArray.java:150), org.codehaus.groovy.runtime.callsite.CallSiteArray.createCallSite(CallSiteArray.java:164), org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(Cal

Is there something I am missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions