You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Christian Ernst <ce...@versant.com> on 2005/10/25 14:37:46 UTC

JDO 2 TCK - Metadata of org.apache.jdo.tck.pc fieldtypes.Collections.jdo possible incorrect

Hy !

We had a look on the JDO TCK 2.0 Tests.
It looks like the JDO metadata for the non Map Collection Classes  isn't 
correct aswell.
For Example:
VectorCollections.jdo

has defined:
<field name="VectorOfObject0" >
<collection element-type="org.apache.jdo.tck.pc.fieldtypes.SimpleClass">
</collection>
</field>
or
<field name="VectorOfSimpleInterface6" >
<collection element-type="org.apache.jdo.tck.pc.fieldtypes.SimpleClass">
</collection>
</field>

but shall this not be "java.lang.Object" and 
"org.apache.jdo.tck.pc.fieldtypes.SimpleInterface" !?

mfg
Christian