I am not sure if this is related, but I lost conversation propogation in an ADF 
faces app after I switched to using a post beta 2 daily. It seems like the 
state manager in seam wasn't being loaded and so the long lived conversations 
were not being persisted at all. 

To fix this problem I have had to add a config entry in faces config to load 
the Seam state manager alongside the adf faces state manager. 

My application entry in faces-config now looks something like:


  |     <application>
  |           
<view-handler>oracle.adfinternal.view.faces.application.ViewHandlerImpl</view-handler>
  |             
<state-manager>oracle.adfinternal.view.faces.application.StateManagerImpl</state-manager>
  |             
<state-manager>org.jboss.seam.jsf.SeamStateManager</state-manager>
  |             
<navigation-handler>oracle.adfinternal.view.faces.application.NavigationHandlerImpl</navigation-handler>
  |             
<variable-resolver>oracle.adfinternal.view.faces.el.AdfFacesVariableResolver</variable-resolver>
  |             <default-render-kit-id>oracle.adf.core</default-render-kit-id>
  |     </application>
  | 

I know that adf faces and I presume Seam specify some of these components 
inside their private faces-configs, but it takes the above application 
definition to get them working together for me.

 Better suggestions are much appreciated.

Cheers
J

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to