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=11224>.
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=11224

cannot run samples on AIX (org.xml.sax.SAXNotRecognizedException: 
http://apache.org/xml/features/validation/schema-full-checking))





------- Additional Comments From [EMAIL PROTECTED]  2002-07-29 14:03 -------
Looks like you have a classpath problem on AIX.  Your stack trace lists the 
exception as passing through a class in the org.apache.xerces.framework 
package; this doesn't exist in Xerces 2.0.  

What I'll bet is happening is that you're picking up an older copy of Xerces 
that was shipped with IBM JDK 1.3.0.  Look in the jre/lib/ext folder for 
xerces.jar; if you find it, you can either remove it or substitute xercesImpl 
and xmlParserAPIs and your problem should go away.  If this is the trouble, 
please close this bug report.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to