[jboss-cvs] jboss-seam/examples/remoting/chatroom/resources ...

Norman Richards norman.richards at jboss.com
Mon Dec 10 13:14:16 EST 2007


  User: nrichards
  Date: 07/12/10 13:14:16

  Modified:    examples/remoting/chatroom/resources  Tag: Seam_1_2_1_AP
                        chatroom-service.xml
  Log:
  JBPAPP-475
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.1   +15 -13    jboss-seam/examples/remoting/chatroom/resources/chatroom-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: chatroom-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/chatroom/resources/chatroom-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.1.4.1
  diff -u -b -r1.1 -r1.1.4.1
  --- chatroom-service.xml	24 May 2006 23:53:39 -0000	1.1
  +++ chatroom-service.xml	10 Dec 2007 18:14:16 -0000	1.1.4.1
  @@ -1,10 +1,12 @@
   <server>
  -
  -  <mbean code="org.jboss.mq.server.jmx.Topic"
  -         name="jboss.mq.destination:service=Topic,name=chatroomTopic">
  -    <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  -    <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  -    <attribute name="SecurityConf">
  +    <mbean code="org.jboss.jms.server.destination.TopicService"
  +           name="jboss.messaging.destination:service=Topic,name=chatroomTopic"
  +           xmbean-dd="xmdesc/Topic-xmbean.xml">
  +        <depends optional-attribute-name="ServerPeer">
  +            jboss.messaging:service=ServerPeer
  +        </depends>
  +        <depends>jboss.messaging:service=PostOffice</depends>
  +        <attribute name="SecurityConfig">
         <security>
           <role name="guest" read="true" write="true"/>
           <role name="publisher" read="true" write="true" create="false"/>
  
  
  



More information about the jboss-cvs-commits mailing list