User: azakkerman
  Date: 01/05/22 15:12:56

  Modified:    src/etc/conf/default jboss.jcml jndi.properties
  Added:       src/etc/conf/default domain.xml
  Log:
  Initial commit of Tyrex distributed transaction manager support in JBoss. Support 
added for using JBoss with any TM that supports javax.transaction.TransactionManager 
interface.
  
  Revision  Changes    Path
  1.34      +8 -0      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.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- jboss.jcml        2001/05/21 08:42:04     1.33
  +++ jboss.jcml        2001/05/22 22:12:56     1.34
  @@ -35,6 +35,14 @@
       -->
     </mbean>
   
  +  <!-- Uncomment to use Tyrex (tyrex.exolab.org) transaction manager plugin
  +       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>
  +  </mbean>
  +  -->
  +
     <mbean code="org.jboss.tm.usertx.server.ClientUserTransactionService" 
name="DefaultDomain:service=ClientUserTransaction">
     </mbean>
   
  
  
  
  1.3       +1 -1      jboss/src/etc/conf/default/jndi.properties
  
  Index: jndi.properties
  ===================================================================
  RCS file: /cvsroot/jboss/jboss/src/etc/conf/default/jndi.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- jndi.properties   2001/04/26 01:45:20     1.2
  +++ jndi.properties   2001/05/22 22:12:56     1.3
  @@ -1,3 +1,3 @@
   java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
  -#java.naming.provider.url=localhost
  +java.naming.provider.url=localhost
   java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
  
  
  
  1.1                  jboss/src/etc/conf/default/domain.xml
  
  Index: domain.xml
  ===================================================================
  <domain>
        <name>default</name>
  </domain>
  
  
  

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

Reply via email to