[jboss-user] [JBossCache] - Replication doesn't work even with the sample code provided

2006-10-11 Thread mitra123
Hi, I am having this problem and I am almost certain it is the environment which we currently are testing JBOSSCache but the issue is that we are not able to replicate the data from cache1 to cahce2. I have even reverted back into using the sample code that is included in the download

[jboss-user] [JBossCache] - Re: Replication doesn't work even with the sample code provi

2006-10-11 Thread mitra123
Hi, jgroups.jar is by default included in the \lib of jbosscache download and it is included in the class path of the project I am running. Is this enough? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3977640#3977640 Reply to the post :

[jboss-user] [JBossCache] - Urgent- Socket error when adding object to DB using JDBC Cac

2006-09-27 Thread mitra123
Hi, I am currently trying to test the following scenario: Add 1/2/5 objects to cache1 in JVM1, persist the data to DB (MYSQL) and read the data in cache 2 (separate JVM) After about adding 1793 objects to DB, I get the following error: MESSAGE: java.net.BindException: Address

[jboss-user] [JBossCache] - Re: Urgent- Socket error when adding object to DB using JDBC

2006-09-27 Thread mitra123
By the way I am running on WinXP professional edition with SP2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3974543#3974543 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3974543

[jboss-user] [JBossCache] - Re: Cannot start JDBC cacheloader

2006-09-05 Thread mitra123
Please ignore this thread, I was able to resolve my environmental problems. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3969563#3969563 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3969563

[jboss-user] [JBossCache] - Cannot start JDBC cacheloader

2006-09-03 Thread mitra123
I am currently trying to write a jbosscache test program, I want to connect to mysql using JDBCCacheLoader. I have read all the documentations and how to configure the cacheloader in the XML configuration file. But for some reason my program doesn't like the XML entries. I have tried different

[jboss-user] [JBossCache] - Re: Cannot start JDBC cacheloader

2006-09-03 Thread mitra123
Sorry I forgot to mention that I am able to create a cacheloader instance in a test program I wrote and the connection to mysql and all the info works properly, only when trying to use the XML file I get the error. View the original post :