Re: [JBoss-user] Re: CMP Bug: Bad SQL for FK field

2002-06-13 Thread Dain Sundstrom
Jonathan.O'[EMAIL PROTECTED] wrote: > > We fixed our problems by hacking the JBoss source! Thank God for open > source. > > We changed the getInsertFields() in JDBCCreateEntityCommand to call > entity.getCmpFields() instead of entity.getFields(). The > entity.getFields() gives you a list of

[JBoss-user] Re: CMP Bug: Bad SQL for FK field

2002-06-13 Thread Jonathan . O'Connor
We fixed our problems by hacking the JBoss source! Thank God for open source. We changed the getInsertFields() in JDBCCreateEntityCommand to call entity.getCmpFields() instead of entity.getFields(). The entity.getFields() gives you a list of CMP and CMR fields, and of course, if a CMP and CMR fie