jcscoobyrs    2005/09/20 21:01:03

  Modified:    modules/core/src/conf default.cmp_global_tx_database.xml
                        default.cmp_local_tx_database.xml
  Log:

  Updated to fix OPENEJB-65.
  
  Revision  Changes    Path
  1.4       +1 -2      
openejb1/modules/core/src/conf/default.cmp_global_tx_database.xml
  
  Index: default.cmp_global_tx_database.xml
  ===================================================================
  RCS file: 
/scm/openejb/openejb1/modules/core/src/conf/default.cmp_global_tx_database.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- default.cmp_global_tx_database.xml        19 Sep 2005 22:15:12 -0000      
1.3
  +++ default.cmp_global_tx_database.xml        21 Sep 2005 01:01:03 -0000      
1.4
  @@ -1,7 +1,6 @@
   <!DOCTYPE jdo-conf PUBLIC "-//EXOLAB/Castor JDO Configuration DTD Version 
1.0//EN"
                              "http://castor.exolab.org/jdo-conf.dtd";>
   
  -
   <!--
        ======================================================
        Global Transaction Database file for Container-Managed
  @@ -37,7 +36,7 @@
   <jdo-conf>
        <database name="Global_TX_Database" engine="instantdb">
                <jndi name="java:openejb/connector/Default JDBC Database" />
  -             <mapping href="conf/default.cmp_mapping.xml" />
  +             <mapping href="default.cmp_mapping.xml" />
        </database>
   
        <transaction-demarcation mode="global">
  
  
  
  1.3       +1 -1      
openejb1/modules/core/src/conf/default.cmp_local_tx_database.xml
  
  Index: default.cmp_local_tx_database.xml
  ===================================================================
  RCS file: 
/scm/openejb/openejb1/modules/core/src/conf/default.cmp_local_tx_database.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- default.cmp_local_tx_database.xml 19 Sep 2005 22:15:12 -0000      1.2
  +++ default.cmp_local_tx_database.xml 21 Sep 2005 01:01:03 -0000      1.3
  @@ -42,7 +42,7 @@
                        <param name="password" value="pass" />
                </driver>
   
  -             <mapping href="conf/default.cmp_mapping.xml" />
  +             <mapping href="default.cmp_mapping.xml" />
        </database>
        
        <transaction-demarcation mode="local">
  
  
  

Reply via email to