Hello,
I change the DefaultJDBCAdapter:
protected boolean batchStatments=false;
protected byte[] getBinaryData(ResultSet rs, int index) throws SQLException
{
// Get as a BLOB
Blob aBlob = rs.getBlob(index);
return aBlob.getBytes(1, (int) aBlob.length());
}
now it works with DB2 but this is of course not a clean solution.
Is it possible to add a DB2JDBCAdapter ???
many thanks
Best Regards
Klaus Terjung
--
View this message in context:
http://www.nabble.com/ActiveMQ-and-DB2-t1406269.html#a3858342
Sent from the ActiveMQ - User forum at Nabble.com.