Quantcast

dist-echache not working

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

dist-echache not working

m!ke410
Hi All,

I've been trying to install dist-ehcache 0.4 with grails 1.2.2 but I keep getting the error:

Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: net.sf.ehcache.config.Configuration.getCacheManagerPeerListenerFactoryConfiguration() is applicable for argument types: () values: []

I saw a post a about uncommenting 'eclude echache' in the dependencies, but that didn't help.

You can reproduce the error easily by:
> grails create-app demo
> cd demo
> grails install-plugin dist-ehcache
> grails run-app
same error

I also tried to include ehcache as a compile dependency but I still get the same error.  Does this plugin work anymore?




_Mike
_404_964_5337


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: dist-echache not working

Glenn Saqui-3
I'll have a look at it over the weekend.

On Fri, May 14, 2010 at 5:52 PM, Michael Fortin <[hidden email]> wrote:
Hi All,

I've been trying to install dist-ehcache 0.4 with grails 1.2.2 but I keep getting the error:

Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingMethodException: No signature of method: net.sf.ehcache.config.Configuration.getCacheManagerPeerListenerFactoryConfiguration() is applicable for argument types: () values: []

I saw a post a about uncommenting 'eclude echache' in the dependencies, but that didn't help.

You can reproduce the error easily by:
> grails create-app demo
> cd demo
> grails install-plugin dist-ehcache
> grails run-app
same error

I also tried to include ehcache as a compile dependency but I still get the same error.  Does this plugin work anymore?




_Mike
_404_964_5337


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email



Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: dist-echache not working

Glenn Saqui-3
In reply to this post by m!ke410
Hi Martin,

Looks like the ehcache.jar has been upgraded so I'll need to do some work on the plugin to make it compatible with the newest version of ehcache.  

Cheers,
Glenn
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: dist-echache not working

Glenn Saqui-3
Hi Martin,

I released 0.5 yesterday which should fix this problem for you.

Cheers,
Glenn

On Sun, May 16, 2010 at 10:42 AM, Glenn Saqui <[hidden email]> wrote:
Hi Martin,

Looks like the ehcache.jar has been upgraded so I'll need to do some work on the plugin to make it compatible with the newest version of ehcache.  

Cheers,
Glenn

Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: dist-echache not working

m!ke410
Hi Glenn,
Seems to be working so far, thanks for the update.

_Mike

On May 17, 2010, at 8:43 AM, Glenn Saqui wrote:

Hi Martin,

I released 0.5 yesterday which should fix this problem for you.

Cheers,
Glenn

On Sun, May 16, 2010 at 10:42 AM, Glenn Saqui <[hidden email]> wrote:
Hi Martin,

Looks like the ehcache.jar has been upgraded so I'll need to do some work on the plugin to make it compatible with the newest version of ehcache.  

Cheers,
Glenn


Loading...