Hi Robert, it does not help. i get nearly the same exception nearly means that with whole grarh i get SAXParseException: Error at (13, 13: Index: 3, Size: 3 that points on the end of Request element tag, and only with Order bean SAXParseException: Error at (14, 9: Index: 3, Size: 3 that points on the end of Order element tag
please help me, it is so frustrating -----Original Message----- From: robert burrell donkin <[EMAIL PROTECTED]> To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> Date: Thu, 11 Nov 2004 22:23:33 +0000 Subject: Re: [betwixt] ClassCastException -> IndexOutOfBoundException > > On 11 Nov 2004, at 20:26, Valeri Gavrilovets wrote: > > > The last post was tested with 0.6. > > With 0.6.1 (20041110) it does not look better. > > oh but it does :) > > now try registering just the main bean (order) rather than the whole > graph. (in other words, request, price and response.) > > - robert > > > 11.11.2004 21:19:09 (TibcoSimulator): ERROR: > > <TibcoSimulator><processMessage> SAXParseException: Error > > at (13, 13: Index: 3, Size: 3 > > 11.11.2004 21:19:09 (TibcoSimulator): ERROR: > > <TibcoSimulator><processMessage> java.lang.IndexOutOfBoundsException: > > Ind > > ex: 3, Size: 3 > > at > > org.apache.commons.digester.Digester.createSAXException(Digester.java: > > 2540) > > at > > org.apache.commons.digester.Digester.createSAXException(Digester.java: > > 2566) > > at > > org.apache.commons.digester.Digester.endElement(Digester.java:1061) > > at > > org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source) > > at > > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement(Un > > known Source) > > at > > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDi > > spatcher.dispatch(Unknown Source) > > at > > org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unkn > > own Source) > > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > > Source) > > at org.apache.xerces.parsers.XML11Configuration.parse(Unknown > > Source) > > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > > Source) > > at > > org.apache.commons.digester.Digester.parse(Digester.java:1586) > > at > > com.dart.simulator.tibco.TibcoBeanReader.parse(TibcoBeanReader.java: > > 107) > > > > :-< > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > http://Mail.Ru - неограниченные возможности: неограниченный объем почтового ящика --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
