[jboss-user] [Beginner's Corner] - Re: JBoss-5.1.0.GA: Unable to inject jndi dependency

Pasquale Imbemba do-not-reply at jboss.com
Tue Apr 19 10:01:37 EDT 2011


Pasquale Imbemba [http://community.jboss.org/people/pi4630] created the discussion

"Re: JBoss-5.1.0.GA: Unable to inject jndi dependency"

To view the discussion, visit: http://community.jboss.org/message/600989#600989

--------------------------------------------------------------
Thanks, Wolf-Dieter.

The following mbean destination was not included:


<mbean code="org.jboss.mq.server.jmx.Topic"
           name="jboss.mq.destination:service=Topic,name=testTopic">
    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
    <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
    <attribute name="SecurityConf">
      <security>
        <role name="guest" read="true" write="true"/>
        <role name="publisher" read="true" write="true" create="false"/>
        <role name="durpublisher" read="true" write="true" create="true"/>
      </security>
    </attribute>
  </mbean>  


which is the "default" Topic destination as of JBoss 4. These lines are to be added in the destinations-service.xml, as you mentioned.

Thanks  :)
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/600989#600989]

Start a new discussion in Beginner's Corner at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110419/b04b3c10/attachment.html 


More information about the jboss-user mailing list