[jboss-user] [JBoss Seam] - Re: Database flush problem

Techieexchange do-not-reply at jboss.com
Thu Jan 3 11:49:30 EST 2008


Hi, 
 SMPC - SeamManagedPersistenceContext is default to conversation-scoped. You can change that in components.xml 


  | <persistence:managed-persistence-context  
  |                                 scope="session"
  |                                name="em"
  |                                auto-create="true" 
  |                     entity-manager-factory="#{yourDatabase}"/>
  | 

Now try again.

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

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



More information about the jboss-user mailing list