AW: Java6 JAX-WS and Tomcat interoperability

2013-08-22 Thread Michael Südkamp
> Internal / external, it's just a matter of preference and what works for your > app. The internal (i.e. bundled with the JVM) classes are more convenient to > use, but you have no choice > as to the version you get. With external JARs you can use a specific > version, often more recent than

Re: Java6 JAX-WS and Tomcat interoperability

2013-08-21 Thread Daniel Mikusa
On Aug 21, 2013, at 6:18 AM, Michael Südkamp wrote: > Hello, > > My problem is not directly related to Tomcat but to any web container... > > A while ago we developed a webservice interface to our Java web-app. At that > time we needed Java 5 compatibility, that's why we used the JAX-WS RI 2

Java6 JAX-WS and Tomcat interoperability

2013-08-21 Thread Michael Südkamp
Hello, My problem is not directly related to Tomcat but to any web container... A while ago we developed a webservice interface to our Java web-app. At that time we needed Java 5 compatibility, that's why we used the JAX-WS RI 2.2.5 package. Now we increased the system requirement for our web-