When "table per subclass" inheritance is used for a reference, FK fields of a
1:n reference defined in a sub-class will not be found on queries which join
the reference
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: OJB-84
URL: http://issues.apache.org/jira/browse/OJB-84
Project: OJB
Type: Bug
Versions: 1.0.3, 1.0.4
Reporter: Armin Waibel
When "table per subclass" inheritance is used for a reference, FK fields of a
1:n reference defined in a sub-class will not be found on queries which join
the reference. The test case is called
...broker.InheritanceMultipleTableTest#testInheritedReferences()
OJB assume that the FK field is defined in class declared in
collection-descriptor, but the field is defined in the super-class.
--
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]