Browse Source

Fix examples for <tx:method/> settings in reference manual

Closes gh-24080
pull/24108/head
Sam Brannen 6 years ago
parent
commit
5648ef3276
  1. 4
      src/docs/asciidoc/data-access.adoc

4
src/docs/asciidoc/data-access.adoc

@ -1094,13 +1094,13 @@ that are nested within `<tx:advice/>` and `<tx:attributes/>` tags: @@ -1094,13 +1094,13 @@ that are nested within `<tx:advice/>` and `<tx:attributes/>` tags:
| No
|
| Comma-delimited list of `Exception` instances that trigger rollback. For example,
`com.foo.MyBusinessException,ServletException.`
`com.foo.MyBusinessException,ServletException`.
| `no-rollback-for`
| No
|
| Comma-delimited list of `Exception` instances that do not trigger rollback. For example,
`com.foo.MyBusinessException,ServletException.`
`com.foo.MyBusinessException,ServletException`.
|===

Loading…
Cancel
Save