I am facing below issue, after I migrated to JSF2.2
com.sun.faces.config.ConfigurationException: The tag named passThroughAttribute from namespace http://xm
The way how the new xmlns.jcp.org
XML namespaces are been handled is broken in the first Mojarra releases 2.2.0 and 2.2.1. Among others, they overlooked to properly register the new JSF 2.2 components/tags/attributes/handlers. It has been fixed in Mojarra 2.2.2 as per issue 2900 (note: issue ticket describes different problem symptom, but under the covers, it's essentially the same cause).
So, upgrading to at least Mojarra 2.2.2 should fix your problem. It's currently already at 2.2.5.