Community
Participate
Working Groups
testSequenceObjectWithSchemaName() in EntityManagerJUnitTestSuite.java, the test failed in 2.3 and main both with third party databases like: In 2.3: Derby, DB2 universal In main: Derby, postgresql-9-postgresql This is likely because those platforms require a similar fix See Bug 368653 To test remove this line from EntityManagerJunitTestSuite.testSequenceObjectWithSchemaName() if (getServerSession().getPlatform().isDerby() || getServerSession().getPlatform().isDB2() || getServerSession().getPlatform().isPostgreSQL()){ return; }
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink