Ken Clark schrieb:
> I have built a very simple JSF web app and am having trouble trying to deploy
> it.
> 
> I am getting an error that I am unable to track down via google.  It is:
> 
I am not sure, but it might be a clash in el libraries...
I do not have any experience with weblogic, but maybe some el lib
comring from weblogic interferes with myfaces.
Try to reverse the classloader hierarchy, and check if there is an
el.jar in your WEB-INF/lib, remove that one (or add that one as needed )
It all seems to indicate a conflict between weblogics el implementation
and the jsf calling el.

Reply via email to