Hi, If the pax-web build is executed behind a firewall (where the internet can only be accessed through a proxy) the build fails in the pax-web-descriptor build with some socket timeout issue. The reason behind this is that the maven-jaxb2-plugin tries to resolve the resource http://www.w3.org/2001/xml.xsd from the internet without using a proxy (even if one is configured).
The solution for this issue is to provide a catalog to the plugin that will fetch the XSD from the local filesystem. The XSD is even there (but the version of it is too old, so it needs to be updated with more recent elements). The change itself is pretty trivial and only to the build system (and unless you are behind a firewall, you likely will not notice any difference). I have created a Jira task https://ops4j1.jira.com/browse/PAXWEB-1068 and a github pull request for it https://github.com/ops4j/org.ops4j.pax.web/pull/74. Did I miss something? How do we proceed now? I am also not sure whether the link between the Jira task and the pull request is correct (I just added the respective links to the comments). Best regards Stephan -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
