Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EclipseLink/Development/DBWS/MetadataSupport"

(Design document for adding JPA/JAXB metadata support to DBWS)
(JAXB Metadata support)
Line 2: Line 2:
 
This document explains the what changes are to be made to the DBWS code base to enable support for reading/writing JPA/JAXB metadata in place of EclipseLink deployment XML.  This feature is required to resolve EclipseLink [https://bugs.eclipse.org/bugs/show_bug.cgi?id=332227 Bug 332227].
 
This document explains the what changes are to be made to the DBWS code base to enable support for reading/writing JPA/JAXB metadata in place of EclipseLink deployment XML.  This feature is required to resolve EclipseLink [https://bugs.eclipse.org/bugs/show_bug.cgi?id=332227 Bug 332227].
  
= JAXB Metadata support =
+
=== JAXB Metadata support ===

Revision as of 12:19, 4 January 2013

Design document for adding JPA/JAXB metadata support to DBWS

This document explains the what changes are to be made to the DBWS code base to enable support for reading/writing JPA/JAXB metadata in place of EclipseLink deployment XML. This feature is required to resolve EclipseLink Bug 332227.

JAXB Metadata support

Back to the top