0 Replies Latest reply on May 8, 2004 6:55 PM by java_newbie

    package org.jboss.util.propertyeditor does not exist   HTTP

    java_newbie

      I got the following error when going to jmx-console, and using the Hypersonic database manager.

      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] C:\jboss-3.2.3\server\default\work\MainEngine\localhost\jmx-console\displayOpResult_jsp.java:9: package org.jboss.util.propertyeditor does not exist
      [javac] import org.jboss.util.propertyeditor.PropertyEditors;
      [javac] ^
      [javac] C:\jboss-3.2.3\server\default\work\MainEngine\localhost\jmx-console\displayOpResult_jsp.java:116: cannot resolve symbol
      [javac] symbol : variable PropertyEditors
      [javac] location: class org.apache.jsp.displayOpResult_jsp
      [javac] PropertyEditor propertyEditor = PropertyEditors.findEditor(opResultInfo.result.getClass());
      [javac] ^
      [javac] Note: C:\jboss-3.2.3\server\default\work\MainEngine\localhost\jmx-console\displayOpResult_jsp.java uses or overrides a deprecated API.
      [javac] Note: Recompile with -deprecation for details.
      [javac] 2 errors

      To fix the problem, I edited jboss-service.xml to uncomment the mbean when "VM fails to find JBoss PropertyEditors."

      Can someone help?

      I am using Eclipse 2.1.3, Lomboz 2.1.3, and JBoss 3.2.3