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
- Host: GitHub
- URL: https://github.com/grommitz/payara-jcache-bug
- Owner: grommitz
- Created: 2018-11-21T13:27:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T13:33:59.000Z (over 7 years ago)
- Last Synced: 2025-03-13T18:11:41.278Z (about 1 year ago)
- Topics: java, jcache, payara-micro
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.