[infinispan-issues] [JBoss JIRA] (ISPN-1842) Configuration schema is not included at expected location
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Mon Feb 6 12:23:49 EST 2012
[ https://issues.jboss.org/browse/ISPN-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664552#comment-12664552 ]
Sanne Grinovero commented on ISPN-1842:
---------------------------------------
The schema is searched for at org.infinispan.manager.DefaultCacheManager.DefaultCacheManager(InputStream, boolean):363
This is triggered by the simplest constructor
{code}
cacheManager = new DefaultCacheManager( cfgName );
cacheManager.start();
{code}
> Configuration schema is not included at expected location
> ---------------------------------------------------------
>
> Key: ISPN-1842
> URL: https://issues.jboss.org/browse/ISPN-1842
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.1.1.FINAL
> Reporter: Sanne Grinovero
> Assignee: Pete Muir
> Fix For: 5.2.0.ALPHA1, 5.2.0.FINAL
>
>
> Just found these messages in my logs:
> {quote}
> 17:04:43,731 (main) DEBUG FileLookup:57 - Unable to find file schema/infinispan-config-5.1.xsd in classpath; searching for this file on the filesystem instead.
> 17:04:43,731 (main) DEBUG InfinispanConfiguration:389 - Could not find schema on path schema/infinispan-config-5.1.xsd, resolving infinispan.config.schema to http://www.infinispan.org/schemas/infinispan-config-5.1.xsd
> 17:04:43,911 (main) DEBUG InfinispanConfiguration:396 - Using schema http://www.infinispan.org/schemas/infinispan-config-5.1.xsd
> {quote}
> Indeed the schema is included in the jar, but is in the root of the jar, while it's searched for in *schema/infinispan-config-5.1.xsd*
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list