Re: Ibatis queryForList in Sybase Database

2008-06-26 Thread prabho
g to a different > database than your datasource in WebLogic? If you look at the exception > message it is coming from the database itself and not your stored proc. > (It doesn't contain your formatting) > > Chris > > > > > prabho <[EMAIL PROTECTED]

Ibatis queryForList in Sybase Database

2008-06-25 Thread prabho
Hi all, When I am trying to execute a stored procedure in Sybase Database, it is failing, if the entry is not present in the DB table. If the entry is present, it works fine. We have the same code in the Weblogic and is working fine. But seems like in tomcat, some more configuration needs to be m