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/BootstrapBuilderFromXMLEntityMappings"

(Open Issues)
(Bugs)
 
Line 8: Line 8:
 
Blocking bugs will be opened to track individual pieces of work:
 
Blocking bugs will be opened to track individual pieces of work:
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=413995 Bug 413995 - DBWS: Service descriptor needs to be built from NamedNativeQueryMetadata]
 
* [https://bugs.eclipse.org/bugs/show_bug.cgi?id=413995 Bug 413995 - DBWS: Service descriptor needs to be built from NamedNativeQueryMetadata]
 +
 +
 +
== Resolved bugs ==
 +
*

Latest revision as of 09:22, 30 July 2013

Bootstrap DBWSBuilder from XMLEntityMappings

DBWSBuilder currently builds an EclipseLink object relational (OR) project from the DDL meta-model returned from the DDLParser. This project is then used to build the various files (XSD, WSDL, etc) required for the web service. This processing is complex and hard to maintain. JPAMetadataGenerator (Metadata Generation from DDL meta-model) can generate and XMLEntityMappings instance from the DDL meta-model; the XMLEntityMappings instance contains an OR project, and DBWSBuilder should be bootstrapped from this as opposed to creating the project.

Bugs

An umbrella EclipseLink bug will be opened to track this work:

Blocking bugs will be opened to track individual pieces of work:


Resolved bugs

Back to the top