I configured a Web-Application (Prototype) to Run JSF with Spring Webflow.
After configuring a whole (and huge) Webapplication to to the same i get an Error. After Debugging i see that the FacesContextFactory is set by a Factory Finder that looks up the class path and uses the first FactoryImpl that is found - in this case the orchestra one.
Alltogether i have four different Implementations in my webapp (myfaces, orchestra, etc...).
Does anyone know a way to let Spring Webflow only use the myfaces implementation?!
I tried to specify it in the in the faces-config.xml, but it didn´t work.
EDIT: Another thing i tried, was to configre spring beans to use a factory, but this didn´t work either...