An open API service indexing awesome lists of open source software.

https://github.com/grommitz/payara-jcache-bug

Shows how trying to use a custom expiry policy class causes a ClassNotFoundException
https://github.com/grommitz/payara-jcache-bug

java jcache payara-micro

Last synced: 11 months ago
JSON representation

Shows how trying to use a custom expiry policy class causes a ClassNotFoundException

Awesome Lists containing this project

README

          

# payara-jcache-bug

Shows how trying to use a custom expiry policy class causes a ClassNotFoundException

To reproduce:

* download payara-micro.jar to current directory

* then:

mvn clean install
java -jar payara-micro-5.183.jar --deploy target/payara-jcache-bug-1.0-SNAPSHOT.war

* access the api:

http://localhost:8080/jcachebug/rest/cache

In the log you should see the java.lang.ClassNotFoundException.