]
Kabir Khan updated WFLY-2760:
-----------------------------
Fix Version/s: 9.0.0.Final
Intermittent failure of ExternalContextBindingTestCase
-------------------------------------------------------
Key: WFLY-2760
URL:
https://issues.jboss.org/browse/WFLY-2760
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 8.0.0.CR1
Reporter: Jan Martiska
Assignee: Jan Martiska
Priority: Minor
Fix For: 9.0.0.Final
The server setup task sometimes fails to start the ApacheDS server instance because for
some reason, BouncyCastle security provider doesn't get registered (it is added
through a maven dependency rather than added to the JDK). This leads to a "connection
refused" error during the test when it is trying to connect to the LDAP instance.
It worked for us if we just programatically forced registration of the
BouncyCastleProvider before the initialization of ApacheDS.