[jboss-jira] [JBoss JIRA] (AS7-5424) string-keyed-jdbc-store datasource configuration
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Fri Aug 24 10:18:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-5424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated AS7-5424:
----------------------------------
Assignee: Paul Ferraro
Component/s: Clustering
Forum Reference: https://community.jboss.org/message/755244#755244 (was: https://community.jboss.org/message/755244#755244)
> string-keyed-jdbc-store datasource configuration
> ------------------------------------------------
>
> Key: AS7-5424
> URL: https://issues.jboss.org/browse/AS7-5424
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Environment: mac osx 10.6.8, JDK 1.6.0_33
> Reporter: Brian Wallis
> Assignee: Paul Ferraro
>
> The following cache store configuration
> <cache-container name="modeshapeCache" default-cache="default">
> <local-cache name="testRepositoryCache">
> <transaction mode="FULL_XA"/>
> <string-keyed-jdbc-store datasource="java:jboss/datasources/JcrDataDS"/>
> </local-cache>
> </cache-container>
> quietly fails and when a cache of name testRepositoryCache is returned from container.getCache("testRepositoryCache") a default cache is returned rather than the one configured in the standalone.xml file.
> Removing the java: makes this work, the JNDI name is then resolved and the JDBC based cache loader is configured correctly.
--
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