The definition of the attribute loadername in the taglibrary definition
jmx.tld results in following error message because
FormMBeanTag.java doesnt implement the setter for this
attribute. The application server is JRun 3.1.
Error parsing
TLD '/WEB-INF/jmx.tld': The tag handler
'org.webjmx.tags.FormMBeanTag' does not have a setter for the
attribute 'loadername' specified in the
tld..
allaire.jrun.jsp.NoSuchAttributeException: The tag
handler 'org.webjmx.tags.FormMBeanTag' does not have a
setter for the attribute 'loadername' specified in the tld.
at
allaire.jrun.jsp.JRunTagLibraryInfo.getPropertyType(JRunTagLibraryInfo.java:732)
at
allaire.jrun.jsp.JRunTagLibraryInfo.buildAttributeInfo(JRunTagLibraryInfo.java:705)
at
allaire.jrun.jsp.JRunTagLibraryInfo.buildTagInfo(JRunTagLibraryInfo.java:683)
at
allaire.jrun.jsp.JRunTagLibraryInfo.initialize(JRunTagLibraryInfo.java:627)
at
allaire.jrun.jsp.JRunTagLibraryInfo.<init>(JRunTagLibraryInfo.java:199)
at
allaire.jrun.jsp.JRunTagLibraryInfo.lookupTLI(JRunTagLibraryInfo.java:109)
at
allaire.jrun.jsp.Translator.initTagLibraries(Translator.java:537)
at
allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:94)
at
allaire.jrun.jsp.JSPTranslator.translate(JSPTranslator.java:67)
at
allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:216)
at
allaire.jrun.jsp.JSPServlet.service(JSPServlet.java:196)
at
allaire.jrun.servlet.JRunSE.service(JRunSE.java:1417)
at
allaire.jrun.session.JRunSessionService.service(JRunSessionService.java:1106)
at
allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:1271)
at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.java:89)
at
allaire.jrun.servlet.JRunSE.service(JRunSE.java:1557)
at
allaire.jrun.servlet.JRunSE.service(JRunSE.java:1547)
at
allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:364)
at
allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:115)
at
allaire.jrun.ThreadPool.run(ThreadPool.java:272)
at
allaire.jrun.WorkerThread.run(WorkerThread.java:75)