Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(JAXB Metadata support)
(JAXB Metadata support)
Line 3: Line 3:
  
 
=== JAXB Metadata support ===
 
=== JAXB Metadata support ===
 +
The existing code utilizes the ObjectPersistenceWorkbenchXMLProject class to marshal the OX project to the given output stream.

Revision as of 12:38, 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

The existing code utilizes the ObjectPersistenceWorkbenchXMLProject class to marshal the OX project to the given output stream.

Back to the top