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=5587>. 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=5587 java.lang.ArrayIndexOutOfBoundsException at org.apache.xpath.compiler.Lexer.addToTokenQueue(Lexer.java:593) ------- Additional Comments From [EMAIL PROTECTED] 2001-12-25 06:42 ------- Got it!! there is a MAX value defined for the number of queue entries and this is 500. unfortunatly my xpath takes more than that (i don't know if the xpath is badly written). i just changed this and now it works like a charm (well till now!). as a general comment the build utility it GREAT.
