Need review persistence.xml setup
---------------------------------
Key: JUDDI-166
URL: https://issues.apache.org/jira/browse/JUDDI-166
Project: jUDDI
Issue Type: Bug
Reporter: Tom Cunningham
Assignee: Kurt T Stam
Fix For: 3.0
Currently, our persistence.xml's are stored in
juddi-core/src/main/resources/persistence. The user chooses the
persistence framework they want using a property during the build :
cd juddi-core
mvn -Dpersistence=(hibernate|openjpa) clean install (where persistence= one of
hibernate/openjpa)
The persistence.xml then ends up in the built juddi-core.jar. Should we be
shipping a persistence.xml inside of juddi-core.jar?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.