I am trying to use Myfaces with Glassfish but its not working. I have made sure myfaces-api and myfaces-impl are the JSF runtimes deployed with my application but Glassfish still runs the application with the mojarra version.
I was thinking classes in the lib folder supercede those in the application sever.
If I remove the jsf-api and jsf-impl from the modules folder in glassfish, I get a an error on startup with some OSGI noise.
What is the recommeded way of using myfaces for ann application deployed with glassfish?