Community
Participate
Working Groups
When trying to extract the username/schema String schemaName = session.getAccessor().getConnection().getMetaData().getUserName(); This should be instead String schemaName = session.getDatasourceLogin().getUserName(); Verified on SE (existing test continues to pass) and on the server, no NPE and the test passes.
Created attachment 205132 [details] Proposed changes
Changes have been submitted. Verified by: Peter Krogh Tests: existing test (testVPDEMPerTenant) continues to pass and now also passes on the server (verified by Yiping)
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink