I use Google Guice with JPA/Hibernate.
I have a object that is persisted with lazy fetched collections.
In the system there is an extra thread which does some tasks and also uses JPA. Everytime i try to access those lazy fetched fields the thread stops without any exception.
How can I solve it, what can it be??
Thanks, Benjamin