[jboss-user] [JBoss Seam] - Re: SeamLoginModule EntityManager injection difficulties

trickyvail do-not-reply at jboss.com
Fri Feb 23 17:50:17 EST 2007


Thank you Gavin. I have made the change you recomended and it works perfectly.

For anyone else that is follwing this thread please note that I edited the components.xml file to include the following:

    <core:managed-persistence-context
  |         name="entityManager"
  |         auto-create="true"
  |         persistence-unit-jndi-name="java:/NewSeamEntityManagerFactory"
  |     />
  | 

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

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



More information about the jboss-user mailing list