DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21309>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21309

NullPointerException in CacheHandler





------- Additional Comments From [EMAIL PROTECTED]  2003-07-11 15:49 -------
For those following this bug, Henry Zongaro has suggested 2 ways to easily
get such a failure:

One way is by modifying the content-handler in one of the output_*.properties 
files in the serializer which specifies a class that is not found.

Another way is a stylesheet like this one:
<xsl:stylesheet 
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0"
  xmlns:xalan="http://xml.apache.org/xslt";>
  <xsl:output method="xy" xalan:content-handler="xyhandler"/>
  . . . 
</xsl:stylesheet>

Where "xyhandler" is a class that will not be loaded.

Reply via email to