[infinispan-issues] [JBoss JIRA] Commented: (ISPN-657) infinispan-core.jar no longer contains the config file schema.
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Thu Oct 14 06:41:39 EDT 2010
[ https://jira.jboss.org/browse/ISPN-657?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12556967#action_12556967 ]
Trustin Lee commented on ISPN-657:
----------------------------------
The bundle plugin seems to retrieve the file list from Maven's internal data structure rather than traversing into the target/classes directory. To Maven pick up the generated schema file, the schema file needs to be generated at src/main/resources/schemas. maven-resources-plugin will pick it up and copy it to target/classes/schemas.
> 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: Trustin Lee
> 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