[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...
Gavin King
gavin.king at jboss.com
Mon Nov 20 19:59:21 EST 2006
User: gavin
Date: 06/11/20 19:59:21
Modified: src/main/org/jboss/seam core-1.1.xsd
Log:
some attributes
Revision Changes Path
1.6 +8 -4 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.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- core-1.1.xsd 21 Nov 2006 00:33:45 -0000 1.5
+++ core-1.1.xsd 21 Nov 2006 00:59:21 -0000 1.6
@@ -76,7 +76,6 @@
</xs:attribute>
<xs:attribute name="jndi-pattern"/>
<xs:attribute name="client-side-conversations" />
- <xs:attribute name="jbpm-installed" />
<xs:attribute name="my-faces-lifecycle-bug" />
<xs:attribute name="user-transaction-name" />
</xs:attributeGroup>
@@ -106,6 +105,11 @@
</xs:complexType>
</xs:element>
<xs:attributeGroup name="attlist.manager">
+ <xs:attribute name="concurrent-request-timeout"></xs:attribute>
+ <xs:attribute name="conversation-timeout"></xs:attribute>
+ <xs:attribute name="conversation-id-parameter"></xs:attribute>
+ <xs:attribute name="parent-conversation-id-parameter"></xs:attribute>
+ <xs:attribute name="conversation-is-long-running-parameter"></xs:attribute>
</xs:attributeGroup>
<xs:element name="microcontainer">
@@ -133,6 +137,7 @@
</xs:complexType>
</xs:element>
<xs:attributeGroup name="attlist.pages">
+ <xs:attribute name="no-conversation-view-id"></xs:attribute>
</xs:attributeGroup>
<xs:element name="pojo-cache">
@@ -211,7 +216,6 @@
</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