Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Proposed patch for bug 242289 - All Existing JPA Tests Need to Migrate Running on Application Servers

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

Change Summary:
- Modify trunk/jpa/eclipselink.jpa.test/build.xml in order to share all descriptor files among all server test suites just pass persistence-unit-name and ejb-jar name within application.xml.
- Add two targets for datatypes and datetime JPA junit tests running on server.
- Modify test suite in order to run them on both inside and outside Container, already verified on both J2SE and WebLogic , all tests passed.
- Add ejb-jar.xml, application.xml, application-client.xml, persistence.xml under trunk/jpa/eclipselink.jpa.test/resource/server dir, and add persistence.xml under trunk/jpa/eclipselink.jpa.test/resource/jboss dir only for JBoss use.

Back to the top