djencks     2005/09/28 18:14:23

  Modified:    modules/itests/src/cmp2/cmrmapping openejb-jar.xml
  Log:

  GERONIMO-1027, GERONIMO-957.  Version our schemas, and provide specific jetty 
and tomcat schemas.  Schema processing cleanup.  A couple other minor fixes
  
  Revision  Changes    Path
  1.3       +2 -2      
openejb/modules/itests/src/cmp2/cmrmapping/openejb-jar.xml
  
  Index: openejb-jar.xml
  ===================================================================
  RCS file: 
/home/projects/openejb/scm/openejb/modules/itests/src/cmp2/cmrmapping/openejb-jar.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- openejb-jar.xml   20 Aug 2005 07:53:02 -0000      1.2
  +++ openejb-jar.xml   28 Sep 2005 22:14:23 -0000      1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <openejb-jar
  -    xmlns="http://www.openejb.org/xml/ns/openejb-jar";
  +    xmlns="http://www.openejb.org/xml/ns/openejb-jar-2.0";
       configId="org/openejb/cmp2/CMRMapping"
       parentId="org/apache/geronimo/DefaultDatabase">
   
  @@ -48,7 +48,7 @@
                   <table-column>col_field1</table-column>
               </cmp-field-mapping>
           </entity>
  -        
  +
           <session>
               <ejb-name>CMRMappingFacadeBean</ejb-name>
               <jndi-name>cmp2/CMRMappingFacade</jndi-name>
  
  
  

Reply via email to