Possible problem in FacesConfig ordering

2010-12-03 Thread David Jencks
I'm finding a tck problem around FacesConfig ordering. I haven't figured out if this is caused by the geronimo integration or myfaces itself but I think there's something odd in the myfaces code. DefaultFacesConfigurationProvider line 461 has

Re: Possible problem in FacesConfig ordering

2010-12-03 Thread Leonardo Uribe
Hi It is possible there is no faces-config.xml with the name configured in the webAppConfig. In theory, we can safely ignore it and a simple check for null can do the job. I committed the fix on MYFACES-2994. regards, Leonardo Uribe 2010/12/3 David Jencks david_jen...@yahoo.com I'm finding