Hi
I've got problem with configuration i think. I use in my webapp Spring + Hibernate (3.3.1.GA - core, 3.4.0.GA - entitymanager, it's jboss 5.1 configuration), as bytecode provider i use Javassist (3.9.0.GA). The problem is that, when sometimes i try fetch data by interface JpaDaoSupport i got not properly fetched object but somehow it's object of class JavaAssist and it's not well initialized, when i get some lazy initialized data i always got null. I haven't got second level cache i think so (property is set to false). Is there bug or something? Mayby anyone can help me?
|