OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sdo message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Minor last minute comments on the SDO Java spec


Hello All,

Minor last minute comments on the SDO Java spec:
http://www.oasis-open.org/apps/org/workgroup/sdo/download.php/30392/sdo-java-3.0-spec-wd04-131208.doc

Page 8
Contains URLs to sites that need to be removed/updated:
http://dev2dev.bea.com/technologies/commonj/index.jsp
http://www.xcalia/xdn/specs/sdo
http:/www.sybase.com

Page 9
Change:  DataFactory INSTANCE = HelperProvider.getJavaHelper();
To:  JavaHelper INSTANCE =
HelperProvider.getJavaHelper();

Page 10
Change: 
Type t = TypeHelper.INSTANCE.define(Customer.class);
To:  Type t = JavaHelper
.INSTANCE.define(Customer.class);

Pages 10-11
Shouldn't lines 126-146 be removed?

Page 11
Broken Reference: 
Error! Reference source not found.

Page 23
Shouldn't the HelperProvider class have a getJavaHelper() method?

Page 24
Broken Reference: 
Error! Reference source not found.

-Blaise


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]