The use of a specific Mojarra class in the ICEPushResourceHandler causes problems under MyFaces:
if (projectStage != null && !projectStage.equals("Production"))
{
facesContext.getApplication().subscribeToEvent(PostAddToViewEvent.class, com.sun.faces.facelets.tag.ui.UIDebug.class, new DebugTagListener());
}
...
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at org.apache.myfaces.shared.util.ClassUtils.buildApplicationObject(ClassUtils.java:539)
... 15 more
Caused by: java.lang.NoClassDefFoundError: com/sun/faces/facelets/tag/ui/UIDebug
at org.icefaces.impl.push.servlet.ICEpushResourceHandler.<init>(ICEpushResourceHandler.java:80)
... 20 more
Caused by: java.lang.ClassNotFoundException: com.sun.faces.facelets.tag.ui.UIDebug
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1676)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1521)
... 21 more
Targetting for beta and assigning to Ted for now. This will likely be more of a group exercise and be part of a more general review process of the current product.