In components.xml I have 

  | <persistence:managed-persistence-context name="entityManager" 
auto-create="true" 
  | persistence-unit-jndi-name="java:/SeamAuctionEntityManagerFactory"/>        
  | 
  | <component name="org.jboss.seam.ui.entityConverter">
  |   <property name="entityManager">#{em}</property>
  | </component>
  | 

still the same exception, seems like em is null
    @In(create=true)
  |     private EntityManager em;

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071162
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to