| Summary: | Need to enable the SDO tests for server to run with WLS, WAS and JBoss | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Edwin Tang <edwin.tang> | ||||||||||
| Component: | Eclipselink | Assignee: | Edwin Tang <edwin.tang> | ||||||||||
| Status: | CLOSED FIXED | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | P3 | CC: | blaise.doughan, david.mccann | ||||||||||
| Version: | unspecified | Keywords: | test | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Hardware: | PC | ||||||||||||
| OS: | Windows XP | ||||||||||||
| Whiteboard: | |||||||||||||
| Bug Depends on: | 308880 | ||||||||||||
| Bug Blocks: | 312302 | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Edwin Tang
Created attachment 167773 [details]
patch file
Change Summary: =============== 1. The patch contains an ANT project, which can compile the SDO server tests, build application ear file, deploy/undeploy the ear to WLS, WAS and JBoss, run the tests and generate test report. These are the file list: build.xml build.properties test.properties 2. It leverages the ANT projects for running JPA tests on WLS, WAS and JBoss, which are located at trunk/jpa/eclipselink.jpa.test. Here is the list: weblogic.xml weblogic.properties websphere.xml websphere.properties jboss.xml jboss.properties 3. Assuming the an application server(WLS, WAS or JBoss) is started, change test.properties to specific which application server will be tested on, execute "ant test" to run the SDO server tests Created attachment 167793 [details]
patch file
Removed unnecessary dependencies from the classpath, based on Yiping's feedback
Checked the patch in 2.1.0 Code reviewed by: Yiping Zhao Created attachment 168423 [details]
2nd patch file
To be able to deploy an SDO application to JBoss, changed target <jboss-install> in jboss.xml to copy ${jpatest.2.sdo.plugins.dir}/${commonj.sdo.jar} to <jboss_home>/lib
Checked in the 2nd patch into 2.1.0 Code reviewed by: Kevin Yuan Created attachment 168751 [details]
3rd patch file
To be able to deploy an SDO application to WebSphere, changed target
<websphere-install> in websphere.xml to copy
${jpatest.2.sdo.plugins.dir}/${commonj.sdo.jar} to ${was.home}/lib/ext
Checked the 3rd patch into 2.1.0 Code reviewed by: Yiping Zhao, Blaise Doughan and David Mccann The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink |