Issues
- Infinispan module can't parse Infinispan configuration files in a modular environmentHSEARCH-1289Resolved issue: HSEARCH-1289Sanne Grinovero
- FullTextSession purge fails on entities annoted with @ContainedInHSEARCH-1271Resolved issue: HSEARCH-1271Hardy Ferentschik
- Clear the pending indexing tasks at Session.clear()HSEARCH-1270Resolved issue: HSEARCH-1270Fabio Massimo Ercoli
- Facet collection not threadsafeHSEARCH-1269Resolved issue: HSEARCH-1269Hardy Ferentschik
- LazyInitializationException while indexingHSEARCH-1260Resolved issue: HSEARCH-1260Sanne Grinovero
- MassIndexer freezes when pool size is too lowHSEARCH-1257Resolved issue: HSEARCH-1257
- Polymorphism, lazy initialization and @ContainedIn don't work well togetherHSEARCH-1241Resolved issue: HSEARCH-1241Guillaume Smet
- Optimize indexedEmbedded use case with id retrieval onlyHSEARCH-1234
- MassIndexer: @IndexEmbedded, lazy field and FieldBridge problemHSEARCH-1201Resolved issue: HSEARCH-1201Guillaume Smet
- Publish Maven artifacts containing the sourcesHSEARCH-1189Resolved issue: HSEARCH-1189
- excludePaths on indexedEmbeddedHSEARCH-1182Resolved issue: HSEARCH-1182Marko Bekhta
- Tika StringBrigdeHSEARCH-1171Resolved issue: HSEARCH-1171Hardy Ferentschik
- TermContext#onFields throws an exception in case the specified properties are of different typesHSEARCH-1167Resolved issue: HSEARCH-1167Yoann Rodière
- Complete the javadocs for the DSL interfacesHSEARCH-1166Resolved issue: HSEARCH-1166Yoann Rodière
- Log level for Log#indexDirectoryNotFoundCreatingNewOne should be INFO and not WARNHSEARCH-1124Resolved issue: HSEARCH-1124
15 of 15
Infinispan module can't parse Infinispan configuration files in a modular environment
Fixed
Description
Details
Details
Assignee
Sanne Grinovero
Sanne GrinoveroReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Affects versions
Priority
Created March 28, 2013 at 6:00 PM
Updated May 8, 2013 at 9:04 AM
Resolved April 2, 2013 at 5:20 PM
Activity
Show:
The Infinispan configuration parser is using autodiscovery of parser components, but uses the wrong classloader to discover its elements and also fails to load the metadata needed to assemble the Infinispan interceptor chain.
Using an Infinispan directory with an application deployed on the application server, and trying to reuse the existing Infinispan module is failing.