Todd Patrick wrote:
> The exception I am returning is:
>
> javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError:
> javax/ejb/ObjectNotFoundException
>
> I didn't believe that I could deploy a war to Tomcat 5.0.28 or Tomcat
> (any version) and include the javaee.jar.
>
Well, any classes like javax.servlet, javax.servlet.jsp, etc should be
ignored by
Tomcat - so those components of javaee.jar should be ignored.
However, the javax.faces APIs may be out of sync with what you have
in jsf-api.jar, so I wouldn't recommend it.
If you're attempting to use EJB - is there a reason you're
not using GlassFish?
> How can I use the ObjectNotFoundException in my code?
>
> Is there something else that I should be using?
>
> Thanks,
>
> --Todd
>
> -----------------------------------------
> NOTICE: This email message is for the sole use of the intended
> recipient(s) and may contain confidential and privileged
> information. Any unauthorized use, disclosure or distribution is
> prohibited. If you are not the intended recipient, please contact
> the sender by reply email and destroy all copies of the original
> message.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_javaserverfaces.dev.java.net
> For additional commands, e-mail: users-help_at_javaserverfaces.dev.java.net
>
>