[jboss-user] [JBoss Messaging] - Re: Running (jms) http invokers on 8080

alesj do-not-reply at jboss.com
Sun Nov 23 06:46:17 EST 2008


Running this

  | <!--
  |      HTTP Transport Example.
  | 
  |      $Id: messaging-http-service.xml 2773 2007-06-12 13:31:30Z sergeypk $
  |  -->
  | <server>
  | 
  |    <mbean code="org.jboss.jms.server.connectionfactory.ConnectionFactory"
  |       name="jboss.messaging.destination:service=HttpConnectionFactory"
  |       xmbean-dd="xmdesc/ConnectionFactory-xmbean.xml">
  |       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
  |       <depends optional-attribute-name="Connector">jboss.messaging:service=Connector,transport=http</depends>
  |       <attribute name="JNDIBindings">
  |          <bindings>
  |             <binding>/HttpConnectionFactory</binding>
  |          </bindings>
  |       </attribute>
  |    </mbean>
  | 
  | </server>
  | 
produces this missing dependency

  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss.messaging.destination:service=HttpConnectionFactory
  |   State: CONFIGURED
  |   I Depend On:
  |     jboss.messaging:service=ServerPeer
  |     jboss.messaging:service=Connector,transport=http
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: jboss.messaging:service=Connector,transport=http
  |   State: NOTYETINSTALLED
  |   Depends On Me:
  |     jboss.messaging.destination:service=HttpConnectionFactory
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191537#4191537

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191537



More information about the jboss-user mailing list