[
https://issues.jboss.org/browse/ISPN-6537?page=com.atlassian.jira.plugin....
]
John Schneider commented on ISPN-6537:
--------------------------------------
I was trying to use the Infinispan 8.1.0.Final and Hibernate Search 5.5 modules included
with Wildfly 10.0 along separately downloaded infinispan-directory-provider and
lucene-directory modules. It appears there's some incompatibility with the stock
Wildfly modules. After installing the Infinispan 8.1.3 embedded modules and switching my
app to use the ispn-8.1 slot and Hibernate Search slot 5.5 I am able to use the Lucene
directory functionality without any issues.
It would be really nice if I could just use the modules that are part of Wildfly, but I
suppose this issue can be closed.
Support persistence of Hibernate Search/Lucene indexes
------------------------------------------------------
Key: ISPN-6537
URL:
https://issues.jboss.org/browse/ISPN-6537
Project: Infinispan
Issue Type: Feature Request
Components: Lucene Directory
Affects Versions: 8.1.0.Final
Environment: Wildfly 10.0.Final with infinispan-directory-provider and
lucene-directory 8.1.0 final deployed as modules.
Reporter: John Schneider
I'm able to use Infinispan for my HIbernate Search/Lucene indexes without any issues
on Wildfly 10.0.Final with infinispan-directory-provider and lucene-directory 8.1.0 final
deployed as modules. However, I need to persist the indexes to disk and when I add a
file-store directive to my configuration, I get a NotSerializableException for
org.infinispan.lucene.FileListCacheKey. I haven't gotten past this exception, so I
don't know if this is as simple as implementing Serializable on FileListCacheKey or
not.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)