spyhunter99 [
https://community.jboss.org/people/spyhunter99] created the discussion
"Re: WebService Client Fails to deploy - Metro + Spring - Classloading"
To view the discussion, visit:
https://community.jboss.org/message/721156#721156
--------------------------------------------------------------
You'll want to look at the schema for jboss-web.xml. There are here
https://community.jboss.org/docs/DOC-10309 https://community.jboss.org/wiki/JBossDTDs
<class-loading java2ClassLoadingCompliance="false"/>
true = parent first
false = servlet style, i.e. isolating the war/ear from jboss's classloader
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/721156#721156]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]