In the mean time, I have just added some control code that checks we are in OWB runtime or not. It is necessary because openwebbeans-jsf.jar is server global classpath and contains META-INF/faces-config.xml. Even if no OWB, other JSF applications also try to use their artifacts like WebBeansPhaseLİstener. Therefore I have added JSFUtil#isOWbApplication that checks we are in OWB or not looking to servlet context attribute that is set in WebBeansConfigurationListener.
________________________________ From: Gurkan Erdogdu <[email protected]> To: [email protected] Sent: Thu, July 1, 2010 11:20:02 PM Subject: Conversation with MyFaces 2.0.0 Hello folks; I have tried to run our samples running with JSF 1.2 (guess/conversation.jsf, conversation-sample) not working with MyFaces 2.0, Does anybody try it? For example Redirections do not propogate conversation content. Thanks; --Gurkan
