Vyomesh Upadhyay [
http://community.jboss.org/people/numerous] created the discussion
"Problem in using JBOSS POJO Cache"
To view the discussion, visit:
http://community.jboss.org/message/616096#616096
--------------------------------------------------------------
Hi,
We tried a solution using Jboss cache(3.0.0GA), where we made a POJO class(Manager) which
maintains and manipulates the data(maps) and put it onto Cache(PojoCache). We have
deployed the cache service on cluster using a startup class which initializes and puts the
Manager class on the cache only on the first clustered server and initializes the cache
service on others. So the Manager class is replicated on other servers. The problem faced
with this approach is that the class is getting replicated in the cache, but the data Maps
are not. Each server is displaying different set of data when accessed.
Is this approach right or we are missing something here…??
Deployment setup is as follows,
On Weblogic server 10g we have,
- Admin server
- 1 Cluster
- 3 managed servers as part of cluster
- One managed server used as HTTP proxy
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/616096#616096]
Start a new discussion in JBoss Cache at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]