Skip to content

Provide a minimal Grails 3 example app #37

@nickdos

Description

@nickdos

I'm trying to implement this plugin but I'm not able to get it working. It would really help to have a minimal grails 3 application that has a working example in it. In particular I'd like to see a working ehcache.xml file.

My particular issue is, although I can see the XML config is loaded and my cache names are also loaded, I'm not actually getting caching for my annotated methods (method internals are run every time). This was working fine in Grails 2 with the older plugin.

Attempting to search for ehcache xml configuration at classpath:ehcache.xml
Configuration found at classpath:ehcache.xml
Using provided configuration
Cache names: [longTermCache, outageCache, shortTermCache]

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