Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question
how do you spawn your threads ? – Pache Nov 16 '12 at 10:07

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.