[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...

Gavin King gavin.king at jboss.com
Mon Jul 16 05:24:00 EDT 2007


  User: gavin   
  Date: 07/07/16 05:24:00

  Modified:    src/main/org/jboss/seam  persistence-2.0.xsd
  Log:
  don't need lazy
  
  Revision  Changes    Path
  1.3       +0 -2      jboss-seam/src/main/org/jboss/seam/persistence-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: persistence-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/persistence-2.0.xsd,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- persistence-2.0.xsd	16 Jul 2007 08:45:27 -0000	1.2
  +++ persistence-2.0.xsd	16 Jul 2007 09:24:00 -0000	1.3
  @@ -56,7 +56,6 @@
       </xs:element>
       <xs:attributeGroup name="attlist.HibernateSessionFactory">
           <xs:attribute name="cfg-resource-name"/>
  -        <xs:attribute name="lazy" type="xs:boolean"/>
       </xs:attributeGroup>
   
       <xs:element name="entity-manager-factory">
  @@ -70,7 +69,6 @@
       </xs:element>
       <xs:attributeGroup name="attlist.EntityManagerFactory">
           <xs:attribute name="persistence-unit-name"/>
  -        <xs:attribute name="lazy" type="xs:boolean"/>
       </xs:attributeGroup>
   
       <xs:element name="filter">
  
  
  



More information about the jboss-cvs-commits mailing list