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
Repository Revision Date User Message
ASF #161987 Tue Apr 19 22:09:39 UTC 2005 mcaisse JDO-18 Fix typos in company orm
Files Changed
MODIFY /incubator/jdo/trunk/tck20/test/orm/applicationidentity/org/apache/jdo/tck/pc/company/package-derby.orm
MODIFY /incubator/jdo/trunk/tck20/test/orm/datastoreidentity/org/apache/jdo/tck/pc/company/package-derby.orm

Michelle Caisse made changes - 20/Apr/05 07:10 AM
Field Original Value New Value
Assignee Michelle Caisse [ mcaisse ]
Michelle Caisse added a comment - 20/Apr/05 07:11 AM
revision 161987

Michelle Caisse made changes - 20/Apr/05 07:11 AM
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Michelle Caisse made changes - 01/Nov/05 06:55 AM
Status Resolved [ 5 ] Closed [ 6 ]
Michael Bouschen added a comment - 23/Apr/06 02:00 AM
Reopened to set the Fix Version/s field to JDO 2 beta.

Michael Bouschen made changes - 23/Apr/06 02:00 AM
Resolution Fixed [ 1 ]
Status Closed [ 6 ] Reopened [ 4 ]
Michael Bouschen made changes - 23/Apr/06 02:02 AM
Component/s tck20 [ 11652 ]
Michael Bouschen made changes - 23/Apr/06 02:02 AM
Status Reopened [ 4 ] Closed [ 6 ]
Resolution Fixed [ 1 ]
Fix Version/s JDO 2 beta [ 12310683 ]