Erik Pelgrim [
https://community.jboss.org/people/pelgrim] created the discussion
"Re: JAX-WS @SchemaValidation not being performed on Tomcat 7.0.23 (while on
Glassfish it is)"
To view the discussion, visit:
https://community.jboss.org/message/748044#748044
--------------------------------------------------------------
After two days of trying I finally got it to work on Tomcat.
Apperantly Tomcat does not support JAXWS-RI by default, which was needed, so I had to
switch my JAXWS libraries by JAXWS-RI libraries.
Then on Tomcat I had to add the "endorsed" directory to the Tomcat home
directory and place jaxws-api.jar (from JAXWS-RI) in there otherwise it conflicted with
Tomcats own classes.
Hopefully someone else will find this useful in the future!
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/748044#748044]
Start a new discussion in JBoss Web Services at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]