User: dmaplesden
  Date: 01/09/12 16:06:40

  Modified:    src/etc/conf/default jboss-service.xml
  Log:
  Change default configuration to start RARDeployer before AutoDeployer
  
  Revision  Changes    Path
  1.12      +6 -1      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- jboss-service.xml 2001/09/11 05:28:08     1.11
  +++ jboss-service.xml 2001/09/12 23:06:40     1.12
  @@ -7,7 +7,7 @@
   <!--                                                                       -->
   <!-- ===================================================================== -->
   
  -<!-- $Id: jboss-service.xml,v 1.11 2001/09/11 05:28:08 user57 Exp $ -->
  +<!-- $Id: jboss-service.xml,v 1.12 2001/09/12 23:06:40 dmaplesden Exp $ -->
   
   <!-- 
      |  This is where you can add and configure your MBeans.
  @@ -67,6 +67,7 @@
         jts.jar,
         mail.jar,
         org.apache.jasper.jar,
  +      RARDeployer.jar,
         tyrex.jar,
         tyrex-tm-plugin.jar,
         xalan.jar"/>
  @@ -74,6 +75,10 @@
     <!-- ==================================================================== -->
     <!-- Auto deployment                                                      -->
     <!-- ==================================================================== -->
  +
  +  <mbean code="org.jboss.resource.RARDeployer" 
  +      name="JCA:service=RARDeployer">
  +  </mbean>
   
     <mbean code="org.jboss.deployment.AutoDeployer" 
name="JBOSS-SYSTEM:service=AutoDeployer">
       <attribute name="Deployers">
  
  
  

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

Reply via email to