I used to use IBATIS logging to print out my log statements ,after a while i stareted using Oracle Xml Type Handler ,This is a custom type handler writtent to manage XMLType datatype ,when i do this my logging fails so does my query . The error i get is ,The result returned is not a valid oracleResultSet() ,When i searched forum's i got to know that IBATIS uses the connection object for logging and so when it executes the getResult() method ,It gives a proxy object instead of the actual oracle Result set. Can anyone help me to resolve this issue please ,I want to use logging as well as custom type handler. Any help would be greatly appreciated.
Thanks in advance Chetan
