Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EclipseLink » [EclipseLink 2.1.1 / SDO] DataGraph Support([EclipseLink 2.1.1 / SDO] DataGraph Support)
[EclipseLink 2.1.1 / SDO] DataGraph Support [message #639080] Mon, 15 November 2010 09:03 Go to next message
Martin Weiss is currently offline Martin WeissFriend
Messages: 6
Registered: October 2010
Junior Member
Hi,
I am wondering whether we have (still ?) SDO DataGraph support in EclipseLink 2.1.1. The DataGraph interface is deprecated. Should I therefore use SDODataGraph no more...

I try to apply the following XSD defintion (sample in SDO 2.1.1 specs), but the SDO compiler fails (BaseDataGraphType not recognized):

<element name="companyDatagraph" type="company:CompanyDataGraphType"/>
<complexType name="CompanyDataGraphType">
<complexContent>
<extension base="sdo:BaseDataGraphType">
<sequence>
<element name="company" type="company:CompanyType"/>
</sequence>
</extension>
</complexContent>
</complexType>

Many thanks for your help.
Martin
Re: [EclipseLink 2.1.1 / SDO] DataGraph Support [message #639557 is a reply to message #639080] Tue, 16 November 2010 21:37 Go to previous message
Blaise Doughan is currently offline Blaise DoughanFriend
Messages: 163
Registered: July 2009
Senior Member

Hi Martin,

You are correct DataGraph has been deprecated and should not be used. It is recommended practice to use a DataObject instead.

-Blaise
Previous Topic:[SOLVED]Problem with @Converter and smallint field
Next Topic:unexpected behavior using refreshAndLockObject
Goto Forum:
  


Current Time: Sat Apr 27 01:09:10 GMT 2024

Powered by FUDForum. Page generated in 0.02818 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top