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

Gavin King gavin.king at jboss.com
Wed May 30 20:55:40 EDT 2007


  User: gavin   
  Date: 07/05/30 20:55:40

  Modified:    src/main/org/jboss/seam  core-1.3.xsd
  Log:
  JBSEAM-395
  
  Revision  Changes    Path
  1.2       +13 -4     jboss-seam/src/main/org/jboss/seam/core-1.3.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: core-1.3.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.3.xsd,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- core-1.3.xsd	22 May 2007 02:17:58 -0000	1.1
  +++ core-1.3.xsd	31 May 2007 00:55:40 -0000	1.2
  @@ -19,16 +19,25 @@
           <xs:attribute name="group-actor-ids"> </xs:attribute>
       </xs:attributeGroup>
   
  -    <xs:element name="dispatcher">
  +    <xs:element name="timer-service-dispatcher">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  -            <xs:attributeGroup ref="core:attlist.dispatcher"/>
  +            <xs:attributeGroup ref="core:attlist.timerServiceDispatcher"/>
           </xs:complexType>
       </xs:element>
  -    <xs:attributeGroup name="attlist.dispatcher"> </xs:attributeGroup>
  +    <xs:attributeGroup name="attlist.timerServiceDispatcher"> </xs:attributeGroup>
   
  -    <xs:element name="transactionListener">
  +    <xs:element name="thread-pool-dispatcher">
  +        <xs:complexType mixed="true">
  +            <xs:attributeGroup ref="components:attlist.component"/>
  +            <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  +            <xs:attributeGroup ref="core:attlist.threadPoolDispatcher"/>
  +        </xs:complexType>
  +    </xs:element>
  +    <xs:attributeGroup name="attlist.threadPoolDispatcher"> </xs:attributeGroup>
  +
  +    <xs:element name="transaction-listener">
           <xs:complexType mixed="true">
               <xs:attributeGroup ref="components:attlist.component"/>
               <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
  
  
  



More information about the jboss-cvs-commits mailing list