[jboss-user] [JBossCache] - Marshall exception during cache replication

2007-08-14 Thread itchy75
Hi, I've got an serialization exception when my object is replicated in the cluster. This exception only occurs when replication is called after a put in the cache. For example, if I start the second cache afer the first cache in cluster has been initialized, everything is well replicated at

[jboss-user] [JBossCache] - Re: Marshall exception during cache replication

2007-08-14 Thread itchy75
I tried to serialize my object vith Jboss serialization and it doesn't work. so i('s a jboss serialization problem. | java.io.IOException | at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107) | at

[jboss-user] [JBossCache] - Replication not working when updating an object in pojo cach

2007-08-10 Thread itchy75
Hi, I am working with two jboss in cluster, each has its pojo cache in cluster. Replication works fine when I put an object in the cache but when I update the object it doesn't work. After pojoCache.putObject(Fqn, myObject), the object is updated in the local cache but not in the other cache

[jboss-user] [JBossCache] - Error when I put an object in a clustered pojo cache

2007-08-09 Thread itchy75
I have the following the stack trace when I put an object object in the cache and I don't understand why this error appears. And sometimes, I'have this error too. But I have the jar file in the lib directory of my webapp. | 11:45:47,170 ERROR [STDERR] java.lang.ClassNotFoundException: No

[jboss-user] [JBossCache] - Data integrity in a clustered jboss cache

2007-08-06 Thread itchy75
Hello, Im' using JBoss Cache (tree cache) in a cluster environment. I try to do the following tings : 1. get a value from the cache = get(Fqn, key) 2. modify this value 3. put the value in cache = put(Fqn, key, value) I use SERIALIZABLE isolation level and PESSIMISTIC lock. The problem is

[jboss-user] [JBossCache] - Re: Data integrity in a clustered jboss cache

2007-08-06 Thread itchy75
I am already using REPL_SYNC and I have already tested the transaction manager as you said. But I have a lot of time out out exception when I use SERIALIZABLE isolation level (Fail to acquire lock after 15000ms). So it doesn't work in cluster. The problem is that I have a very high load on the

[jboss-user] [Clustering/JBoss] - Clustering and load balancing EJB 2.x

2007-07-30 Thread itchy75
Hi, I launch 2 Jboss servers (4.0.5) in cluster and I want to load balance the ejb calls between the two servers. I read the documentation and I created a cluster-service.xml and I modified my ejb configuration as follow : Part of cluster-service.xml | mbean