User: azakkerman
  Date: 01/05/22 15:18:20

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Tyrex support, correct path to domain.xml file -- config file for tyrex
  
  Revision  Changes    Path
  1.35      +1 -1      jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- jboss.jcml        2001/05/22 22:12:56     1.34
  +++ jboss.jcml        2001/05/22 22:18:20     1.35
  @@ -39,7 +39,7 @@
          instead of the org.jboss.tm.TransactionManagerService and comment out
          the TransactionManagerService above   
     <mbean code="org.jboss.tm.plugins.tyrex.TransactionManagerService" 
name="DefaultDomain:service=TransactionManager">
  -        <attribute name="ConfigFileName">../conf/tyrex/domain.xml</attribute>
  +        <attribute name="ConfigFileName">../conf/default/domain.xml</attribute>
     </mbean>
     -->
   
  
  
  

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

Reply via email to