[JBoss-user] [Installation & Configuration] - Re: Unable to compile inspectMBean_jsp.java file

2004-05-07 Thread ET
"aanand" wrote : Check if you have jbossall-client.jar in your /WEB-INF/lib directory. 
I think that I had the same error and the culprit was this jar file.
  | 
  | --Anand

Thank you for your answer, Anand.

However the problem seems not to be in the Jbossall-client.jar file.
I had an old version of jdom.jar and tomcat used that for compile files. I have 
replaced that with the one coming with jboss and now things seem to work!

Elisa 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834047#3834047

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834047


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation & Configuration] - Unable to compile inspectMBean_jsp.java file

2004-05-06 Thread ET
Hi,

I need some help. I installed jboss 3.2.3 on Mac OSX.
I run JBoss, I access  the jmx console and it seems ok but when I try to click on any 
link in the console  this error appears:


The server encountered an internal error () that prevented it from fulfilling this 
request.

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

An error occurred at line: -1 in the jsp file: null

Generated servlet error:
[javac] Compiling 1 source file
[javac] 
/Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/jmx-console/inspectMBean_jsp.java:37:
 escapeElementEntities(java.lang.String) has protected access in 
org.jdom.output.XMLOutputter
[javac] return xmlOutput.escapeElementEntities(s);
[javac] ^
[javac] 
/Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/jmx-console/inspectMBean_jsp.java:45:
 escapeAttributeEntities(java.lang.String) has protected access in 
org.jdom.output.XMLOutputter
[javac] return xmlOutput.escapeAttributeEntities(s);
[javac] ^
[javac] Note: 
/Applications/jboss-3.2.3/server/default/work/MainEngine/localhost/jmx-console/inspectMBean_jsp.java
 uses or overrides a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 2 errors

at 
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:130)
at 
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:293)
at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:353)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
etc.


any idea?

thanks,
Elisa

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833899#3833899

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833899


---
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user