[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/spring ...

Michael Youngstrom youngm at gmail.com
Wed Aug 22 19:23:41 EDT 2007


  User: myoungstrom
  Date: 07/08/22 19:23:41

  Modified:    src/ioc/org/jboss/seam/ioc/spring  spring-2.0.xsd
  Log:
  JBSEAM-1845 a few more fixes
  
  Revision  Changes    Path
  1.5       +14 -19    jboss-seam/src/ioc/org/jboss/seam/ioc/spring/spring-2.0.xsd
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: spring-2.0.xsd
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/spring/spring-2.0.xsd,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- spring-2.0.xsd	22 Aug 2007 23:20:55 -0000	1.4
  +++ spring-2.0.xsd	22 Aug 2007 23:23:41 -0000	1.5
  @@ -36,13 +36,10 @@
   	<xs:element name="task-executor-dispatcher">
   		<xs:complexType mixed="true">
   			<xs:attributeGroup ref="components:attlist.component" />
  -			<xs:attributeGroup ref="spring:attlist.taskExecutorDispatcher" />
  -		</xs:complexType>
  -	</xs:element>
  -	<xs:attributeGroup name="attlist.taskExecutorDispatcher">
   		<xs:attribute name="task-executor" use="required" />
   		<xs:attribute name="schedule-dispatcher" />
  -	</xs:attributeGroup>
  +		</xs:complexType>
  +	</xs:element>
   	<xs:element name="spring-transaction">
   		<xs:complexType mixed="true">
   			<xs:attributeGroup ref="components:attlist.component" />
  @@ -55,8 +52,7 @@
   					</xs:documentation>
   				</xs:annotation>
   			</xs:attribute>
  -			<xs:attribute name="conversation-context-required" type="xs:boolean" use="required" default="true">
  -				<xs:annotation>
  +			<xs:attribute name="conversation-context-required" type="xs:boolean" use="optional" default="true">
   					<xs:annotation>
   						<xs:documentation>
   							Specify if this transaction manager requires a conversation context to be available or not.
  @@ -67,7 +63,6 @@
   			</xs:attribute>
   			<xs:attribute name="join-transaction" type="xs:boolean" use="optional">
   				<xs:annotation>
  -					<xs:annotation>
   						<xs:documentation>
   							Should this transaction manager participate in request to join a transaction.  For JTA
   							transactions set to true. 
  
  
  



More information about the jboss-cvs-commits mailing list