I traced my problem further and found (I think) another place
where getAttributeName is being used incorrectly. Inside
PersistenceBrokerImpl.getMtoNQuery are the following lines:

for (int i = 0; i < itemClassFks.length; i++)
{
    criteria.addEqualToColumn(
        cod.getIndirectionTable() + "." + itemClassFks[i].toString(),
        refCld.getPkFields()[i].getAttributeName());
}


I believe getAttributeName should be changed to getColumnName since
the data is being stuffed into a column-equality Criteria.

Regards,
Scott Howlett

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to