James, I've just submitted a couple changes of my own, most notably to the unit test class itself. However, I've left the @Ignore annotation present on the unit test method for now because I'm getting this error when attempting to route the test document:
- SQLException during execution of sql-statement:
- sql statement was 'SELECT A0.DOC_HDR_ID,A0.OBJ_ID,A0.VER_NBR,A0.ACCT_NUM,A0.ACCT_OWNR,A0.ACCT_BAL,A0.ACCT_OPN_DAT,A0.ACCT_STAT,A0.ACCT_UPDATE_DT_TM,A0.ACCT_AWAKE FROM ACCT_DD_ATTR_DOC A0 WHERE A0.DOC_HDR_ID IN
'
- Exception message is [ORA-00942: table or view does not exist
]
- Vendor error code [942]
- SQL state code [42000]
Any idea why it can't find the table (if that's what is causing this problem)? Or is this something that we won't need to deal with once the bootstrapping is fully configured?
So this document will need to have a getter that returns a date, a long, a decimal, and a string. What other data types do we want to test against?