From: Paul S. <pau...@ne...> - 2002-02-14 14:59:35
|
Hi, I think there's a problem with the deferred loading where we encounter a class that's already been "resolved". Again I'm not 100% sure of the fix but it works for me. A diff below. PaulS :) =================================================================== RCS file: /cvsroot/hibernate/Hibernate/cirrus/hibernate/impl/RelationalDatabaseSession.java,v retrieving revision 1.82 diff -w -r1.82 RelationalDatabaseSession.java 593c593 < if ( !entries.containsKey(deferredKey) ) { --- > if ( !entries.containsKey(p) ) { |