[infinispan-issues] [JBoss JIRA] (ISPN-10463) Server uses disabled features
Dan Berindei (Jira)
issues at jboss.org
Mon Aug 5 10:31:01 EDT 2019
[ https://issues.jboss.org/browse/ISPN-10463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13767019#comment-13767019 ]
Dan Berindei commented on ISPN-10463:
-------------------------------------
jboss-modules doesn't export the {{META-INF}} directory by default, so only the classloader of infinispan-commons has access to its {{META-INF/infinispan-features.properties}}. We could use {{DefaultFileLookup#getAsURLsFromClassLoader()}} to search for the file in multiple classloaders, including the infinispan-commons one, or we could explicitly import the {{META-INF}} directory in all modules. Unfortunately both options fail/require further intervention to accept features properties files from other module (except maybe core).
> Server uses disabled features
> -----------------------------
>
> Key: ISPN-10463
> URL: https://issues.jboss.org/browse/ISPN-10463
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Server
> Affects Versions: 10.0.0.Beta4, 9.4.15.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta5, 9.4.16.Final
>
>
> Some Infinispan features are disabled in the product, e.g. data segmentation.
> This is done with a file META-INF/infinispan-features.properties added by the productization script in infinispan-commons:
> org.infinispan.feature.data-segmentation=false
> The properties file is read and the feature is disabled in library mode, but somehow the server doesn't find the properties file and the feature is enabled.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list