I use the maven-jaxb2-plugin to generate the Java classes. Until today every
thing worked fine. Now I got [ERROR] XJC while parsing schema(s)
file:<path/file.xsd[15,45]: java.net.ConnectException: Connection timed out:
connect
The referenced point in the XSD is a imported schema located in the web
(http://www.w3.org/TR/2002/REC-xmldsig-core-20020212/xmldsig-core-schema.xsd).
With the FF I can load it without any problem. For three days a proxy in our
company filters the web traffic. I put a proxy configuration to my
settings.xml.
Does anybody know this problem? Could be the plugin does not usse the proxy
configuration?