[jboss-jira] [JBoss JIRA] (AS7-4022) Add support for indexing properties to infinispan subsystem schema
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Mon Jun 4 14:37:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated AS7-4022:
-----------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/2433 (was: https://github.com/jbossas/jboss-as/pull/2433)
Description:
As requested by CapeDwarf team:
e.g.
{code:xml}
<distributed-cache name="default" mode="ASYNC" batching="true" owners="2">
<transaction mode="NON_XA"/>
<eviction strategy="NONE"/>
<indexing index="LOCAL">
<property name="hibernate.search.default.directory_provider">infinispan</property>
<property name="hibernate.search.infinispan.cachemanager_jndiname">java:jboss/infinispan/container/HibernateSearch</property>
<property name="hibernate.search.default.worker.backend">jgroups</property>
</indexing>
</distributed-cache>
{code}
was:
As requested by CapeDwarf team:
e.g.
<distributed-cache name="default" mode="ASYNC" batching="true" indexing="LOCAL" owners="2">
<transaction mode="NON_XA"/>
<eviction strategy="NONE"/>
<indexing>
<property name="hibernate.search.default.directory_provider">infinispan</property>
<property name="hibernate.search.default.worker.backend">jgroupsMaster</property>
</properties>
</indexing>
</distributed-cache>
> Add support for indexing properties to infinispan subsystem schema
> ------------------------------------------------------------------
>
> Key: AS7-4022
> URL: https://issues.jboss.org/browse/AS7-4022
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Clustering
> Affects Versions: 7.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Tomaz Cerar
> Fix For: 7.2.0.Alpha1
>
>
> As requested by CapeDwarf team:
> e.g.
> {code:xml}
> <distributed-cache name="default" mode="ASYNC" batching="true" owners="2">
> <transaction mode="NON_XA"/>
> <eviction strategy="NONE"/>
> <indexing index="LOCAL">
> <property name="hibernate.search.default.directory_provider">infinispan</property>
> <property name="hibernate.search.infinispan.cachemanager_jndiname">java:jboss/infinispan/container/HibernateSearch</property>
> <property name="hibernate.search.default.worker.backend">jgroups</property>
> </indexing>
> </distributed-cache>
> {code}
--
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