persistence@glassfish.java.net

Re: entity-persistence-update

From: Michael Bouschen <Michael.Bouschen_at_Sun.COM>
Date: Mon, 15 Jan 2007 15:08:33 +0100

Hi Guy,

after updating my entity-persistence-tests workspace worksapce a maven
clean build fails. Class FullRegressionTestSuite imports a class
MixedInheritanceJUnitTestCase from package
oracle.toplink.essentials.testing.tests.cmp3.inheritance which does not
exists. Did you intend to add this class with your checkin?

Regards Michael

> Code has been submitted to CVS that addresses the following glassfish
> bugs:
>
> - 604 - Optionality of PrimaryKeyJoinColumns in an entity hierarchy
> with composite PK and JOINED inheritance
> ** Note, the same functionality was corrected for JoinColumns as well.
>
> - 943 - Validation: ManyToManywith mappedBy on both sides leads to
> StackOverflow
>
> - 1327 - Can not map collection of non entities as BLOB
>
> - 1641 - cascade setting in <one-to-one> in xml does not override
> CascadeType setting in OntoOne annotation; instead union of mappings
> occurs.
>
> Also, the code includes an update to allow for a mixed inheritance
> type hierarchy.
>
> All code was extracted from an internal Oracle transaction and tested
> with QuickLook, entity-persistence-tests and Oracle internal tests.
>
> Cheers,
> Guy