Upgrading a cliente app with JAX-WS from NB6.7.1 to NB 6.8
Hi,
Today I installed NetBeans 6.8 in my machine.
I had NetBeans 6.7.1 and I created a desktop application that is a web-service client for servers from government.
NB 6.8 has JAX-WS 2.2 library, 6.7.1 had JAX-WS 2.1. The differences are:
1) NB 6.8 has these new JARs: gmbal-api-only.jar/management-api.jar/policy.jar/woodstox.jar
2) NB 6.8 doesn't have these JARs that there are into NB 6.7.1: resolver.jar/sjsxp.jar
Then, I have some doubts:
1) The JARs above are so important for my client app, or they are used in servers? Because I don't want to upgrade my clients for a while, there are many installations...
2) I have my client app with JRE 1.6.xxx. To run with new JAX-WS 2.2 JARs from JEE6, is there some inconsistences with JRE 1.6?
3) If I upgrade to new JARs, is there some chance to have problems with government servers? Some of them uses OracleWebServer, others GlassFish, others Tomcat+Axis, and anothers with .NET, but all follow SOAP 1.2...
Thanks in advance,