-
Bug
-
Resolution: Done
-
Major
-
4.3.0.GA_CP02
-
None
-
TCK 1.4 , EAP 4.3 , DB2
The following code makes DB2 return a error 301, SQL State 07006 (The value of input host variable or parameter number number cannot be used because of its data type.):
ps.setNull(payloadPosition, Types.LONGVARBINARY);
This is being used by org.jboss.messaging.core.impl.JDBCPersistenceManager (line 2382). which is called in some TCK tests. It keep trying for 25 times, getting the same error always. Meanwhile, the TCK client is expecting to receive a message back.
In my tests, the following code may replace the one which causes DB2 to fail:
pstmt.setBinaryStream(8, null, 0);
- blocks
-
JBPAPP-983 Certify EAP 4.2/4.3 on DB2
- Resolved
-
JBPAPP-910 JBoss EAP 4.3 support for DB2 - JMS Persistence Service
- Resolved