While browsing the web-console and viewing one of my jars, I received
this error:

org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 2 in the jsp file: /EntityEjb.jsp

Generated servlet error:
    [javac] Since fork is true, ignoring compiler setting.
    [javac] Compiling 1 source file
    [javac] Since fork is true, ignoring compiler setting.
    [javac] 
/usr/local/jboss/tomcat-4.1.x/work/MainEngine/localhost/web-console/EntityEjb_jsp.java:106:
 cannot resolve symbol
    [javac] symbol  : class ContainerMBean 
    [javac] location: package ejb
    [javac]       org.jboss.ejb.ContainerMBean container = null;
    [javac]                    ^



An error occurred at line: 2 in the jsp file: /EntityEjb.jsp

Generated servlet error:
    [javac] 
/usr/local/jboss/tomcat-4.1.x/work/MainEngine/localhost/web-console/EntityEjb_jsp.java:107:
 cannot resolve symbol
    [javac] symbol  : class ContainerMBean 
    [javac] location: package ejb
    [javac]       container = (org.jboss.ejb.ContainerMBean) 
pageContext.findAttribute("container");
    [javac]                                 ^
    [javac] 2 errors


Just wanted to report it... :)


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to