<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2619.0">
<TITLE>RE: [jdom-interest] debugging with Visual Cafe 4.0</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>You must disable the catching of a java.lang.ArrayIndexOutOfBoundsException</FONT>
<BR><FONT SIZE=2>in your VisualCafe Debugger Configuration.</FONT>
<BR><FONT SIZE=2>Some parsers (xerces included) uses this exception instead of testing the end of an array</FONT>
<BR><FONT SIZE=2>and IDE's debugger are configured to catch/debug this exception.</FONT>
<BR><FONT SIZE=2>If you look at the source on Xerces you can see that this exception is correctly catched.</FONT>
</P>
<P><FONT SIZE=2>Franck Arnulfo</FONT>
</P>
<P><FONT SIZE=2>> -----Message d'origine-----</FONT>
<BR><FONT SIZE=2>> De : Naveen Pasumarthi [<A HREF="mailto:npasumar@hotmail.com">mailto:npasumar@hotmail.com</A>]</FONT>
<BR><FONT SIZE=2>> Envoyé : jeudi 9 novembre 2000 20:08</FONT>
<BR><FONT SIZE=2>> À : jdom-interest@jdom.org</FONT>
<BR><FONT SIZE=2>> Objet : [jdom-interest] debugging with Visual Cafe 4.0</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Hi All,</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Trying to debug application using code</FONT>
<BR><FONT SIZE=2>> **********************************************</FONT>
<BR><FONT SIZE=2>> org.apache.xerces.parsers.DOMParser dom = new</FONT>
<BR><FONT SIZE=2>> org.apache.xerces.parsers.DOMParser();</FONT>
<BR><FONT SIZE=2>> org.jdom.Document systemDoc = builder.build(in);</FONT>
<BR><FONT SIZE=2>> **********************************************</FONT>
<BR><FONT SIZE=2>> with Visual Cafe 4.0. The debugger fails</FONT>
<BR><FONT SIZE=2>> throwing an error</FONT>
<BR><FONT SIZE=2>> *******************************************************</FONT>
<BR><FONT SIZE=2>> Exception raised: "java.lang.ArrayIndexOutOfBoundsException: 8"</FONT>
<BR><FONT SIZE=2>> You may press F5 to continue with default exception handling)</FONT>
<BR><FONT SIZE=2>> *******************************************************</FONT>
<BR><FONT SIZE=2>> AND/OR</FONT>
<BR><FONT SIZE=2>> *************************************************</FONT>
<BR><FONT SIZE=2>> opening a Windows File Open popup looking for</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> org\apache\xerces\utils\SymbolCache.java</FONT>
<BR><FONT SIZE=2>> ****************************************************</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> I am using the jdom-b5(build 5) and the xerces.jar included </FONT>
<BR><FONT SIZE=2>> in the download. </FONT>
<BR><FONT SIZE=2>> I even tried getting a latest version of xerces.jar</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Any help to get around this is much appreciated.</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Thanks,</FONT>
<BR><FONT SIZE=2>> Naveen</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> ______________________________________________________________</FONT>
<BR><FONT SIZE=2>> ___________</FONT>
<BR><FONT SIZE=2>> Get Your Private, Free E-mail from MSN Hotmail at </FONT>
<BR><FONT SIZE=2>> <A HREF="http://www.hotmail.com" TARGET="_blank">http://www.hotmail.com</A>.</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Share information about yourself, create your own public profile at </FONT>
<BR><FONT SIZE=2>> <A HREF="http://profiles.msn.com" TARGET="_blank">http://profiles.msn.com</A>.</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> _______________________________________________</FONT>
<BR><FONT SIZE=2>> To control your jdom-interest membership:</FONT>
<BR><FONT SIZE=2>> <A HREF="http://lists.denveronline.net/mailman/options/jdom-interest/yo" TARGET="_blank">http://lists.denveronline.net/mailman/options/jdom-interest/yo</A></FONT>
<BR><FONT SIZE=2>uraddr@yourhost.com</FONT>
</P>
</BODY>
</HTML>