| ASF |
#676649 |
Mon Jul 14 17:08:09 UTC 2008 |
kmalhi |
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
|