1 Reply Latest reply on Apr 2, 2008 5:33 AM by manik

    Jdbc Cahce Loader Issue

    shanthi_jira

      Hi,

      I am using Jboss cache in webapplication which is deployed in weblogic clustered environment. I have two management ports.I am using JDBC Cache Loader and cache is clustered across the weblogic portals.

      I started the portal1 server succeessfully and cache also started.In the db table whatever i have put in the cache , all the records are in the DB also.When I start the Portal2 server,I tried to stop the server by killing the process.

      Now the DB contains very less records. I think StoreEntireState method is called by Cacheloader and it is replace the records in the db with the data which was loaded in the cache during startup of portal2 server. is it true? plese help...