I'm trying to run my application on OpenShift JBoss AS 7 but I ran into a bug in older versions of Mojarra which are unfortunatelly shipped with the server.
https://java.net/jira/browse/JAVASERVERFACES-2277
On my local JBoss, I was able to modify module.xml files and updated JSF libraries and make it work. OpenShift however does not allow me to do so beacuse only root have access to JBoss configuration files.
Is there any way how to update or ask for update of those libraries?
Thanks