Update of /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Transaction/Config
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32219
Modified Files:
spring-tx-1.1.xsd
Log Message:
SPRNET-873 - ReadCommitted was misspelled in spring-tx-1.1.xsd
Index: spring-tx-1.1.xsd
===================================================================
RCS file: /cvsroot/springnet/Spring.Net/src/Spring/Spring.Data/Transaction/Config/spring-tx-1.1.xsd,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** spring-tx-1.1.xsd 17 Feb 2008 12:06:27 -0000 1.5
--- spring-tx-1.1.xsd 17 Feb 2008 13:16:36 -0000 1.6
***************
*** 166,170 ****
</xsd:simpleType>
</xsd:attribute>
! <xsd:attribute name="isolation" default="Unspecified">
<xsd:simpleType>
<xsd:annotation>
--- 166,170 ----
</xsd:simpleType>
</xsd:attribute>
! <xsd:attribute name="isolation" default="ReadCommitted">
<xsd:simpleType>
<xsd:annotation>
|