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