[jboss-cvs] jboss-seam/src/main/org/jboss/seam ...
Gavin King
gavin.king at jboss.com
Fri Dec 15 23:34:06 EST 2006
User: gavin
Date: 06/12/15 23:34:06
Modified: src/main/org/jboss/seam core-1.1.xsd
Log:
transaction success events
Revision Changes Path
1.16 +8 -0 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.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- core-1.1.xsd 27 Nov 2006 03:33:27 -0000 1.15
+++ core-1.1.xsd 16 Dec 2006 04:34:06 -0000 1.16
@@ -27,6 +27,14 @@
</xs:element>
<xs:attributeGroup name="attlist.dispatcher"> </xs:attributeGroup>
+ <xs:element name="transactionListener">
+ <xs:complexType mixed="true">
+ <xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="core:attlist.transactionListener"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:attributeGroup name="attlist.transactionListener"> </xs:attributeGroup>
+
<xs:element name="ejb">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
More information about the jboss-cvs-commits
mailing list