Skip to content

Changes

Summary

  1. WebLogic Server tests fix (#2028) (commit: 39c89db) (details)
Commit 39c89dba733a85d0eced2eb3eb0b304019cc1507 by GitHub
WebLogic Server tests fix (#2028)

- JPAAdvPropertiesJUnitTestCase.testLoginEncryptorProperty()
    excluded in JEE server tests as DB connection is provided by JEE server by data source and encryptor is not called
- EntityManagerJUnitTestSuite.testApplicationManagedInServer()
    in WebLogic is org.eclipse.persistence.testing.framework.server.WebLogicPlatform set instead of default org.eclipse.persistence.testing.framework.server.JEEPlatform
- AdvancedJPAJunitTest.testNamedStoredProcedureQueryByIndex()
    needs latest JDBC driver
- PLSQLTestSuite.testEmpRecordInOut
    fixed by setWrapTypes(false) in WLST (Data source properties) to avoid use weblogic.jdbc.wrapper.* classes
- UCP classpath fix to reflect changes in Oracle 23c JDBC driver

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
(commit: 39c89db)
The file was modified jpa/eclipselink.jpa.test/antbuild.xml (diff)
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_composite_setup.py (diff)
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_setup.py (diff)
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_exalogic_setup.py (diff)
The file was modified jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java (diff)
The file was modified jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPropertiesJUnitTestCase.java (diff)

Summary

  1. WebLogic Server tests fix (#2028) (commit: 39c89db) (details)
Commit 39c89dba733a85d0eced2eb3eb0b304019cc1507 by GitHub
WebLogic Server tests fix (#2028)

- JPAAdvPropertiesJUnitTestCase.testLoginEncryptorProperty()
    excluded in JEE server tests as DB connection is provided by JEE server by data source and encryptor is not called
- EntityManagerJUnitTestSuite.testApplicationManagedInServer()
    in WebLogic is org.eclipse.persistence.testing.framework.server.WebLogicPlatform set instead of default org.eclipse.persistence.testing.framework.server.JEEPlatform
- AdvancedJPAJunitTest.testNamedStoredProcedureQueryByIndex()
    needs latest JDBC driver
- PLSQLTestSuite.testEmpRecordInOut
    fixed by setWrapTypes(false) in WLST (Data source properties) to avoid use weblogic.jdbc.wrapper.* classes
- UCP classpath fix to reflect changes in Oracle 23c JDBC driver

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
(commit: 39c89db)
The file was modified jpa/eclipselink.jpa.test/antbuild.xml
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_exalogic_setup.py
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_composite_setup.py
The file was modified jpa/eclipselink.jpa.test/resource/weblogic/wls_setup.py
The file was modified jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/tests/jpa/jpaadvancedproperties/JPAAdvPropertiesJUnitTestCase.java
The file was modified jpa/eclipselink.jpa.test/src/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java