Issue Details (XML | Word | Printable)

Key: JDO-18
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Michelle Caisse
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JDO

Fix typos in company orm files

Created: 20/Apr/05 07:08 AM   Updated: 23/Apr/06 02:02 AM
Return to search
Component/s: tck2
Affects Version/s: None
Fix Version/s: JDO 2 beta

Time Tracking:
Not Specified

Resolution Date: 23/Apr/06 02:02 AM


 Description  « Hide
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)

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
No work has yet been logged on this issue.