[jboss-user] [JBoss Seam] - Re: SeamSecurity

mdarr do-not-reply at jboss.com
Sat Mar 10 22:32:38 EST 2007


PersistenceContext is to be used in objects that are Session Beans.

EntityManager is to be injected into JavaBeans that need security.

Do you have something ike -->

    <component name="entityManager" auto-create="true" class="org.jboss.seam.core.ManagedPersistenceContext">
        java:/ticketingSystemEntityManagerFactory
            

Defined in your components.xml

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

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



More information about the jboss-user mailing list