[jboss-user] [JBossCache] - Large node set population performance

2007-06-07 Thread ben_ben
Hi, We're using Jboss Cache to cache the details of a large number of users (~50,000). Once populated the cache performance is fine and there are no problems. However, populating the cache in the first place is an extremely time-consuming process. Data is gathered through a JDBC call and take

[jboss-user] [JBossCache] - Re: Class not found JBossObjectStreamFactory$JBossObjectInpu

2007-03-30 Thread ben_ben
Fantastic. That worked. Thankyou! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033214#4033214 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033214 ___ jboss-user mailing l

[jboss-user] [JBossCache] - Class not found JBossObjectStreamFactory$JBossObjectInputStr

2007-03-30 Thread ben_ben
Hi, I've implemented a clustered cache on JBoss and, using one machine in isolation, everything seems fine. However, as soon as I cluster and a rollback takes place I get the following exception... Caused by: java.lang.NoClassDefFoundError: org/jboss/cache/marshall/JBossObjectStreamFactory$JBo

[jboss-user] [Installation, Configuration & Deployment] - Re: Datasource connection timeouts

2006-08-28 Thread ben_ben
Found the solution. :) The transaction-isolation setting MUST match whatever the database is set to, otherwise you'll end up with problems like I've described. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967773#3967773 Reply to the post : http://www.jbos

[jboss-user] [JCA/JBoss] - Re: Datasource connection timeout

2006-08-28 Thread ben_ben
Found the solution. :) The transaction-isolation setting MUST match whatever the database is set to, otherwise you'll end up with problems like I've described. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967772#3967772 Reply to the post : http://www.jbos

[jboss-user] [JCA/JBoss] - Datasource connection timeout

2006-08-15 Thread ben_ben
Hi, We're using pooled database connections through JBoss 4 connecting to an Ingres database. Everything works fine when the system first starts up, connections successfully contact the database and get reused via the connection pool. However... ...when the system is left alone for a reasonabl

[jboss-user] [Installation, Configuration & Deployment] - Datasource connection timeouts

2006-08-15 Thread ben_ben
Hi, We're using pooled database connections through JBoss 4 connecting to an Ingres database. Everything works fine when the system first starts up, connections successfully contact the database and get reused via the connection pool. However... ...when the system is left alone for a reasonabl