[arquillian-issues] [JBoss JIRA] (ARQ-1184) Use wljmxclient.jar instead of weblogic.jar in the searchpath of the WebLogic JMX client

Vineet Reynolds (JIRA) jira-events at lists.jboss.org
Sun Nov 4 02:55:18 EST 2012


Vineet Reynolds created ARQ-1184:
------------------------------------

             Summary: 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
      Security Level: Public (Everyone can see)
          Components: WebLogic Containers
            Reporter: Vineet Reynolds
            Assignee: Vineet Reynolds
             Fix For: wls_1.0.0.next


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list