I found the problem. Uploaded file (key as "uploadedFile") should be type casted as ByteBuffer instead of byte[].
Ian On Tue, Sep 30, 2008 at 4:03 AM, Jacques Le Roux < [EMAIL PROTECTED]> wrote: > The error I get in Ecmlipse debugger says ClassCastException: Cannot cast > java.nio.HeapByteBuffer (id=6002) to byte[] > Same problem on both Linux( Ubuntu 8.04)/Windows (XpSp3) > > Seems related to > http://markmail.org/message/tdvztevawd2hc5mv > > No time to look further yet. Maybe Al has an idea ? > > Jacques
