[JBoss JIRA] (ISPN-6559) Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6559?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6559:
------------------------------------
Description:
Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
{code:xml}
<!-- Infinispan extensions - provided as separate download by the Infinispan project -->
<module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
{code}
But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip, forcing users who depends on hibernate from wildfly to use the ispn-8.1 slot and thus another version of hibernate search
was:
Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
{code:xml}
<!-- Infinispan extensions - provided as separate download by the Infinispan project -->
<module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
{code}
But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip
> Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-6559
> URL: https://issues.jboss.org/browse/ISPN-6559
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 8.1.3.Final
> Reporter: Gustavo Fernandes
>
> Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
> {code:xml}
> <!-- Infinispan extensions - provided as separate download by the Infinispan project -->
> <module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
> {code}
> But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip, forcing users who depends on hibernate from wildfly to use the ispn-8.1 slot and thus another version of hibernate search
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6559) Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6559?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-6559:
------------------------------------
Description:
Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
{code:xml}
<!-- Infinispan extensions - provided as separate download by the Infinispan project -->
<module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
{code}
But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip
> Provide module for Infinispan Directory that satisfies the slot "for-hibernatesearch-5.5"
> -----------------------------------------------------------------------------------------
>
> Key: ISPN-6559
> URL: https://issues.jboss.org/browse/ISPN-6559
> Project: Infinispan
> Issue Type: Bug
> Components: WildFly modules
> Affects Versions: 8.1.3.Final
> Reporter: Gustavo Fernandes
>
> Wildfly 10.0.0 internal hibernate search engine has an optional dependency to
> {code:xml}
> <!-- Infinispan extensions - provided as separate download by the Infinispan project -->
> <module name="org.infinispan.hibernate-search.directory-provider" slot="for-hibernatesearch-5.5" services="import" optional="true"/>
> {code}
> But as described in ISPN-6537 this dependency is not correctly satisfied by the modules zip
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6537) Support persistence of Hibernate Search/Lucene indexes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6537?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes closed ISPN-6537.
-----------------------------------
Resolution: Won't Fix
> 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)
9 years, 7 months
[JBoss JIRA] (ISPN-6537) Support persistence of Hibernate Search/Lucene indexes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-6537?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-6537:
-----------------------------------------
[~JLuv] Opened to track this requirement ISPN-6559
> 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)
9 years, 7 months
[JBoss JIRA] (ISPN-6558) Typo in export package of infinispan-persistence-soft-index OSGI module
by Andreas Pabst (JIRA)
[ https://issues.jboss.org/browse/ISPN-6558?page=com.atlassian.jira.plugin.... ]
Andreas Pabst updated ISPN-6558:
--------------------------------
Description:
{code:xml}
<Export-Package>
${project.groupId}.persistence.sfis.*
</Export-Package>
{code}
I assume it should be *sifs*, not sfis.
was:
{code:xml}
<Export-Package>
${project.groupId}.persistence.sfis.*
</Export-Package>
{code}
I assume it should be *sifs*, not sfis.
Summary: Typo in export package of infinispan-persistence-soft-index OSGI module (was: Typo in export package of infinispan-persistence-soft-index module)
> Typo in export package of infinispan-persistence-soft-index OSGI module
> -----------------------------------------------------------------------
>
> Key: ISPN-6558
> URL: https://issues.jboss.org/browse/ISPN-6558
> Project: Infinispan
> Issue Type: Bug
> Components: Build process, Loaders and Stores
> Affects Versions: 7.2.5.Final, 8.2.1.Final, 9.0.0.Alpha1
> Reporter: Andreas Pabst
> Priority: Minor
>
> {code:xml}
> <Export-Package>
> ${project.groupId}.persistence.sfis.*
> </Export-Package>
> {code}
> I assume it should be *sifs*, not sfis.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months
[JBoss JIRA] (ISPN-6558) Typo in export package of infinispan-persistence-soft-index module
by Andreas Pabst (JIRA)
Andreas Pabst created ISPN-6558:
-----------------------------------
Summary: Typo in export package of infinispan-persistence-soft-index module
Key: ISPN-6558
URL: https://issues.jboss.org/browse/ISPN-6558
Project: Infinispan
Issue Type: Bug
Components: Build process, Loaders and Stores
Affects Versions: 9.0.0.Alpha1, 8.2.1.Final, 7.2.5.Final
Reporter: Andreas Pabst
Priority: Minor
{code:xml}
<Export-Package>
${project.groupId}.persistence.sfis.*
</Export-Package>
{code}
I assume it should be *sifs*, not sfis.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 7 months