hi All,
i m facing a very strange problem. i m calling a stored procedure from Ibatis sqlmap xml. this stored procedure returns one cursor and status code Integer. i m not using any resultmap rather fecthing the result set by parameter map via hashmap. well when i Unit Tested the code from eclipse IDE everything works fine.. i.e i got the resultset as well as status code integer. well when i integrated the code with web application and deployed it on TOMCAT 5.0 igot the status code integer but Resultset as null can anyone have the solution to this problem. How the same code is not working in TOMCAT. Please help me out as it is very urgent. Thanks in Advance. -- View this message in context: http://www.nabble.com/Ibatis-and-tomcat-problem-tf3237905.html#a8999510 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
