persistence@glassfish.java.net

Re: entity-persistence-update

From: Guy Pelletier <guy.pelletier_at_oracle.com>
Date: Mon, 15 Jan 2007 09:51:19 -0500

Hi Micheal,

Yes I did intend to add it. It has now been added.

Cheers,
Guy
  ----- Original Message -----
  From: Michael Bouschen
  To: persistence_at_glassfish.dev.java.net
  Sent: Monday, January 15, 2007 9:08 AM
  Subject: Re: entity-persistence-update


  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