Why are you using Persistence.createEntityManagerFactory()? By doing this, you bypass the
settings in default.persistence.properties.
Well, the fix is to edit persistence.xml and set the cache provider to something other
than EHCache, or to add ehcache to the classpath.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991686#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...