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"

Line 29: Line 29:
 
** check-in stubbed-out JPub SqlReflector API
 
** check-in stubbed-out JPub SqlReflector API
 
* Dec 12th, 2008 (POC)  
 
* Dec 12th, 2008 (POC)  
** only use JPub at design-time; James to re-create JPub-style conversion routines in code [https://bugs.eclipse.org/bugs/show_bug.cgi?id=259014  
+
** only use JPub at design-time; James to re-create JPub-style conversion routines in code ([https://bugs.eclipse.org/bugs/show_bug.cgi?id=259014| bug 259014])
 
* Dec 19th, 2008 (POC)  
 
* Dec 19th, 2008 (POC)  
 
** convert DBWSBuilder to use JPub SqlReflector
 
** convert DBWSBuilder to use JPub SqlReflector
Line 45: Line 45:
 
**** generate WSDL
 
**** generate WSDL
 
**** error-handling
 
**** error-handling
 
+
* Jan 23rd 2009 (convert POC to Production code)
 
+
** PublisherVisitor/PublisherWalker/PublisherListener to walk through SqlReflector SqlType objects
 
+
** generate XML schema for nested complex objects needed from OX team [https://bugs.eclipse.org/bugs/show_bug.cgi?id=263279|bug 263279]
 
</td></tr>
 
</td></tr>
 
</table>
 
</table>

Revision as of 10:47, 23 March 2009

Welcome to the Development Home page for the EclipseLink Database Web Services (DBWS) component

This page displays information about the current state of DBWS development.

Status/News

  • Sept 19th, 2008 - bug 234677 custom schema naming (finished 080922)
  • Sept 22nd, 2008 - bug 234681 - Improve DBWSBuilder utility's use of database metadata to support more auto-generated cases
    • DavidT and I decided to move this to post-1.1 timeframe
    • ToDo - create proposal to deal with Database metadata model classes
  • Oct 3rd, 2008 - bug 249600 - DBWSBuilder utility should auto-detect optimistic lock field
  • Nov 6th, 2008 - add section to FL/HLD on DBWSPackager's
  • Nov 14th, 2008
  • Nov 21st, 2008 (POC)
    • test via raw JDBC anon PL/SQL block with JPub-style conversion routines - works
    • extract sub-set of JPub - approx. one-third - code
  • Dec 5th, 2008 (POC)
    • check-in stubbed-out JPub SqlReflector API
  • Dec 12th, 2008 (POC)
    • only use JPub at design-time; James to re-create JPub-style conversion routines in code (bug 259014)
  • Dec 19th, 2008 (POC)
    • convert DBWSBuilder to use JPub SqlReflector
    • convert DBWS runtime provider to use PLSQLStoredProcedureCall JPub-style conversion routines
  • Dec 29th 2008 (POC)
    • test POC on WLS LOAD 11
  • Jan 12th 2009
    • start integrating POC into Trunk - ToDo:
      • Core work:
        • test IN, OUT and INOUT for records, collections, %ROWTYPE and %TYPE
      • DBWSBuilder work:
        • auto-build O-R project - walk thru SqlReflector's SqlTypeWithMethods, building nested PLSQLrecord and PLSQLCollection helper objects
        • auto-build O-X project - walk thru ..., building XMLCompositeNNN objects
        • generate XML schema for nested complex objects
        • generate WSDL
        • error-handling
  • Jan 23rd 2009 (convert POC to Production code)
    • PublisherVisitor/PublisherWalker/PublisherListener to walk through SqlReflector SqlType objects
    • generate XML schema for nested complex objects needed from OX team 263279

Bugs

Open DBWS-related bugs
Closed DBWS bugs

Useful Links

Back to the top