]
Alessio Soldano updated JBWS-3904:
----------------------------------
Summary: WSDL contract retrieval enhancement and early availability check (was:
WSDLcontract retrieval enhancement and early availability check)
WSDL contract retrieval enhancement and early availability check
----------------------------------------------------------------
Key: JBWS-3904
URL:
https://issues.jboss.org/browse/JBWS-3904
Project: JBoss Web Services
Issue Type: Enhancement
Components: jbossws-cxf
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-5.0
When a contract-first endpoint references a wsdl file which is not in the expected
location (for instance under META-INF instead of WEB-INF/classes/META-INF for an EJB3 WS
endpoint packaged in a war deployment), the JBossWS stack might fail in resolving the
wsdl, while cxf properly uses it.
The stack needs to be able to resolve the wsdl the same as cxf and eventually early abort
the deployment processing if the wsdl still can't be found.