Skip to content

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

Notifications You must be signed in to change notification settings

grommitz/payara-jcache-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages