Jim O'Rourke added a comment - 06/May/08 01:34 AM zip created relative to TOMCAT_HOME. Contains ./lib IceFaces and Required jars, and ./webapps/IceSample.war
OPENEJB-797:Unable to load servlet class: javax.faces.webapp.FacesServlet
Generated Jaxb tree classes for JSF 1.2 faces-config.xml
Updated JeeTest to test for unmarshalling JSF tree from a sample faces-config.xml file
OPENEJB-797:Unable to load servlet class: javax.faces.webapp.FacesServlet
FIXED this issue
How it was fixed:-
Added support in ReadDescriptors to read a JSF 1.2 descriptor
Updated WebModule to store JSF info (as a List of FacesConfig instances)
Updated AnnotationDeployer to scan for JSF ManagedBean classes also
Updated DeploymentLoader to also store FacesConfig instances in a WebModule
Updated TomcatWebappBuilder to also store FacesConfig instances in the WebModule