Bug 287868 - three tests of JPA/jpaadvancedproperties failed on server
Summary: three tests of JPA/jpaadvancedproperties failed on server
Status: CLOSED 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: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2009-08-27 14:31 EDT by Yiping Zhao CLA
Modified: 2022-06-09 10:05 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yiping Zhao CLA 2009-08-27 14:31:58 EDT
The same tests passed outside container, because when the tests are running outside container, we pass in <jvmarg value="${jvmarg.db.platform}"/> in "run-test" target, but we don't pass in db.platform in "server-run-test" target. So
following parts need to be added to sessions.xml:

<login xsi:type="database-login">
       
<platform-class>org.eclipse.persistence.platform.database.DerbyPlatform</platform-class>
</login>
Comment 1 Eclipse Webmaster CLA 2022-06-09 10:05:00 EDT
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink