Hi,
we meet the problem with starting as7 by standalone-xts.xml without internet connection.
Steps to reproduce:
- Take latest JBossAS 7 from git hub
- Build JBossAS
- Disconnect from the internet
- start the AS: sh bin/standalone.sh --server-config=standalone-xts.xml
- observe:
Failed to start service jboss.ws.endpoint-publish.ws-c11: org.jboss.msc.service.StartException in service jboss.ws.endpoint-publish.ws-c11: javax.xml.ws.WebServiceException: org.apache.ws.commons.schema.XmlSchemaException: Unable to locate imported document at 'http:
https://issues.jboss.org/browse/JBTM-966
I found there is META-INF/jax-ws-catalog.xml in module/org/jboss/ws/jaxws-client/main/jbossws-cxf-client-4.0.0.CR1.jar
and it looks like as7 can not load this file to mapping the remote sechma urls to local files.
so my question is:
1. as7 can not load jax-ws-catalog.xml ?
2. this file is placed in the right directory ?
3. do I miss other configurations to use this catalog file ?
Thanks a lot,
Amos