-
Bug
-
Resolution: Done
-
Major
-
2.8.0.Final
-
None
-
- AS 7.1.1
- Modeshape 2.8 Infinispan-5 module:
<module xmlns="urn:jboss:module:1.1" name="org.modeshape.connector.infinispan-5"> <resources> <resource-root path="modeshape-common-2.8.0.Final.jar"/> <resource-root path="modeshape-graph-2.8.0.Final.jar"/> <resource-root path="modeshape-connector-infinispan-5-2.8.0.Final.jar"/> <!-- Insert resources here --> </resources> <dependencies> <module name="javax.api"/> <module name="org.slf4j"/> <module name="org.infinispan"/> <module name="org.joda.time"/> </dependencies> </module>
AS 7.1.1 Modeshape 2.8 Infinispan-5 module: <module xmlns= "urn:jboss:module:1.1" name= "org.modeshape.connector.infinispan-5" > <resources> <resource-root path= "modeshape-common-2.8.0.Final.jar" /> <resource-root path= "modeshape-graph-2.8.0.Final.jar" /> <resource-root path= "modeshape-connector-infinispan-5-2.8.0.Final.jar" /> <!-- Insert resources here --> </resources> <dependencies> <module name= "javax.api" /> <module name= "org.slf4j" /> <module name= "org.infinispan" /> <module name= "org.joda.time" /> </dependencies> </module>
-
Compatibility/Configuration
According to forum discussion it looks like Modeshape JCR 2.8 is not able to load the correct logger bundle for default Locale en_US.
10:35:10,153 INFO [org.modeshape.jcr.RepositoryQueryManager] (modeshape-start-repo-4-thread-1) <Problems were encountered while localizing internationalization class org.modeshape.jcr.JcrI18n to locale "en_US" >
This doesn't have any affect on the Jcr Repository itself under read/write/query operations.