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

Gavin King gavin.king at jboss.com
Mon Nov 20 19:33:45 EST 2006


  User: gavin   
  Date: 06/11/20 19:33:45

  Modified:    src/main/org/jboss/seam  core-1.1.xsd
  Log:
  add
  
  Revision  Changes    Path
  1.5       +32 -2     jboss-seam/src/main/org/jboss/seam/core-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.1.xsd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- core-1.1.xsd	21 Nov 2006 00:25:32 -0000	1.4
  +++ core-1.1.xsd	21 Nov 2006 00:33:45 -0000	1.5
  @@ -175,13 +175,43 @@
   
       <xs:element name="managed-hibernate-session">
           <xs:complexType mixed="true">
  -            <xs:attributeGroup ref="core:attlist.ManagedPersistenceContext"/>
  +            <xs:attributeGroup ref="core:attlist.ManagedHibernateSession"/>
               <xs:attributeGroup ref="components:attlist.component"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.ManagedPersistenceContext">
  +    <xs:attributeGroup name="attlist.ManagedHibernateSession">
           <xs:attribute name="session-factory"></xs:attribute>
           <xs:attribute name="session-factory-jndi-name"></xs:attribute>
       </xs:attributeGroup>
       
  +    <xs:element name="hibernate-session-factory">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="core:attlist.HibernateSessionFactory"/>
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.HibernateSessionFactory">
  +        <xs:attribute name="cfg-resource-name"></xs:attribute>
  +    </xs:attributeGroup>
  +    
  +    <xs:element name="entity-manager-factory">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="core:attlist.EntityManagerFactory"/>
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.EntityManagerFactory">
  +        <xs:attribute name="persistence-unit-name"></xs:attribute>
  +    </xs:attributeGroup>
  +    
  +    <xs:element name="filter">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="core:attlist.Filter"/>
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.Filter">
  +        <xs:attribute name="name"></xs:attribute>
  +    </xs:attributeGroup>
  +    
   </xs:schema>
  
  
  



More information about the jboss-cvs-commits mailing list