Thanks for your working.
The version "Revision: 1.48 " has a bug at
org.jcrontab.data.FileSource, It's line number is 252.
Current content is "int size = (thelist.length +1 );"
I thought it should look like this:
"int size = (thelist.length +beans.length );"
Otherwise it will be cast the ArrayIndexOutOfBoundsException at line 263.
Best regards!
zhujian