Hi, This bug report is for the warning message
org.hibernate.cache.CacheException: On-the-fly creation of JCache Cache objects is not supported
which is not the same as the jcache.xml file not being found on the classpath. Not finding jcache.xml is configuraton problem with build processes. As mentioned above, either check your maven profile is set up correctly, or that the jcache.xml is in /WEB-INF/classes in the resulting deployment. If you can't get it to work, I suggested posting on StackOverflow. |