Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.