Am Dienstag, 27. September 2005 15:25 schrieb Martin Marinschek: > Hmm... > > if you look at the following code in > > public class FacesConfigurator > > private static final String FACES_CONFIG_RESOURCE = > "META-INF/faces-config.xml"; > > you see that we do try to parse this. > > Strange that it shouldn't work - we call getResources() just like you do?
Well, in fact you don't -- at least not in the nightly build 20050812, where I cannot find any call to getResources() at all. So it must have been changed in the meantime. Thanks for your answer. Regards, Andreas Schenk

