Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for Bug#218498 - SDO - Inheritance indicator not configured properly when subclass is defined in an imported schema

All,

Please review the fix for the following bug and provide any feedback you may have:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=218498

Bug summary:
Use case - SchemaA imports SchemaB. SchemaB has a global complex type that extends a global complex type in
SchemaA.  During descriptor initialization the following exception occurs:
...
org.eclipse.persistence.exceptions.IntegrityException
Descriptor Exceptions:
---------------------------------------------------------
org.eclipse.persistence.exceptions.DescriptorException
Exception Description: The descriptor has been set to use inheritance, but a class indicator field has not been defined.
When using inheritance, a class indicator field or class extraction method must be set.
...


Oracle
David McCann | Principal Software Engineer | TopLink Product
Oracle Corporation Canada
45 O'Connor Street, Suite 400
Ottawa, Ontario K1P 1A4
Canada
613.288.4636
613.238.2818 (fax)


Back to the top