JAXWS 2.1 EA3 Posted
Posted by vivekp on November 15, 2006 at 7:00 PM PST
I have just released JAXWS 2.1 EA 3.
These are the new features in this release:
- Improved wsimport
- -quiet switch
- wsimport works in silent mode
- -target switch
- wsimport generates code as per target spec version. It
preserves the source level compatibility with different JAXWS
specification version. The supported versions are 2.0 and 2.1.
Default is 2.1.
- wsimport generates code as per target spec version. It
- Improved error reporting
- wsimport reports more meaningful error messages with line
number information. - Before
warning: s4s-att-not-allowed: Attribute 'minOccurs'
cannot appear in element 'element'.<br>
line ? of http://localhost:8080/invalid/?wsdl#types?schema1<br>
error: uniqueness constraint violation
- Now:
[WARNING] s4s-att-not-allowed: Attribute 'minOccurs'
cannot appear in element 'element'.<br>
line 77 of http://localhost:8080/invalid/?wsdl#types?schema1<br>
<br>
[ERROR] parts in wsdl:message "echoRequest", reference "{http://example.com/types}echo",
they must reference unique global elements.<br>
line 88 of http://localhost:8080/invalid/?wsdl
- wsimport reports more meaningful error messages with line
- -quiet switch
-
Bug fixes
Please use it and send your feedback to
users@jax-ws.dev.java.net
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- vivekp's blog
- 978 reads





