[jboss-cvs] jboss-seam/bootstrap-new/deploy/messaging ...

Peter Muir peter at bleepbleep.org.uk
Tue Dec 4 18:23:47 EST 2007


  User: pmuir   
  Date: 07/12/04 18:23:47

  Modified:    bootstrap-new/deploy/messaging        messaging-service.xml
                        connection-factories-service.xml
                        hsqldb-persistence-service.xml remoting-service.xml
                        destinations-service.xml legacy-service.xml
                        jms-ds.xml
  Log:
  Latest jms xml
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/bootstrap-new/deploy/messaging/messaging-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: messaging-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/messaging-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- messaging-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ messaging-service.xml	4 Dec 2007 23:23:46 -0000	1.2
  @@ -3,7 +3,7 @@
   <!--
        The JBoss Messaging service deployment descriptor.
   
  -     $Id: messaging-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +     $Id: messaging-service.xml,v 1.2 2007/12/04 23:23:46 pmuir Exp $
    -->
   
   <server>
  
  
  
  1.2       +1 -1      jboss-seam/bootstrap-new/deploy/messaging/connection-factories-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: connection-factories-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/connection-factories-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- connection-factories-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ connection-factories-service.xml	4 Dec 2007 23:23:46 -0000	1.2
  @@ -3,7 +3,7 @@
   <!--
        Messaging Connection Factories deployment descriptor.
   
  -     $Id: connection-factories-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +     $Id: connection-factories-service.xml,v 1.2 2007/12/04 23:23:46 pmuir Exp $
    -->
   
   <server>
  
  
  
  1.2       +1 -1      jboss-seam/bootstrap-new/deploy/messaging/hsqldb-persistence-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hsqldb-persistence-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/hsqldb-persistence-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- hsqldb-persistence-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ hsqldb-persistence-service.xml	4 Dec 2007 23:23:46 -0000	1.2
  @@ -5,7 +5,7 @@
        
        DO NOT USE HYPERSONIC IN PRODUCTION or in a clustered environment- Hypersonic does not have transaction isolation
   
  -     $Id: hsqldb-persistence-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +     $Id: hsqldb-persistence-service.xml,v 1.2 2007/12/04 23:23:46 pmuir Exp $
    -->
   
   <server>
  
  
  
  1.2       +1 -1      jboss-seam/bootstrap-new/deploy/messaging/remoting-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: remoting-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/remoting-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- remoting-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ remoting-service.xml	4 Dec 2007 23:23:46 -0000	1.2
  @@ -3,7 +3,7 @@
   <!--
        Standard bisocket-based Remoting service deployment descriptor.
   
  -     $Id: remoting-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +     $Id: remoting-service.xml,v 1.2 2007/12/04 23:23:46 pmuir Exp $
    -->
   
   <server>
  
  
  
  1.2       +3 -1      jboss-seam/bootstrap-new/deploy/messaging/destinations-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: destinations-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/destinations-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- destinations-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ destinations-service.xml	4 Dec 2007 23:23:46 -0000	1.2
  @@ -3,7 +3,7 @@
   <!--
        Messaging Destinations deployment descriptor.
   
  -     $Id: destinations-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +     $Id: destinations-service.xml,v 1.2 2007/12/04 23:23:46 pmuir Exp $
    -->
   
   <server>
  @@ -15,6 +15,7 @@
      <mbean code="org.jboss.jms.server.destination.QueueService"
         name="jboss.messaging.destination:service=Queue,name=DLQ"
         xmbean-dd="xmdesc/Queue-xmbean.xml">
  +      <annotation>@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.QueueServiceMO)</annotation>      
         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
         <depends>jboss.messaging:service=PostOffice</depends>
      </mbean>
  @@ -26,6 +27,7 @@
      <mbean code="org.jboss.jms.server.destination.QueueService"
         name="jboss.messaging.destination:service=Queue,name=ExpiryQueue"
         xmbean-dd="xmdesc/Queue-xmbean.xml">
  +      <annotation>@org.jboss.system.deployers.managed.ManagementObjectClass(code=org.jboss.jms.server.destination.QueueServiceMO)</annotation>      
         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
         <depends>jboss.messaging:service=PostOffice</depends>
      </mbean>   
  
  
  
  1.2       +1 -1      jboss-seam/bootstrap-new/deploy/messaging/legacy-service.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: legacy-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/legacy-service.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- legacy-service.xml	14 Nov 2007 11:42:00 -0000	1.1
  +++ legacy-service.xml	4 Dec 2007 23:23:47 -0000	1.2
  @@ -2,7 +2,7 @@
   <!--
       Messaging Destinations deployment descriptor.
       
  -    $Id: legacy-service.xml,v 1.1 2007/11/14 11:42:00 pmuir Exp $
  +    $Id: legacy-service.xml,v 1.2 2007/12/04 23:23:47 pmuir Exp $
   -->
   
   <server>
  
  
  
  1.2       +36 -36    jboss-seam/bootstrap-new/deploy/messaging/jms-ds.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: jms-ds.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/bootstrap-new/deploy/messaging/jms-ds.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  
  
  



More information about the jboss-cvs-commits mailing list