]
Scott Marlow commented on WFLY-4326:
------------------------------------
Is Spring or EE creating the Hibernate EntityManagerFactory? You can enable TRACE logging
for org.jboss.as.jpa to see if EE is deploying EntityManagerFactory (for the
persistence.xml). Documentation for enabling trace is at
[
Enable JPA meterics, all metrics zero
-------------------------------------
Key: WFLY-4326
URL:
https://issues.jboss.org/browse/WFLY-4326
Project: WildFly
Issue Type: Bug
Components: JPA / Hibernate
Affects Versions: 8.2.0.Final
Environment: Windows 7, Ubuntu 14.04, CentOS, JDK1.7
Reporter: Tim Mickelson
Assignee: Scott Marlow
Labels: jpa
Enable JPA on any ear deployd on server and no metrics are presented. The datasource is
JTA enabled and the same deployments (ears) deployd on JBoss 7.1.1 result in non zero
metrics when JPA is enabled per ear on JBoss 7.1.1.
Note: I have a very similar issue with the transaction metrics WFLY-4323