[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...
Norman Richards
norman.richards at jboss.com
Wed Mar 7 22:08:41 EST 2007
User: nrichards
Date: 07/03/07 22:08:41
Modified: src/main/org/jboss/seam components-1.2.xsd core-1.2.xsd
Log:
JBSEAM-822: move jndi-name to a separate attribute group
Revision Changes Path
1.2 +146 -140 jboss-seam/src/main/org/jboss/seam/components-1.2.xsd
(In the diff below, changes in quantity of whitespace are not shown.)
Index: components-1.2.xsd
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/components-1.2.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- components-1.2.xsd 27 Feb 2007 06:51:00 -0000 1.1
+++ components-1.2.xsd 8 Mar 2007 03:08:41 -0000 1.2
@@ -18,8 +18,14 @@
<xs:element minOccurs="0" maxOccurs="unbounded" ref="components:property"/>
</xs:sequence>
<xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
</xs:complexType>
</xs:element>
+
+ <xs:attributeGroup name="attlist.ejbcomponent">
+ <xs:attribute name="jndi-name"/>
+ </xs:attributeGroup>
+
<xs:attributeGroup name="attlist.component">
<xs:attribute name="name"/>
<xs:attribute name="class"/>
@@ -43,7 +49,7 @@
</xs:restriction>
</xs:simpleType>
</xs:attribute>
- <xs:attribute name="jndi-name"/>
+
<xs:attribute name="precedence"/>
<xs:attribute name="installed" default="true"/>
<xs:attribute name="auto-create" default="false">
1.2 +10 -8 jboss-seam/src/main/org/jboss/seam/core-1.2.xsd
(In the diff below, changes in quantity of whitespace are not shown.)
Index: core-1.2.xsd
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core-1.2.xsd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- core-1.2.xsd 27 Feb 2007 06:51:00 -0000 1.1
+++ core-1.2.xsd 8 Mar 2007 03:08:41 -0000 1.2
@@ -22,6 +22,7 @@
<xs:element name="dispatcher">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
<xs:attributeGroup ref="core:attlist.dispatcher"/>
</xs:complexType>
</xs:element>
@@ -30,6 +31,7 @@
<xs:element name="transactionListener">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="components:attlist.ejbcomponent"/>
<xs:attributeGroup ref="core:attlist.transactionListener"/>
</xs:complexType>
</xs:element>
More information about the jboss-cvs-commits
mailing list