[jboss-jira] [JBoss JIRA] (AS7-2397) Infinispan subsystem is not functional unless the jpa one activated.
Shane Johnson (Created) (JIRA)
jira-events at lists.jboss.org
Thu Oct 27 11:31:45 EDT 2011
Infinispan subsystem is not functional unless the jpa one activated.
--------------------------------------------------------------------
Key: AS7-2397
URL: https://issues.jboss.org/browse/AS7-2397
Project: Application Server 7
Issue Type: Bug
Components: Modules
Affects Versions: 7.0.1.Final
Reporter: Shane Johnson
Assignee: David Lloyd
If I start an Infinispan cache eagerly then I get an exception that transactions are required and a transaction manager has not been properly configured. Seems that the default Infinispan cache configuration is transactional, but the allowed values to override this do NOT include non transactional like the standard Infinispan configuration does.
If I try to get at an Infinispan cache via @Resource using the JNDI mapped name, it is not found because it is in fact not created despite the subsystem being activated. It is only created if I add a persistence.xml file to my deployment with L2 caching enabled in order to activate the JPA subsystem. Once the JPA subsystem is activated it seems that the Infinispan subsystem is able to create the caches on demand when I need them.
The Infinispan subsystem should not be dependent on the JPA subsystem.
--
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