[jboss-user] [JBoss Seam] - Re: Calling java bean from stateful session bean with Entity

gavin.king@jboss.com do-not-reply at jboss.com
Sun Jan 28 12:31:30 EST 2007


Container-managed persistence contexts (ie. @PersistenceContext) only work in EJBs. Your DAO is not an EJB, so you must use a Seam-managed persistence context.

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

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



More information about the jboss-user mailing list