Hi, 

I have the same problem. At @create method the faces context is null. I´m 
using Seam 2.0.0GA, Tomcat6. 


  | 
  | @Name("appContext")
  | @Scope(ScopeType.CONVERSATION)
  | public class ApplicationContext implements Serializable {
  | 
  | ...
  | 
  |                @Create
  |     public void inicializar() {
  |                                 FacesContext ctx = 
FacesContext.getCurrentInstance();
  |             loadConfig();
  |     }
  | 

Monkeyden, how did you solve this? I think it could be a configuration issue 
but I wasn´t able to find

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

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

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to