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=13949>. 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=13949 ArrayStoreException during method invocation [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2002-12-02 19:17 ------- Please try current CVS, i checked in fix. Thanks for the test case. The problem was that we were picking the wrong method (since you had several getBeansByDate's). public IF1[] getBeansByDate(Calendar[] dates) public IF1[] getBeansByDate(Calendar[] dates, String[] filter) public IF1[] getBeansByDate(String ifId, Calendar[] dates) public IF1[] getBeansByDate(String ifId, Calendar[] dates, String[] filter) Thanks, dims