The Source for Java Technology Collaboration
User: Password:



Vivek Pandey's Blog

November 2006 Archives


JAXWS 2.1 EA3 Posted

Posted by vivekp on November 15, 2006 at 07:00 PM | Permalink | Comments (0)

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
        • 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

       

  • Bug fixes

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





Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds