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

Gavin King gavin.king at jboss.com
Fri Feb 2 09:04:49 EST 2007


  User: gavin   
  Date: 07/02/02 09:04:49

  Modified:    src/main/org/jboss/seam   components-1.1.dtd
                        components-1.1.xsd
  Log:
  fixed JBSEAM-749
  
  Revision  Changes    Path
  1.5       +3 -3      jboss-seam/src/main/org/jboss/seam/components-1.1.dtd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-1.1.dtd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/components-1.1.dtd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- components-1.1.dtd	24 Nov 2006 23:15:17 -0000	1.4
  +++ components-1.1.dtd	2 Feb 2007 14:04:48 -0000	1.5
  @@ -6,12 +6,12 @@
   
   -->
   
  -<!ELEMENT components (component|factory)*>
  +<!ELEMENT components (component|factory|event)*>
   
   <!ELEMENT component (property*)>
   <!ATTLIST component name CDATA #IMPLIED>
   <!ATTLIST component class CDATA #IMPLIED>
  -<!ATTLIST component scope (stateless|request|page|conversation|session|business_process|application|STATELESS|REQUEST|PAGE|CONVERSATION|SESSION|BUSINESS_PROCESS|APPLICATION) #IMPLIED>
  +<!ATTLIST component scope (stateless|event|page|conversation|session|business_process|application|STATELESS|EVENT|PAGE|CONVERSATION|SESSION|BUSINESS_PROCESS|APPLICATION) #IMPLIED>
   <!ATTLIST component jndi-name CDATA #IMPLIED>
   <!ATTLIST component installed CDATA #IMPLIED>
   <!ATTLIST component precedence CDATA #IMPLIED>
  @@ -21,7 +21,7 @@
   <!ATTLIST factory name CDATA #REQUIRED>
   <!ATTLIST factory method CDATA #IMPLIED>
   <!ATTLIST factory value CDATA #IMPLIED>
  -<!ATTLIST factory scope (stateless|request|page|conversation|session|business_process|application|STATELESS|REQUEST|PAGE|CONVERSATION|SESSION|BUSINESS_PROCESS|APPLICATION) #IMPLIED>
  +<!ATTLIST factory scope (stateless|event|page|conversation|session|business_process|application|STATELESS|EVENT|PAGE|CONVERSATION|SESSION|BUSINESS_PROCESS|APPLICATION) #IMPLIED>
   <!ATTLIST factory auto-create (true|false) "false">
   
   <!ELEMENT property (#PCDATA|key|value)*>
  
  
  
  1.6       +4 -4      jboss-seam/src/main/org/jboss/seam/components-1.1.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: components-1.1.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/components-1.1.xsd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- components-1.1.xsd	15 Dec 2006 04:42:41 -0000	1.5
  +++ components-1.1.xsd	2 Feb 2007 14:04:48 -0000	1.6
  @@ -26,14 +26,14 @@
         <xs:simpleType>
           <xs:restriction base="xs:token">
             <xs:enumeration value="stateless"/>
  -          <xs:enumeration value="request"/>
  +          <xs:enumeration value="event"/>
             <xs:enumeration value="page"/>
             <xs:enumeration value="conversation"/>
             <xs:enumeration value="session"/>
             <xs:enumeration value="business_process"/>
             <xs:enumeration value="application"/>
             <xs:enumeration value="STATELESS"/>
  -          <xs:enumeration value="REQUEST"/>
  +          <xs:enumeration value="EVENT"/>
             <xs:enumeration value="PAGE"/>
             <xs:enumeration value="CONVERSATION"/>
             <xs:enumeration value="SESSION"/>
  @@ -67,14 +67,14 @@
         <xs:simpleType>
           <xs:restriction base="xs:token">
             <xs:enumeration value="stateless"/>
  -          <xs:enumeration value="request"/>
  +          <xs:enumeration value="event"/>
             <xs:enumeration value="page"/>
             <xs:enumeration value="conversation"/>
             <xs:enumeration value="session"/>
             <xs:enumeration value="business_process"/>
             <xs:enumeration value="application"/>
             <xs:enumeration value="STATELESS"/>
  -          <xs:enumeration value="REQUEST"/>
  +          <xs:enumeration value="EVENT"/>
             <xs:enumeration value="PAGE"/>
             <xs:enumeration value="CONVERSATION"/>
             <xs:enumeration value="SESSION"/>
  
  
  



More information about the jboss-cvs-commits mailing list