[jboss-jira] [JBoss JIRA] (AS7-4414) In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Fri Apr 6 11:17:48 EDT 2012
[ https://issues.jboss.org/browse/AS7-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar reassigned AS7-4414:
--------------------------------
Assignee: Jeff Mesnil (was: Tomaz Cerar)
> 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
>
> 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