Bugs item #475312, was opened at 2001-10-26 07:30
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=475312&group_id=22866

Category: CatalinaBundle
Group: v2.4 (stable)
>Status: Closed
>Resolution: Out of Date
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Scott M Stark (starksm)
Summary: org.apache.jasper.JasperException

Initial Comment:
 JBoss-2.4.1_Tomcat-3.2.3 and JBoss-2.4.3_Tomcat-4.0

I have JavaBean (not EJB). I'm using this bean with JSP
<jsp:useBean id="loader" class="com.aaaaaa.JspLoader"
scope="session"/>.
If I throw my Exception in this bean, the ErrorPage I'm
using with my JSP shows not the exception I throw but
org.apache.jasper.JasperException. If I run Tomcat
without JBoss it shows my Exception, so it looks like
JBoss bug? It makes using Tomcat unusable to run with
JBoss in the same Java VM.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=475312&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to