User: dmaplesden
  Date: 01/09/06 14:48:42

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Changed default value of "statefile" for jbossmq's state manager so it points to the 
correct file for the new StateManager code
  
  Revision  Changes    Path
  1.6       +2 -2      jboss/src/etc/conf/default/jboss-service.xml
  
  Index: jboss-service.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss-service.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- jboss-service.xml 2001/09/06 13:18:04     1.5
  +++ jboss-service.xml 2001/09/06 21:48:42     1.6
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.5 2001/09/06 13:18:04 d_jencks Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.6 2001/09/06 21:48:42 dmaplesden Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -436,7 +436,7 @@
      -->
     <mbean code="org.jboss.mq.server.StateManager" 
         name="JBossMQ:service=StateManager">
  -    <attribute name="StateFile">jbossmq-state.xml</attribute>
  +    <attribute name="StateFile">conf/default/jbossmq-state.xml</attribute>
     </mbean>
   
     <!-- The PersistenceManager is used to store messages to disk. -->
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to