Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Proposed patch for bug 240993 - Need to Add Support for Running JPA Tests on JBoss

A patch for the bug is available for review: https://bugs.eclipse.org/bugs/show_bug.cgi?id=240993

Change Summary:
- Add jboss.properties and jboss.xml under trunk\jpa\eclipselink.jpa.test
- Add persistence.xml for each test suite under trunk\jpa\eclipselink.jpa.test\resource\${MODEL_NAME}\server\jboss
- Add ${db.name}-ds.xml for jboss datasource create under trunk\jpa\eclipselink.jpa.test\resource\jboss
- Modify trunk\jpa\eclipselink.jpa.test\build.xml for the "server-build-ejb-jar" target during copy persistence.xml (jboss need to use its own persistence.xml)

Back to the top