|
From: <fi...@so...> - 2004-06-08 00:45:08
|
this is the change I made in RelationshipProxy... it's only a "transient patch" but it seems to work this are the diffs, i can't get access to cvs today Comparing: C:\Program Files\xorm-beta6\src\org\xorm\RelationshipProxy.java (new) To: C:\Progetti\xorm-beta6\src\org\xorm\RelationshipProxy.java (old) ==== ==== 308 <! //handler.makePersistent(mgr);//sj777 old 309 <! handler.makePersistent(owner.getInterfaceManager());//sj777 momentary patch 310 <! //sj777 needed because an instance of this class can be obtained 311 <! //sj777 outside a transaction from a new transient InterfaceInvocatinHandler 312 <! //sj777 and the mgr field is null in such condition 313 <! //sj777 we must work to make this field depend on the owner one 314 <! //sj777 any suggestion? !> handler.makePersistent(mgr); |