Posted By:
Thorsten_Klusemann
Posted On:
Wednesday, February 27, 2002 07:13 AM
We are developing a struts based web-application for our intranet on the JBoss Application Server with Tomcat 3.2.3. We now have the problem that on every request some strange messages are written onto the JBoss console: Warning: Validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default error handler to print the first 10 errors. Please call the setErrorHandler method to fix this. (...followed by some validation error messages...) Where do I have to call the setErrorHandler -method to avoid this output? Performance of the application is reduced to that console output on every request.
More>>
We are developing a struts based web-application for our intranet on the JBoss Application Server with Tomcat 3.2.3.
We now have the problem that on every request some strange messages are written onto the JBoss console:
Warning: Validation was turned on but an org.xml.sax.ErrorHandler was not set, which is probably not what is desired. Parser will use a default error handler to print the first 10 errors. Please call the
setErrorHandler
method to fix this. (...followed by some validation error messages...)
Where do I have to call the
setErrorHandler
-method to avoid this output? Performance of the application is reduced to that console output on every request.
<<Less