Do I need to use that? because from the log file it is evident IBATIS is
identifying the query, the parameters etc. Just check the log trace below
[java.sql.PreparedStatement] - {pstm-100001} PreparedStatement: SELECT
initiatorId,year,month,gross,tds,net,txnSeqNo,createdBy,createdOn,modifiedBy,modifiedOn,verNo
FROM Payment WHERE initiatorId=? AND year=? AND month=?
2006-08-11 18:15:02,726 DEBUG [java.sql.PreparedStatement] - {pstm-100001}
Parameters: [ABC, 2006, 3]
2006-08-11 18:15:02,726 DEBUG [java.sql.PreparedStatement] - {pstm-100001}
Types: [java.lang.String, java.lang.Integer, java.lang.Integer]
2006-08-11 18:15:02,736 DEBUG [java.sql.ResultSet] - {rset-100002} ResultSet
the problem is finally the payment instance is not getting populated
--
View this message in context:
http://www.nabble.com/IBATIS-not-working-tf2090424.html#a5761794
Sent from the iBATIS - User - Java forum at Nabble.com.