Sorry, I just found the solution from Seam examples. I changed the persisent 
code as followings in components.xml, and exceptions gone. Thank you.    
<persistence:managed-persistence-context name="entityManager"
  |                                       auto-create="true"
  |                                       
persistence-unit-jndi-name="java:/seampayEntityManagerFactory" />
  | 

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

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

Reply via email to