I'm trying to pass a Blob to a stored procedure. The parameter is defined in the CayenneModeler as an IN parameter of type BLOB. I'm passing an array of bytes to ProcedureQuery.addParameter. When the code runs it gets an cast exception "org.apache.cayenne.util.MemoryBlob cannot be cast to oracle.sql.BLOB".
I'm using version 3.1M2. Any suggestions as to what I'm doing wrong? Joe Senecal