> Mojarra will display the version string of the implementation when it
> starts up.
> What's the version being displayed in the log for this application?
[#|2009-01-28T18:42:36.060-0500|INFO|sun-appserver9.1|
javax.enterprise.resource.webcontainer.jsf.config|
_ThreadID=20;_ThreadName=RMI TCP
Connection(9)-127.0.0.1;/ocpsoft-social-pm;|Initializing Sun's
JavaServer Faces implementation (1.2_04-b20-p03) for context
'/ocpsoft-social-pm'|#]
Looks like it's loading JSF1.2, even though JSF2.0 is included in the
WEB-INF/lib directory. How can I override this? (Both glassfishv2 and
glassfishv3)
Thanks,