[ https://issues.jboss.org/browse/WFLY-6099?page=com.atlassian.jira.plugin.... ]
Stuart Douglas commented on WFLY-6099:
--------------------------------------
This is happening because the depricated provider <provider>org.hibernate.ejb.HibernatePersistence</provider> is listed in persistence.xml
if you delete this line (as hibernate is the default provider) or change it to <provider>org.hibernate.jpa.HibernatePersistenceProvider</provider> it should work.
> JPA's persistence.xml is deployed before datasources are created through application.xml
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-6099
> URL: https://issues.jboss.org/browse/WFLY-6099
> Project: WildFly
> Issue Type: Bug
> Reporter: Renann Prado
> Assignee: Jason Greene
>
> Please refer to discussion
> https://developer.jboss.org/thread/267371
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
Renann Prado created WFLY-6099:
----------------------------------
Summary: JPA's persistence.xml is deployed before datasources are created through application.xml
Key: WFLY-6099
URL: https://issues.jboss.org/browse/WFLY-6099
Project: WildFly
Issue Type: Bug
Reporter: Renann Prado
Assignee: Jason Greene
Please refer to discussion
https://developer.jboss.org/thread/267371
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)