JAX-WS RI 2.1.5/Metro 1.4 Released
Posted by jitu on October 31, 2008 at 7:56 PM EDT
Some of the changes are:
- It uses woodstox StAX parser by default. So you may need to put woodstox.jar instead of sjsxp.jar in the classpaath
- Allowing HTTP response code to be set via MessageContext property
- New feature: UsesJAXBContextFeature, to control JAXBContext creation. See the blog
- New Wsimport option: -XdisableSSLHostnameVerfication, to disable SSL Hostname verification
- Wsimport ant task accepts nested args for specifying additional options
- Bunch of bug fixes
The bits are also pushed to the JAX-WS Maven repository.
Continue sending your feedback to the forum and to the mailing list.
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- jitu's blog
- 1786 reads






Comments
by techiesaf - 2008-11-11 15:38
Hi Jitendra, At my company we're trying to use metro to allow streaming of large messages - we did our first phase of implementation but it is not an optimal solution i.e. by using the Provider API - i posted the problem on the forum. http://forums.java.net/jive/thread.jspa?threadID=53209&tstart=0 What is your suggestion - is Provider the right solution - or streaming of attachments support provided through Mtom would be the optimal solution... I would appreciate your insight... Thanks Saniya