[jboss-user] [JBoss Seam] - Re: Howto handle LazyInitializationException
thierry.rietsch
do-not-reply at jboss.com
Thu May 24 06:47:33 EDT 2007
Now I got it. Sorry. I use now:
| class SoftwareObjectSearchBean {
| // other code
|
| @PersistenceContext(type=PersistenceContextType.EXTENDED)
| EntityManager em;
|
| // other code
| }
|
| Is that the right way?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048206#4048206
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048206
More information about the jboss-user
mailing list