Index: jpa/eclipselink.jpa.test/websphere.xml =================================================================== --- jpa/eclipselink.jpa.test/websphere.xml (revision 7249) +++ jpa/eclipselink.jpa.test/websphere.xml (working copy) @@ -44,6 +44,7 @@ + Index: sdo/eclipselink.sdo.test.server/src/org/eclipse/persistence/testing/sdo/server/DeptServiceClientTestCases.java =================================================================== --- sdo/eclipselink.sdo.test.server/src/org/eclipse/persistence/testing/sdo/server/DeptServiceClientTestCases.java (revision 7249) +++ sdo/eclipselink.sdo.test.server/src/org/eclipse/persistence/testing/sdo/server/DeptServiceClientTestCases.java (working copy) @@ -68,6 +68,7 @@ env.put(Context.SECURITY_PRINCIPAL, securityPrincipal); env.put(Context.SECURITY_CREDENTIALS, securityCredentials); env.put(Context.PROVIDER_URL, providerUrl); + env.put(Context.SECURITY_AUTHENTICATION, "none"); return new InitialContext(env); } catch (Exception x) { fail("An exception occurred while attempting to get the InitialContext with settings [" +