When was the last time you updated the code. I fixed a bug in that code on the 20th. The bug only appeared with self relations.
This is an internal error and signifies a programming bug on my part. Just for your info, what is going on is each side of the relationship (each entity) has an object that represents it's part in the relationship. This object always exists and is completely independent of abstract accessor that the entity may or may not have. For the relationship code to work each side of the relationship needs to have a reference to the other sides cmr field object. Therefore, there is a whole bunch of code to connect the two sides, and this initialization code had a bug. -dain > -----Original Message----- > From: Hunter Hillegas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 01, 2001 7:09 PM > To: JBoss 2 > Subject: [JBoss-user] Debugging CMR > > > I am deploying a bunch of EJB2.0 beans and getting an > exception. I'd like to > add some debug code to > > org.jboss.ejb.plugins.cmp.jdbc.bridge.JDBCCMRFieldBridge.initR > elatedData > > That will help print out why I'm getting this exception: > > Related CMR field not found. > > Anyone know what I could add to see more console detail? > > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
