[jboss-user] [JBoss Seam] - Re: Populate pojoCache from Database at startup

petemuir do-not-reply at jboss.com
Mon Oct 2 10:48:04 EDT 2006


The Seam Managed (@In) entity manager is just the extended EJB entity manager but wrapped so you don't get LazyInitialiaztionException in a conversation. Since you are caching (and so I assume the entire object graph for the entity is retrieved?) you should just be able to use a standard, non-extended EJB entity manager.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975507#3975507

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975507



More information about the jboss-user mailing list