Re: clustered cache on Tomcat - can't shutdown

2008-07-30 Thread nch
Hi, Darren. Can you give me some guidelines on how to reproduce your configuration? I'm interested on this topic. Regards - Original Message From: Darren Davison <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Wednesday, July 30, 2008 10:36:31 AM Subject: clustered cache on T

Re: iBATIS 2.3.3. Clustering and Lazy Loading

2008-07-29 Thread nch
settings to allow for things to be serialized as well. Check out the settings element in the sqlmap config xml file. On 7/29/08 10:36 AM, "nch" <[EMAIL PROTECTED]> wrote: > > Hi, there. > I've upgraded to iBatis 2.3.3 (from 2.3.0) and Spring 2.5.5. I need my web > a

iBATIS 2.3.3. Clustering and Lazy Loading

2008-07-29 Thread nch
Hi, there. I've upgraded to iBatis 2.3.3 (from 2.3.0) and Spring 2.5.5. I need my web application to run on a clustered environment - tomcat 6 and session replication. I see tomcat can not replicate objects coming from iBatis. 29-jul-2008 18:23:32 org.apache.catalina.ha.session.DeltaManager

Re: [ANNOUNCE] iBATIS 2.3.3 ... Beta is the new Production

2008-07-17 Thread nch
Hi, there. I'm developing a spring 2.5 web based application. I tried upgrading from iBatis 2.3.0 to iBatis 2.3.3, but I get the following exception: nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'whatever' defined in class path resour

Re: spring 2.5.5 and ibatis 2.3.2

2008-07-08 Thread nch
ROTECTED]> To: user-java@ibatis.apache.org Sent: Tuesday, July 8, 2008 11:25:55 AM Subject: RE: spring 2.5.5 and ibatis 2.3.2 nch <mailto:[EMAIL PROTECTED]> wrote: > Well, the only reason why I didn't decide to go for 2.3.2 is that I > was confortable with 2.3.0 untill I foun

Re: spring 2.5.5 and ibatis 2.3.2

2008-07-07 Thread nch
server that would alert us if it didn't. By practice the iBATIS trunk should be releasable if necessary. Which JDK/OS are you running? Clinton On Mon, Jul 7, 2008 at 8:39 AM, nch <[EMAIL PROTECTED]> wrote: Well, the only reason why I didn't decide to go for 2.3.2 is that I

Re: spring 2.5.5 and ibatis 2.3.2

2008-07-07 Thread nch
ntImpl (the default implementation behind the SqlMapClient interface). Cheers, Clinton On Mon, Jul 7, 2008 at 2:41 AM, nch <[EMAIL PROTECTED]> wrote: Hi, there. I'm trying iBatis 2.3.2 with Spring 2.5.5. Spring is complaining it can not find method com.ibatis.sqlmap.engine.impl.Ext

spring 2.5.5 and ibatis 2.3.2

2008-07-07 Thread nch
Hi, there. I'm trying iBatis 2.3.2 with Spring 2.5.5. Spring is complaining it can not find method com.ibatis.sqlmap.engine.impl.ExtendedSqlMapClient.getMappedStatement This method was present in iBatis 2.3.0. Is there a workaround I can take to make it work? I need to test this cause it seems

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-18 Thread nch
t the configuration, although I did manage to optimize it to achieve a read/insert performance of 15,000 records per second between two databases (on a single machine too). I'm sure there's something about the configuration here that is causing the problem, and it can be solved. I hope

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-17 Thread nch
date? I may be able to shed some light on what is happening. Clinton On Sun, Mar 16, 2008 at 11:49 PM, nch <[EMAIL PROTECTED]> wrote: Another thing I forgot. This works perfectly well if we replace iBatis by Hibernate, so I don't think this is being caused by the MySQL driver.

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-16 Thread nch
Another thing I forgot. This works perfectly well if we replace iBatis by Hibernate, so I don't think this is being caused by the MySQL driver. - Original Message From: nch <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Sunday, March 16, 2008 10:18:42 PM Subject:

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-16 Thread nch
Well, I modified the mediumblob into a mediumtext and removed all other fields except the id one. - Original Message From: nch <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Sunday, March 16, 2008 10:06:34 PM Subject: Re: select * causing " OutOfMemoryError: Java

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-16 Thread nch
n true if the query returned any data. If the query returns no data, it'll return false. I can't imagine what Hibernate is doing differently here to make this work if the JDBC driver is failing when executing the query. Larry On Sun, Mar 16, 2008 at 4:12 AM, nch <[EMAIL PROTECTED]>

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-16 Thread nch
16, 2008 3:13:27 AM Subject: Re: select * causing " OutOfMemoryError: Java heap space" Can you post the row handler you are using. Larry On Sat, Mar 15, 2008 at 1:14 PM, nch <[EMAIL PROTECTED]> wrote: > > > Hi, Nathan. > I did so, but I'm still having the same

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-15 Thread nch
handler could really help. almost no memory would be used. On Thu, Mar 13, 2008 at 4:57 PM, nch <[EMAIL PROTECTED]> wrote: Yes, I agree that dividing the query into several queries should do as long as none of them uses more memory than available. Gracias, Carl

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-13 Thread nch
xes (making parts of your "main index" with diferent "maps" for each subindex in your gpsDriver. if your indexing is as strong as ours i should look forward for numer 1 or number 3 depending of your needs. (More a Compass than iBatis issue) Greetings Carlos de Luna - Mensa

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-13 Thread nch
Mar 13, 2008 at 9:04 AM, nch wrote: > > Hi! > > I'm doing tests both under tomcat and jetty. I set 1024MB of heap space in > both cases. I am using a profiler to look into what's happening during > execution of the indexing process and I can tell that's the exact am

Re: select * causing " OutOfMemoryError: Java heap space"

2008-03-13 Thread nch
o have *all* of the rows in memory at one time? Larry On Thu, Mar 13, 2008 at 8:03 AM, nch wrote: > > Hi, everybody. > I'm testing the Compass search engine and, in particular, how to index a big > set of documents from a table in a MySQL database. In order to do this I > is

RE: select * causing " OutOfMemoryError: Java heap space"

2008-03-13 Thread nch
to pull back 1G worth of data into a JVM with a heap size set to 64M, you will hit the heap limit pretty quick. -Original Message- From: nch [mailto:[EMAIL PROTECTED] Sent: Thu 3/13/2008 8:03 AM To: user-java@ibatis.apache.org Subject: select * causing " OutOfMemoryError: Java heap sp

select * causing " OutOfMemoryError: Java heap space"

2008-03-13 Thread nch
Hi, everybody. I'm testing the Compass search engine and, in particular, how to index a big set of documents from a table in a MySQL database. In order to do this I issue a "select * from table_name" using iBatis, but this seems to be causing the application to use all heap space available. I a