Hi,
I used Spring+JSF+JPA before and now I'm using JSF+EJB3. I read the reference documentation about using Spring with EJB but found no answers for my questions. So I'd like to post them here:
- If I use Spring's OpenSessionInView filter, then can I say that I will not get the LazyInitializationException anymore (EJBs are the ones that access the database, not some Spring POJO DAOs)?
- At this time, I have only one above question
Thanks for any of your comments.



Reply With Quote
