I am using only Hibernate + Icefaces and no other framework like Spring or Seam. my problem solved. i changed my code form session.load(..., ...) to session.get(... , ...). but annother thing is that Hibernate does not load associatios lazily. I got this using debugging.