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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...