The cache loader will modify the data in the store (database in your scenario) when in memory data gets changed. What it won't do is update in-memry data whenever data gets modified in the database. The way the data from DB is updated when an in memory change is made is influenced by the "passivation" attribute of the "loaders" config element.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209824#4209824 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209824 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
