[jboss-user] [JBoss Seam] - Re: How to configure jbpm to use an extended persistence con
Basel
do-not-reply at jboss.com
Fri Sep 8 01:19:27 EDT 2006
I am not that experience with Jbpm but to have Seam us an extended persistence context, add the following to faces-config.xml:
| <lifecycle>
| <phase-listener>
| org.jboss.seam.jsf.SeamExtendedManagedPersistencePhaseListener
| </phase-listener>
| </lifecycle>
|
Don't forget to remove the other PhaseListener, org.jboss.seam.jsf.SeamPhaseListener
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970262#3970262
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970262
More information about the jboss-user
mailing list