"{\"JBAS014671: Failed services\" => {\"jboss.persistenceunit.\\\"Dwabba-1.0.war#dwaPU\\\"\" => \"org.jboss.msc.service.StartException in service jboss.persistenceunit.\\\"Dwabba-1.0.war#dwaPU\\\": java.lang.AbstractMethodError: org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory.start(Lorg/hibernate/cfg/Settings;Ljava/util/Properties;)V Caused by: java.lang.AbstractMethodError: org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory.start(Lorg/hibernate/cfg/Settings;Ljava/util/Properties;)V\"}}"<?xml version="1.0" encoding="UTF-8"?><persistence version="2.1" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_1.xsd"> <persistence-unit name="dwaPU" transaction-type="JTA"> <provider>org.hibernate.ejb.HibernatePersistence</provider> <jta-data-source>java:/jboss/datasources/DWABBA_DS</jta-data-source> <exclude-unlisted-classes>false</exclude-unlisted-classes> <properties> <property name="hibernate.show_sql" value="false" /> <property name="hibernate.hbm2ddl.auto" value="update"/> <property name="hibernate.connection.release_mode" value="after_transaction"/> <property name="hibernate.cache.use_second_level_cache" value="true"/> <property name="hibernate.cache.region.factory_class" value="org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory"/> <property name="hibernate.cache.use_query_cache" value="true"/> </properties> </persistence-unit></persistence>--
You received this message because you are subscribed to the Google Groups "ehcache-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-user...@googlegroups.com.
To post to this group, send email to ehcach...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-users/9f6381d3-e6f6-4899-bb8e-9c0e925b8537%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you very much!