[jboss-jira] [JBoss JIRA] (AS7-4414) In domain mode, JBoss crashes when defining a hornetq connector (not netty's connector)

Loïc Gangloff (JIRA) jira-events at lists.jboss.org
Thu Apr 5 14:36:47 EDT 2012


    [ https://issues.jboss.org/browse/AS7-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12682218#comment-12682218 ] 

Loïc Gangloff commented on AS7-4414:
------------------------------------

I'm trying to use static connectors in a cluster connection, so i have to define connector and provide host and port parameters.
"socket-binding" attribute has non sense in this way.
I have to use <connector/> element.
                
> 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