[jboss-user] [JBoss Cache: Core Edition] - Big HashMap stored to cache - problems with replication

2008-09-04 Thread milchkaffee
Hi, I've got a problem with the replication of the cache. I put a big Map (about 4 MByte) to the cache. On the local cache everything works fine. But it doesn't get replicated to the cache on the other cluster member. I don'T get an error nor an exception. The map only has four key/value-pairs.

[jboss-user] [JBoss Cache: Core Edition] - Re: Big HashMap stored to cache - problems with replication

2008-09-08 Thread milchkaffee
Thanks for your reply. The asynchronously replication doesn't seem to be the problem. Even after changing to REPL_SYNC the replication doesn't happen. configuration part: ... false true 15000 15000 1 true true ... I use the methods registerClassLoder and activateRegion to activate the repl

[jboss-user] [JBoss Cache: Core Edition] - Re: Big HashMap stored to cache - problems with replication

2008-09-08 Thread milchkaffee
Thanks for your reply. The asynchronously replication doesn't seem to be the problem. Even after changing to REPL_SYNC the replication doesn't happen. configuration part: ... false | true | 15000 | 15000 | 1 | | true | true ... I use the methods registerClassLoder and activate

[jboss-user] [JBoss Cache: Core Edition] - Re: Big HashMap stored to cache - problems with replication

2008-09-09 Thread milchkaffee
The problem is solved. I've got problems with my own coding. Sorry. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175321#4175321 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175321 ___