[ http://issues.apache.org/jira/browse/JDO-18?page=all ]
Michael Bouschen updated JDO-18:
--------------------------------
Component: tck20
> Fix typos in company orm files
> ------------------------------
>
> Key: JDO-18
> URL: http://issues.apache.org/jira/browse/JDO-18
> Project: JDO
> Type: Bug
> Components: tck20
> Reporter: Michelle Caisse
> Assignee: Michelle Caisse
> Priority: Minor
> Fix For: JDO 2 beta
>
> 2. The mapped-by attribute for fields employees and fundedEmps is not using
> the
> correct case. The below is correct
> <class name="Department" table="departments">
> <datastore-identity strategy="identity" column="ID"/>
> <field name="name" column="NAME"/>
> <field name="company" column="COMPANYID"/>
> <field name="employees" mapped-by="department"/>
> <field name="fundedEmps" mapped-by="fundingDept"/>
> </class>
> 3. The field "insid" must be removed from the Insurance class when under the
> orm/datastoreidentity folder.
> <class name="Insurance" table="insuranceplans">
> <inheritance strategy="new-table">
> <discriminator strategy="class-name" column="DISCRIMINATOR"/>
> </inheritance>
> <field name="insid" column="INSID" primary-key="true"/>
> (reported by Erik Bengston)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira