]
Nick . commented on AS7-3386:
-----------------------------
Guess this got broken in new subsystem <subsystem
xmlns="urn:jboss:domain:infinispan:3.0">
[Detailed Issue |
Infinispan subsystem need support for eagerly starting cache
containers
-----------------------------------------------------------------------
Key: AS7-3386
URL:
https://issues.jboss.org/browse/AS7-3386
Project: Application Server 7
Issue Type: Bug
Components: Clustering
Affects Versions: 7.1.0.CR1b
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Critical
Fix For: 7.1.0.Final
Add the following configuration attribute:
<cache-container name="..." start="EAGER|LAZY"/>
If LAZY, cache container will not start unless it is demanded by some other service.
If EAGER, the cache container will start eagerly, bind to jndi, and all cache
configurations will be defined.