Ales Justin wrote:
Could it be some JBWeb change?
I don't know. Maybe you can shed some light on this. If I unjar the JSF classes into the root of my deployer it works:
deployer/jsf.deployer/com/sun/faces .... Foo.class
deployer/jsf.deployer/javax/faces .... Bar.class
Someone is mounting the jsf.deployer directory for me. In AS5 I had to do that myself. So why would Tomcat see classes in my jsf.deployer directory but not in the jars that I explicitly added to the classpath? And why does your Seam deployer work with Tomcat? What is it doing differently?
Stan