[jboss-user] [JBoss Seam] - Re: EntityManager always Null (Using Jboss, Seam)

lara do-not-reply at jboss.com
Fri Nov 10 09:16:50 EST 2006


I am extremely sorry..
Below is my components.xml file:


  | <?xml version="1.0" encoding="utf-8"?>
  | <components>
  |     <component name="org.jboss.seam.core.init">
  |         <property name="myFacesLifecycleBug">true</property>
  |         <property name="jndiPattern">bpmshell/#{ejbName}/local</property>
  |     </component>
  |     
  |    
  |     <component name="entityManager" class="org.jboss.seam.core.ManagedPersistenceContext">
  |         <property name="persistenceUnitJndiName">java:/bpmshellEntityManagerFactory</property>
  |     </component>
  | </components>
  | 

Regards

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

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



More information about the jboss-user mailing list