You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Geoffrey <jc...@hotmail.com> on 2005/06/30 10:35:10 UTC

Tomcat in JBoss 4.0.3RC1 and Sun's Java Server Faces

Our application uses Sun's JSF implementation.
On JBoss 4.0.2 it deploys fine, but on JBoss 4.0.3RC1 it throws a
ClassCastException:
at
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:711) 

...
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669) 

...

I tried not bundling the Sun faces api in the war and it deploys but it
gives problems:
- Sun's JSF doesn't work properly any more
- The war also needs to be able to deploy on JBoss 4.0.2, Resin etc
which don't have a version the faces api.


Deleting the myfaces faces api from Tomcat isn't really a good solution
either as other applications deployed on the same production instance
might depend on it and it complicated the deployment procedure.


Any other solutions?


Thanks for any and all help,
Geoffrey


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org