Skip to content

shillner/infinispan-wildfly-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test setup for getting pre-configured Caches of a CacheContainer from infinispan subsystem of Wildfly

This simple test setup works up to the point where it receives the CacheContainer (or better EmbeddedCacheManager) from the infinispan subsystem using resource injection. As soon as it requests the configured caches and unexpected behavior is faced, the caches are created from scratch without any of the configuration details we provided in the subsystem configuration.

Setup:

  • Fresh Wildfly 10.0.0.Final
  • Run commands of add-caches.cli to setup caches for the test (i.e. jboss-cli.sh -c --file=add-caches.cli) ** This adds the cache container TEST with default cache x ** It also adds cache x with the following eviction settings: max-entries=3, strategy=LRU ** It the adds cache y with the following eviction settings: max-entries=5, strategy=FIFO

Start Wildfly:

  • sh standalone.sh

Build and deploy application:

  • mvn clean package wildfly:deploy-only

Run the test:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages