play-plugins icon indicating copy to clipboard operation
play-plugins copied to clipboard

CachePlugin

Results 51 play-plugins issues
Sort by recently updated
recently updated
newest added

Hi, I just tried to install this plugin for my Play 2.1.0 Java application but it's not working at compilation. I give you the error code I get : sbt.ResolveException:...

Statsd seems to be working for me, but upon inspection of the application logs I found the following exception and could not reproduce it. It is either something is being...

I believe that including the guice-annotations project on the classpath breaks any libraries that use Guice 3.0. I believe that it does this by providing incompatible Provider annotation implementations. This...

I'm trying to get the Redis plugin up and running on play 2.1. To find the correct plugin build I had to add `"com.typesafe" %% "play-plugins-redis" % "2.1-1-RC2"`to my dependencies....

Play 2.0.3 Java with dependency to Gucie plugin 2.0.3 breaks running JUnit tests that uses running(fakeApplication()) with the following exception: ``` net.sf.ehcache.ObjectExistsException: Cache play already exists at net.sf.ehcache.CacheManager.addCache(CacheManager.java:990) at play.api.cache.EhCachePlugin.x$3(Cache.scala:111)...

Hi, I got the repo in order to try the dust sample app, but routes are not resolved: ``` Request URL:http://localhost:9000/assets/example.tl.js Request Method:GET Status Code:404 Not Found ``` Configuration: Play...

play `dist-unzip` generate this error : [error] {file:/C:/myProjects/forms/} forms/*:dist-unzip: java.lang.UnsatisfiedLinkError: Unable to load library 'c': The specified module could not be found. Configurqtions : Windows 7 / Play 2.0.3 /...

If you add the typesafe mailer plugin to Build.scala on a new play 2.0.3/2.0.4 project, you lose the ability to execute standalone play apps that start the framework programatically. For...

If the dust plugin hits an error while compiling a template, the error reporting does not work correctly. It used to show the line number and code snippet in the...