[jboss-jira] [JBoss JIRA] (WFLY-4259) ClassNotFound exception when connecting a remote HornetQ client over SSL
Jeff Mesnil (JIRA)
issues at jboss.org
Thu Feb 19 06:48:50 EST 2015
[ https://issues.jboss.org/browse/WFLY-4259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil updated WFLY-4259:
------------------------------
Fix Version/s: 9.0.0.Beta1
> ClassNotFound exception when connecting a remote HornetQ client over SSL
> ------------------------------------------------------------------------
>
> Key: WFLY-4259
> URL: https://issues.jboss.org/browse/WFLY-4259
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 8.1.0.Final, 8.2.0.Final
> Reporter: Jon Kranes
> Assignee: Jeff Mesnil
> Fix For: 9.0.0.Beta1
>
>
> When using HornetQ with a remote client connecting with SSL (using a netty-connector with ssl-enabled=true) the server throws an exception in ModuleClassLoader when the client attempts to connect. The exception is:
> java.lang.ClassNotFoundException: javax.net.SSLException
> After doing some investigation I was able to resolve this issue by adding a dependency in the io.netty module.xml file
> <dependencies>
> <module name="javax.api"/>
> <dependencies
> Without this dependency, it appear that Netty is unable to load classes that it needs from javax.net.ssl.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
More information about the jboss-jira
mailing list