[jboss-jira] [JBoss JIRA] (AS7-3386) Infinispan subsystem need support for eagerly starting cache containers
Roman Krutyakov (JIRA)
jira-events at lists.jboss.org
Thu Jan 26 03:50:48 EST 2012
[ https://issues.jboss.org/browse/AS7-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662081#comment-12662081 ]
Roman Krutyakov commented on AS7-3386:
--------------------------------------
IllegalArgumentException: No enum constant org.jboss.as.clustering.infinispan.subsystem.StartMode.false
In InfinispanSubsystemXMLReader this attribute incorrectly parsed as boolean
> 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.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list