RE: who's using it?

2007-02-13 Thread ayan . x . afridi
JP Morgan Chase is using it as part of their core Private Banking IT Architecture as well. It might be getting sign offs in other areas of Chase as well. -Ayan Daniel Pitts [EMAIL PROTECTED] 02/13/2007 01:06 PM Please respond to user-java@ibatis.apache.org To user-java@ibatis.apache.org

Re: SQLMAP loading

2007-01-31 Thread ayan . x . afridi
At what point are you getting these heap-dumps? While executing a query, or during your load of the ibatis config files? -Ayan Tom Henricksen [EMAIL PROTECTED] 01/31/2007 10:34 AM Please respond to user-java@ibatis.apache.org To user-java@ibatis.apache.org cc Subject SQLMAP loading

Dynamic where clause problem

2006-10-18 Thread ayan . x . afridi
I am currently depending on one statement to handle returning all rows from a table, as well as returning only some rows based on some keys. The query is as below. But everytime I try to execute this, I get: UncategorizedSQLException: SqlMapClient operation; uncategorized SQLException for SQL

Re: Dynamic where clause problem

2006-10-18 Thread ayan . x . afridi
Hi Gywn, Thanks for the response. That leads to my second problem - am not sure how to enable tracing. I have put the jog4j jar file into my lib directory, and have put log4j.properties into my classpath, with these values: log4j.rootLogger=DEBUG, stdout # SqlMap logging configuration...