[jboss-jira] [JBoss JIRA] (AS7-4414) In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Tue Apr 10 04:03:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Mesnil updated AS7-4414:
-----------------------------
Fix Version/s: 7.1.2.Final-redhat1
Git Pull Request: https://github.com/jbossas/jboss-as/pull/1998 (was: https://github.com/jbossas/jboss-as/pull/1998)
Forum Reference: https://community.jboss.org/message/727335 (was: https://community.jboss.org/message/727335)
> In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)
> ---------------------------------------------------------------------------------------
>
> Key: AS7-4414
> URL: https://issues.jboss.org/browse/AS7-4414
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Affects Versions: 7.1.1.Final
> Reporter: Loïc Gangloff
> Assignee: Jeff Mesnil
> Priority: Blocker
> Fix For: 7.1.2.Final-redhat1
>
>
> Defining a hornetq connector like this
> <connector name="connector">
> <factory-class>org.hornetq.core.remoting.impl.netty.NettyConnectorFactory</factory-class>
> <param key="host" value="192.168.1.2"/>
> <param key="port" value="5445"/>
> </connector>
> will works in standalone, but not in domain mode.
> The following error is thrown:
> [Server:server-one] 17:27:12,270 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 15) Operation ("add") failed - address:
> ([
> [Server:server-one] ("subsystem" => "messaging"),
> [Server:server-one] ("hornetq-server" => "default"),
> [Server:server-one] ("connector" => "connector")
> [Server:server-one] ]) - failure description: "JBAS014746: factory-class may not be null"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list