[jboss-user] [JBoss Seam] - Re: @PersistenceContext(type=PersistenceContextType.EXTENDED

raja05 do-not-reply at jboss.com
Tue Aug 15 11:26:12 EDT 2006


You cannot use a Extended Persistence Context with Stateless beans. stateless beans have no state and hence nothing to retain between requests. The Entitymanager field is one such field where you would need to store it between requests and having stateless architecture will not allow it.

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

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



More information about the jboss-user mailing list