Issue Details (XML | Word | Printable)

Key: JDO-37
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Michelle Caisse
Votes: 0
Watchers: 0
Operations

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

foreign key attribute to field does not work

Created: 06/May/05 02:48 AM   Updated: 23/Apr/06 02:12 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:12 AM


 Description  « Hide
JPOX gives a parser error when using <field name="blah" foreign-key="true"/>. Change mylib/package-derby.orm to use foreign-key element. This may be a temporary work-around.
<field name="blah">
    <foreign-key/>
</field>

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order