This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 96684 - Enable customize XMLSchema for wsimport
Summary: Enable customize XMLSchema for wsimport
Status: RESOLVED DUPLICATE of bug 83155
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Roderico Cruz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 13:25 UTC by Milan Kuchtiak
Modified: 2008-01-08 00:03 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2007-02-27 13:25:29 UTC
WS Customization should enable to customize XML Schemas using the jaxb
customization, e.g. :

      <xs:annotation>
          <xs:appinfo>
              <jaxb:globalBindings>
                  <xjc:serializable uid="12343"/>
              </jaxb:globalBindings>
           </xs:appinfo>
      </xs:annotation>

(generated classes will implement java.io.Serializable interface)

Nowadays the only option s to open schema in editor and write the customization
elements manually.

See :
http://java.sun.com/webservices/docs/1.6/jaxb/vendorCustomizations.html
Comment 1 Roderico Cruz 2007-05-15 22:34:46 UTC
Per discussion with Milan and Lukas, this will be deferred and not included in
NB 6.0.
Comment 2 Roderico Cruz 2008-01-08 00:03:22 UTC
Duplicate of http://www.netbeans.org/issues/show_bug.cgi?id=83155

*** This issue has been marked as a duplicate of 83155 ***