Use wljmxclient.jar instead of weblogic.jar in the searchpath of the
WebLogic JMX client
----------------------------------------------------------------------------------------
Key: ARQ-1184
URL:
https://issues.jboss.org/browse/ARQ-1184
Project: Arquillian
Issue Type: Enhancement
Components: WebLogic Containers
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
Fix For: wls_1.0.0.Alpha3
The {{WebLogicJMXLibClassLoader}} currently loads classes from weblogic.jar instead of
using the documented. This was done during resolution of ARQ-725 to avoid initialization
of a Java SecurityManager, but this is a bad idea in retrospect considering that the use
of weblogic.jar may be unsupported and that internal details of WebLogic Server may change
in the future.
Therefore, the default search path for the {{WebLogicJMXLibClassLoader}} would be changed
from weblogic.jar to wljmxclient.jar.