2 Replies Latest reply on Jan 1, 2011 3:27 AM by foborg

    RESTEasy local server-side response cache in JBoss 6 final

    foborg

      Is the RESTEasy local server-side response cache supposed to work in JBoss 6 final the way that is described in the documentation linked below?

       

      http://docs.jboss.org/resteasy/docs/2.0.0.GA/userguide/html/Cache_NoCache_CacheControl.html#server_cache

       

      I've tried enabling it using the context-params, but they don't seem to have any effect. Adding the listener and other sections doesn't work either (though they shouldn't be needed in JBoss 6). Looking at the jars in the deploy directories, it seems that the resteasy-cache-core jar isn't included in JBoss 6.

       

      Is this feature not available with RESTEasy in JBoss 6?

       

      (Maybe it's related to Infinispan vs JBoss cache?)