[
https://issues.jboss.org/browse/AS7-4414?page=com.atlassian.jira.plugin.s...
]
Loïc Gangloff updated AS7-4414:
-------------------------------
Description:
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"
was:
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.
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: Andy Taylor
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