> How is your solution different lazy=false or Hibernate.initialize()? (i must > confess i read it quite > fast)
His solution reconnects automatically. Lazy = false is *very* different. It will load the whole object graph at each access. I'm not sure what initialize does... Henri. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
