JAX-WS RI 2.1.4 Released
Posted by jitu on May 13, 2008 at 7:19 PM EDT
It has two features:
- Simplified "Starting from Java" development model
- See dual_binding sample to enable a same service for XML/HTTP and SOAP/HTTP. We need to do some more work in this area.
Lot of bug fixes:
The bits are also pushed to the JAX-WS Maven repository.
Metro 1.2 has woodstox as the default StAX parser. If you are using MTOM, you will run into this bug. The workaround is to put sjsxp.jar first in the classpath or use system properties to enable sjsxp StAX parser.
Continue sending your feedback to the forum and to the mailing list.
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- jitu's blog
- 1142 reads






Comments
by mohanmg - 2008-06-24 00:03
Hello Jitu, A very quick query. Sorry, if you feel that this is a very very basic question. I just now installed Jdk 6 update 6. It comes with JAX-WS RI 2.1.1. Now I would like to use to latest jax-ws 2.1.4. I have downloaded from the location you have specified and unjarred the files in a temporary directory. I consulted the release notes on how to instruct the java run time to use these files. It states, "In order to run JAX-WS RI 2.1.4 you would need to put the jars in the classpath". I am not clear how to do this? Should I put the files in the C:\Program Files\Java\jdk1.6.0_06\jre\lib or C:\Program Files\Java\jdk1.6.0_06\lib Thanks a lot in advance