Maybe the configuration is using now a cacheLoader, so is persiting the changes made in the cache. You can review if your conf file has something like.
<attribute name="CacheLoaderClass">org.jboss.cache.loader.FileCacheLoader</attribute> | <attribute name="CacheLoaderConfig"> | location=c:\\tmp | </attribute> | <attribute name="CacheLoaderShared">true</attribute> | <attribute name="CacheLoaderPreload">/</attribute> And if you have it, comment it to deactivate cacheloader. Regards View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879337#3879337 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879337 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
