persistence@glassfish.java.net

GlassFish bug# 2962

From: Kyle Chen <xiaosong.chen_at_oracle.com>
Date: Wed, 2 May 2007 16:10:14 -0400

Hi,

The fix code has been checked in, it reviewed by toplink team.

Problem short description:
The meta-info stored for parent entity class in separate xml mapping file(separated from the child entity xml mapping file) will potentially be ignored depends on the processing order for the XML maping file.

What changed:
The class XMLClassAccessor has been changed, the rest of mapping file need be searched for if the descriptor can not be found in the one that m_helper referred.

Test:
Tested by entity-persistence-tests

Cheers
kyle