> Test development status (Michelle): JPOX doesn't recognize foreign-key as > an attribute of a field. It issues a parsing error. JPOX is using an > internal DTD. Erik will refresh the DTD from the checked-in version.
The real issue is that "api20" has an orm.dtd (here http://svn.apache.org/viewcvs.cgi/incubator/jdo/trunk/api20/src/dtd/javax/jdo/orm.dtd?rev=158154&view=markup) that *doesnt* support foreign-key under <field>, so JPOX was using the most recent. I've updated the JPOX dtd to include this attribute. So can we have the definitive "api20" orm.dtd updated too ? -- Andy Java Persistent Objects JDO - JPOX