Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.0
-
Security Level: public (Regular issues)
-
None
-
Patch Available
Description
Several naming tests might not work on non-Sun VMs because of hardcoded name of InitialContextFactory.
The attached patch removes all occurences of System.setProperty("java.naming... and passes all required naming properties to the tests via maven.junit.jvmargs=-Djava.naming.factory.initial=...