Hibernate 3.3.x, ehcache 2.2.x
The following error occurred when I try to publish multiple users at a time. Any idea on why this will happen and how to fix it? Is there a way to disable this cache before mass loading users, if so, how can I do this?
17:17:50,140 WARN [AbstractReadWriteEhcacheAccessStrategy] Cache persistence.unit:unitName=my.ear/my-ejb-1.0.0.jar
EDIT1:
This error occurs when I try to load most of the users into the database through JPA calls. I do not close the cache manager by scrolling down.
source share