Bug 307404

Summary: need to add JPA server testing on JBOSS EAP
Product: z_Archived Reporter: Yiping Zhao <yiping.zhao>
Component: EclipselinkAssignee: Nobody - feel free to take it <nobody>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 Keywords: test
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Yiping Zhao CLA 2010-03-29 11:00:52 EDT
currently we are running the JPA Server tests on JBOSS community version, we need to get it running on Enterprise Application Platform(EAP).
Comment 1 Yiping Zhao CLA 2010-03-29 14:54:16 EDT
work with Edwin:

1. add jboss.properties-5-eap, the content is as following:
jboss.home=../../../jboss-eap-5.0/jboss-as
server.version=eap
2. change test.sh to accomodate the two versions of jboss like:

elif [ $1 == "jboss" ] ; then
                cp -f ${CONFIG}/$1.properties-$2 ~/$1.properties
                if [ $? -ne 0 ] ; then
                        throwWarning "Configuration file ${CONFIG}/$1.properties-$2 doesn't exist!"
                        exit
                fi
        fi
3. comment out "server.version" property in <trunk>/jpa/eclipselink.jpa.test/test.properties, then the server.version defined in jboss.properties-5-eap will be used
Comment 2 Eclipse Webmaster CLA 2022-06-09 10:32:16 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink