The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


JAXWS 2.1 EA3 Posted

Posted by vivekp on November 15, 2006 at 7:00 PM PST
JAXWS 2.1 EA3 Posted 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.
    • Improved error reporting
      • wsimport reports more meaningful error messages with line number information.
      • Before
      • 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

       

  • Bug fixes

Please use it and send your feedback to users@jax-ws.dev.java.net

Related Topics >> Web Services and XML      
Comments
Comments are listed in date ascending order (oldest first)