[
https://issues.apache.org/jira/browse/FELIX-813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clement Escoffier resolved FELIX-813.
-------------------------------------
Resolution: Fixed
Fixed at revision 712637
XML-Schemas are now embedded in the manipulator. The manipulator tries to use
those files to validate the metadata.xml file. If a schema cannot be loaded
"internally", the regular downloading process continue.
The internal resolution of schema can also be skipped by setting the
ignoreEmbeddedSchemas parameter:
Ant: ignoreEmbeddedSchemas="true" attribute in the iPOJO task
Maven: <ignoreEmbeddedSchemas>true</ignoreEmbeddedSchemas> in the iPOJO plugin
configuration
> Resolve XML-Schemas locally rather than from Internet
> -----------------------------------------------------
>
> Key: FELIX-813
> URL: https://issues.apache.org/jira/browse/FELIX-813
> Project: Felix
> Issue Type: Improvement
> Components: iPOJO
> Affects Versions: iPOJO-1.0.0
> Reporter: Clement Escoffier
> Assignee: Clement Escoffier
> Fix For: iPOJO-1.2.0
>
>
> iPOJO manipulator checks the metadata against schemas. However, those schemas
> are downloaded from Internet. This can be an issue if the manipulator is
> executed behind a firewall blocking schemas downloading (Modifying the XSD
> location to target local files is not really acceptable).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.