JAXWS 2.1 EA3 Posted
Posted by vivekp on November 15, 2006 at 10:00 PM EST
- 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.
- 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'.
line ? of http://localhost:8080/invalid/?wsdl#types?schema1
error: uniqueness constraint violation
- Now:
[WARNING] s4s-att-not-allowed: Attribute 'minOccurs' cannot appear in element 'element'.
line 77 of http://localhost:8080/invalid/?wsdl#types?schema1
[ERROR] parts in wsdl:message "echoRequest", reference "{http://example.com/types}echo", they must reference unique global elements.
line 88 of http://localhost:8080/invalid/?wsdl
- -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
- 858 reads





