Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] proposed patch for bug 227766 - Need to migrate TopLink integration tests with Spring to EclipseLink

This proposed patch creates directory eclipselink.spring.test under trunk/jpa to accommondate the Spring tests. The previous patch was checked in and then rolled back because the tests were put in trunk/jpa/eclipselink.jpa.test and resulted in complier errors in exsiting Eclipse project - eclipselink.jpa.test.
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=227766
 
Change Summary:
- Create directory eclipselink.spring.test under trunk/jpa
- Migrate TopLink/Spring testing source and resource files to EclipseLink
- From trunk/jpa/eclipselink.spring.test, executing "ant", "ant test-spring-local" and "ant test-spring-container" will build and run the tests respectively
- To build and run the tests, the following third-party jars are required in ../../../extension.lib.external/spring
 * spring.jar(version 2.5.3)
 * spring-agent.jar(version 2.5.3)
 * spring-mock.jar(version 2.5.3)
 * cglib-nodep-2.2.jar
 * commons-logging-1.1.1.jar
 
Test Results:
http://stame02.us.oracle.com/eclipselink/2008-05-26/jpa-eclipselink.spring.test-test-spring-local.html
http://stame02.us.oracle.com/eclipselink/2008-05-26/jpa-eclipselink.spring.test-test-spring-container.html
 

Back to the top