Community

I'm having a hard time with this error "org.hibernate.LazyInitializationException: failed to lazily initialize"

reply from jaikiran pai in EJB 3.0 - View the full discussion

Which version of JBoss AS is this? Looks like the start() method of PojoA isn't being called in a transactional context. It has been fixed recently and is available through the EJB3 plugin http://www.jboss.org/ejb3/ejb3plugin.html. If you are using JBoss AS 5.1.0 then apply that plugin against it and see if it fixes the issue.

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community