[
https://issues.apache.org/jira/browse/ARTEMIS-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16688141#comment-16688141
]
ASF subversion and git services commented on ARTEMIS-2163:
----------------------------------------------------------
Commit 80525f1c9165fde93fd3b0c73b77ff66fd02d1cb in activemq-artemis's branch
refs/heads/master from [~ehsavoie]
[ https://git-wip-us.apache.org/repos/asf?p=activemq-artemis.git;h=80525f1 ]
[ARTEMIS-2163]: Classloading issue if artemis-commons is not in the same
classloader as artemis-client-* or artemis-server.
* Passing the owner class to define the classloader to load classes via
ClassLoadingUtil with artemis-commons in a different classloader..
JIRA: https://issues.apache.org/jira/browse/ARTEMIS-2163
> Classloading issue if artemis-commons is not in ther same classloader as
> artemis-client-* or artemis-server
> -----------------------------------------------------------------------------------------------------------
>
> Key: ARTEMIS-2163
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2163
> Project: ActiveMQ Artemis
> Issue Type: Wish
> Components: Broker
> Affects Versions: 2.6.3
> Reporter: Emmanuel Hugonnet
> Priority: Major
>
> The class org.apache.activemq.artemis.utils.ClassLoadingUtil is defined in
> artemis-commons. In a jboss-modules environment this creates a loop to be
> able to load classes from another module.
> Setting the ThreadContext classloader to the calling class before invoking
> ClassLoadingUtil
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)