[ http://issues.apache.org/jira/browse/JDO-18?page=all ] Michael Bouschen reopened JDO-18: ---------------------------------
Reopened to set the Fix Version/s field to JDO 2 beta. > Fix typos in company orm files > ------------------------------ > > Key: JDO-18 > URL: http://issues.apache.org/jira/browse/JDO-18 > Project: JDO > Type: Bug > Reporter: Michelle Caisse > Assignee: Michelle Caisse > Priority: Minor > > 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
