jcscoobyrs    2005/09/20 21:01:03

  Modified:    examples/moviefun/src/webapp/META-INF
                        cmp.global-database.xml cmp.local-database.xml
  Log:

  Updated to fix OPENEJB-65.
  
  Revision  Changes    Path
  1.3       +1 -1      
openejb1/examples/moviefun/src/webapp/META-INF/cmp.global-database.xml
  
  Index: cmp.global-database.xml
  ===================================================================
  RCS file: 
/scm/openejb/openejb1/examples/moviefun/src/webapp/META-INF/cmp.global-database.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cmp.global-database.xml   19 Sep 2005 22:15:12 -0000      1.2
  +++ cmp.global-database.xml   21 Sep 2005 01:01:03 -0000      1.3
  @@ -23,7 +23,7 @@
   <jdo-conf>
        <database name="Global_TX_Database" engine="instantdb">
                <jndi name="java:openejb/connector/Movie Database Connector" />
  -             <mapping href="META-INF/cmp.or-mapping.xml" />
  +             <mapping href="cmp.or-mapping.xml" />
        </database>
   
        <transaction-demarcation mode="global">
  
  
  
  1.3       +1 -1      
openejb1/examples/moviefun/src/webapp/META-INF/cmp.local-database.xml
  
  Index: cmp.local-database.xml
  ===================================================================
  RCS file: 
/scm/openejb/openejb1/examples/moviefun/src/webapp/META-INF/cmp.local-database.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- cmp.local-database.xml    19 Sep 2005 22:15:12 -0000      1.2
  +++ cmp.local-database.xml    21 Sep 2005 01:01:03 -0000      1.3
  @@ -29,7 +29,7 @@
                        <param name="password" value="pass" />
                </driver>
   
  -             <mapping href="META-INF/cmp.or-mapping.xml" />
  +             <mapping href="cmp.or-mapping.xml" />
        </database>
        
        <transaction-demarcation mode="local" />
  
  
  

Reply via email to