JDBC Gateway: SQL Exceptions, properties do not exist

Hi,

I forced my sequence to INSERT INTO a non-existing table via a SagJDBCStatement with xbd.jdbc.error.continue = yes to return the control to the sequence and process the exception checking routines.

This is the SQL JDBC component:

This is the SQL template:

INSERT INTO library.BIS04CP (SXADDT, SXADTM, SXRCPD, SXRSTA) VALUES (?,?,?,?)


Cntl Record Add Date
NUMERIC
2
SXADDT


Cntl Record Add Time
NUMERIC
2
SXADTM


Record Period
CHAR
1
SXRCPD


Cntl Record Status
CHAR
1
SXRSTA




myConnection
JDBCConnectionTemplate.xml
TYPE_FORWARD_ONLY
CONCUR_READ_ONLY

My problem is, after the INSERT ran, there were no properties set for any of:
xbd.jdbc.message
xbd.jdbc.code
xbd.jdbc.SQLState

According to the cSO documentation,

Please let me know if I miss something in sequence.

Thanks,