Hi all,
I am having weird issues with my datadeploy. First if there is no table exist in my database and if i run my data deploy then it works perfectly fine. Then if i deploy the same DCR again to my database i got these below error msg.
Anybody can give me any clu on how to debug this NumberFormatException.
F.Y.I:I am copying the column sec from my ddconf file which is a replicant-order-column and also the primary key column on the table.
************************************
here is a the database log
************************************
DBD: Class com.hilton.datadeploy.DcrIdGenerator returned '1' as the value for 'dcr_id' in table TS_SERVICE
DBD: ERROR:NumberFormatException occured while converting [null] for column [sec].
DBD: TTableSchemaHelper object for [TS_SERVICE] found in cache.
DBD: SELECT

ELECT dcr_id,service_type,sec, name,fee FROM TS_SERVICE WHERE dcr_id = ? AND service_type = ? AND sec = ?
DBD: Recurse select: pIndex = 0, value = 1
DBD: Recurse select: pIndex = 1, value = Comforts and Conveniences
DBD: ERROR:Exception occured: null
DBD: ERROR:
java.lang.NullPointerException