Add persistenceUnit attribute to <ejb3configuration>
----------------------------------------------------
Key: HBX-750
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HBX-750
Project: Hibernate Tools
Type: New Feature
Components: ant
Versions: 3.2beta7
Reporter: Dan Ports
Priority: Minor
It would be great to have a persistenceUnit attribute on the <ejb3configuration>
element so that you can specify which persistence unit you are referring to in a project
with multiple PUs, e.g.:
<ejb3configuration persistenceUnit="archiveData" />
It seems like this should only require minor changes to JPAConfigurationTask to store the
persistence unit name and pass it to Ejb3Configuration.configure().
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira