Hello, I really like derby. My program siphons emails out of outlook and puts them into derby. It has started failing with the message:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at java.util.ArrayList.RangeCheck(Unknown Source)
I have reduced it to a demonstration which I attach to this email.
Please compile & run as follows:
javac -classpath derby.jar:derbynet.jar error.java
java -cp .:derby.jar:derbynet.jar error
It will create a directory "test_db" and fill it with approx 120mb data.
Then you will observe the failure.
Perhaps you can help me.
Thank you very much,
Oliver Seidel
error.java
Description: Binary data
