|
4155 | 4155 | <xsd:complexType name="transactionalType">
|
4156 | 4156 | <xsd:attribute name="transaction-manager" type="xsd:string" default="transactionManager">
|
4157 | 4157 | <xsd:annotation>
|
4158 |
| - <xsd:documentation><![CDATA[ |
4159 |
| - The bean name of the PlatformTransactionManager to use. |
4160 |
| - ]]></xsd:documentation> |
| 4158 | + <xsd:documentation> |
| 4159 | + The bean name of the PlatformTransactionManager to use. |
| 4160 | + </xsd:documentation> |
4161 | 4161 | <xsd:appinfo>
|
4162 | 4162 | <tool:annotation kind="ref">
|
4163 |
| - <tool:expected-type type="org.springframework.transaction.PlatformTransactionManager"/> |
| 4163 | + <tool:expected-type type="org.springframework.transaction.TransactionManager"/> |
4164 | 4164 | </tool:annotation>
|
4165 | 4165 | </xsd:appinfo>
|
4166 | 4166 | </xsd:annotation>
|
4167 | 4167 | </xsd:attribute>
|
4168 | 4168 | <xsd:attribute name="propagation" default="REQUIRED">
|
4169 | 4169 | <xsd:annotation>
|
4170 |
| - <xsd:documentation source="java:org.springframework.transaction.annotation.Propagation"><![CDATA[ |
4171 |
| - The transaction propagation behavior. |
4172 |
| - ]]></xsd:documentation> |
| 4170 | + <xsd:documentation source="java:org.springframework.transaction.annotation.Propagation"> |
| 4171 | + The transaction propagation behavior. |
| 4172 | + </xsd:documentation> |
4173 | 4173 | </xsd:annotation>
|
4174 | 4174 | <xsd:simpleType>
|
4175 | 4175 | <xsd:union memberTypes="propagationEnumeration xsd:string"/>
|
4176 | 4176 | </xsd:simpleType>
|
4177 | 4177 | </xsd:attribute>
|
4178 | 4178 | <xsd:attribute name="isolation" default="DEFAULT">
|
4179 | 4179 | <xsd:annotation>
|
4180 |
| - <xsd:documentation source="java:org.springframework.transaction.annotation.Isolation"><![CDATA[ |
4181 |
| - The transaction isolation level. |
4182 |
| - ]]></xsd:documentation> |
| 4180 | + <xsd:documentation source="java:org.springframework.transaction.annotation.Isolation"> |
| 4181 | + The transaction isolation level. |
| 4182 | + </xsd:documentation> |
4183 | 4183 | </xsd:annotation>
|
4184 | 4184 | <xsd:simpleType>
|
4185 | 4185 | <xsd:union memberTypes="isolationEnumeration xsd:string"/>
|
4186 | 4186 | </xsd:simpleType>
|
4187 | 4187 | </xsd:attribute>
|
4188 | 4188 | <xsd:attribute name="timeout" type="xsd:string" default="-1">
|
4189 | 4189 | <xsd:annotation>
|
4190 |
| - <xsd:documentation><![CDATA[ |
4191 |
| - The transaction timeout value (in seconds). |
4192 |
| - ]]></xsd:documentation> |
| 4190 | + <xsd:documentation> |
| 4191 | + The transaction timeout value (in seconds). |
| 4192 | + </xsd:documentation> |
4193 | 4193 | </xsd:annotation>
|
4194 | 4194 | </xsd:attribute>
|
4195 | 4195 | <xsd:attribute name="read-only" type="xsd:string" default="false">
|
4196 | 4196 | <xsd:annotation>
|
4197 |
| - <xsd:documentation><![CDATA[ |
4198 |
| - Is this transaction read-only? |
4199 |
| - ]]></xsd:documentation> |
| 4197 | + <xsd:documentation> |
| 4198 | + Is this transaction read-only? |
| 4199 | + </xsd:documentation> |
4200 | 4200 | </xsd:annotation>
|
4201 | 4201 | </xsd:attribute>
|
4202 | 4202 | <xsd:attribute name="synchronization-factory" type="xsd:string">
|
4203 | 4203 | <xsd:annotation>
|
4204 |
| - <xsd:documentation><![CDATA[ |
| 4204 | + <xsd:documentation> |
4205 | 4205 | Reference to an instance of org.springframework.integration.transaction.TransactionSynchronizationFactory
|
4206 | 4206 | which will return an instance of org.springframework.transaction.support.TransactionSynchronization via its create(..) method.
|
4207 |
| - ]]></xsd:documentation> |
| 4207 | + </xsd:documentation> |
4208 | 4208 | <xsd:appinfo>
|
4209 | 4209 | <tool:annotation kind="ref">
|
4210 | 4210 | <tool:expected-type
|
|
0 commit comments