[infinispan-issues] [JBoss JIRA] Commented: (ISPN-657) infinispan-core.jar no longer contains the config file schema.

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Thu Oct 14 06:21:39 EDT 2010


    [ https://jira.jboss.org/browse/ISPN-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556962#action_12556962 ] 

Galder Zamarreño commented on ISPN-657:
---------------------------------------

I've found the root cause: ISPN-222

When core/pom.xml includes, the generated XSD does not make it to the jar:
   <packaging>bundle</packaging>

Removing the packaging tag solves the issue.

Checking with Trustin to understand why this packaging is needed.

> infinispan-core.jar no longer contains the config file schema.
> --------------------------------------------------------------
>
>                 Key: ISPN-657
>                 URL: https://jira.jboss.org/browse/ISPN-657
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Core API
>    Affects Versions: 4.2.0.ALPHA2, 4.2.0.ALPHA3
>            Reporter: Paul Ferraro
>            Assignee: Galder Zamarreño
>             Fix For: 4.2.0.BETA1
>
>
> In previously releases, the XSD for the config file was contained in the infinispan-core jar, in the location returned by InfinispanConfiguration.resolveSchemaPath().  In 4.2.0.ALPHA2, this method still returns the same location (schema/infinispan-config-4.2.xsd), but the file is not there.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list