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: Section 3.9.2 of the CD2 Java spec


There's an example of using JavaHelper on lines 479-483, but it's all messed up. It's calling the deprecated TypeHelper.define(Class) method and then calling a nonexistent create(Type) method on the JavaHelper. I'm not sure what happened there :-)

Anyway, since the spec says that JavaHelper.create(Class) calls define(Class), the example could just call it:


Either that, or we could also show how to do it using DataFactory.create():

Maybe we want them both.

Frank.

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