Hi,
I am trying to call a stored procedure and then a query in ibatis, both of
them work correctly when they are executed separately but when they are put
together the execution of "getClientPatients" closes the connection
List patientList =
getSqlMapClientTemplate().queryForList("patients.getClientPatients", map);
List orderUnitList =
getSqlMapClientTemplate().queryForList("account.getOrderUnitList", params);
If anyone has any clues about this, please let me know.
Thanks,
Gita
--
View this message in context:
http://www.nabble.com/Connection-closes-when-calling-stored-procedure-in-iBatis-tp19878779p19878779.html
Sent from the iBATIS - User - Java mailing list archive at Nabble.com.