[jboss-jira] [JBoss JIRA] (AS7-4870) JPA module name references should be in a deployment descriptor rather than in persistence.xml (deprecate the persistence provider properties after creating the DD)
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Tue May 22 14:14:17 EDT 2012
Scott Marlow created AS7-4870:
---------------------------------
Summary: JPA module name references should be in a deployment descriptor rather than in persistence.xml (deprecate the persistence provider properties after creating the DD)
Key: AS7-4870
URL: https://issues.jboss.org/browse/AS7-4870
Project: Application Server 7
Issue Type: Task
Components: JPA / Hibernate
Reporter: Scott Marlow
Assignee: Scott Marlow
Fix For: 7.2.0.Alpha1
jboss.as.jpa.providerModule is the name of the persistence provider module, that should be in a deployment descriptor so applications can change modules with changing the persistence.xml (which defaults to the Hibernate module).
jboss.as.jpa.adapterModule is the name of the integration classes that help AS to work with the persistence provider. Will try to hide this property rather than exposing it in the deployment descriptor.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list