Details
Description
Steps to reproduce:
Pull xsd out of wsdl in jaxws-spring example
Build jaxws-spring
deploy to jboss
It errors stating it could not find the xsd from the jboss/bin directory. I setup a WSDLLocator to search the classpath for the xsd.
Found a bug when the imported file has an import. Fixed in this patch.