-
Bug
-
Resolution: Done
-
Major
-
7.1.3.Final (EAP)
-
None
There is wrong version of jsf.js (javax.faces:jsf.js resource) packaged in jboss-jsf-api_2.1_spec:2.0.6.Final [1].
The root cause is this resource does not contain top-level var mojarra = mojarra || {}; definition, which makes JSF AJAX fail.
But additionally, the resource is not compressed at all (as opposed to jsf.js in com.sun.faces:jsf-impl.
In my opinion, the jsf.js and jsf-uncompressed.js resources should not be packaged with JSF API, they are part of implementation (com.sun.faces:jsf-impl).