Bug 307404 - need to add JPA server testing on JBOSS EAP
Summary: need to add JPA server testing on JBOSS EAP
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Eclipselink (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Nobody - feel free to take it CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2010-03-29 11:00 EDT by Yiping Zhao CLA
Modified: 2022-06-09 10:32 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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