[jboss-user] [JBoss Seam] - Re: simple entity-home framework component not working

stephen.friedrich do-not-reply at jboss.com
Wed Jul 25 09:41:07 EDT 2007


Hm, if you look at the seampay example, the components.xml-declared entitiy home specifies the entity-manager property:


  |     <framework:entity-home name="accountHome" 
  |                            entity-class="org.jboss.seam.example.seampay.Account"
  |                            entity-manager="#{entityManager}" />
  | 
  |     <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=4067397#4067397

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



More information about the jboss-user mailing list