java - How to check (replace) the MyFaces version used by Websphere 8.5 -
after upgrading websphere 8.5 i've experienced incompatibilites in jsf application. possible caused uncanonical use of jsf components, wanted check version used
according document: http://pic.dhe.ibm.com/infocenter/wasinfo/v8r5/index.jsp?topic=%2fcom.ibm.websphere.nd.doc%2fae%2frovr_specs.html websphere 8.5 uses apache myfaces 2.0.x (without specifying version).
i searching myfaces*.jar withing websphere installation folder - nothing found.
what version of myfaces websphere 8.5 using? how find jar withing websphere installation? optionally, possible replace it?
you add own myfaces implementation , load 1 instead. therefor have change classloader , set parent_last.
older versions showed installed jsf version during jsf initalization, ibm has customized jsf version anyways.
Comments
Post a Comment