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

Gavin King gavin.king at jboss.com
Mon Jul 16 04:45:27 EDT 2007


  User: gavin   
  Date: 07/07/16 04:45:27

  Modified:    src/main/org/jboss/seam  persistence-2.0.xsd
  Log:
  lazy startup of the persistence unit
  
  Revision  Changes    Path
  1.2       +2 -0      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- persistence-2.0.xsd	26 Jun 2007 23:02:37 -0000	1.1
  +++ persistence-2.0.xsd	16 Jul 2007 08:45:27 -0000	1.2
  @@ -56,6 +56,7 @@
       </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">
  @@ -69,6 +70,7 @@
       </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