diff --git a/doc/reference/src/messaging.xml b/doc/reference/src/messaging.xml
index a2b2d1d3..7be07f6b 100644
--- a/doc/reference/src/messaging.xml
+++ b/doc/reference/src/messaging.xml
@@ -1037,7 +1037,7 @@ namespace MyApp
<property name="MessageConverter">
<null/>
</property>
-</bean>
+</object>
Please note that if the above 'MessageListener' receives a Message
of a type other than ITextMessage, a
@@ -1129,8 +1129,7 @@ namespace MyApp
</nms:listener-container>
The example above is equivalent to creating two distinct listener
- container bean definitions and two distinct MessageListenerAdapter bean
- definitions as demonstrated in the section entitled . In addition to the attributes
shown above, the listener element may contain several optional ones. The
following table describes all available attributes:
diff --git a/doc/reference/src/objects.xml b/doc/reference/src/objects.xml
index c88fda73..a7c7521f 100644
--- a/doc/reference/src/objects.xml
+++ b/doc/reference/src/objects.xml
@@ -4861,7 +4861,7 @@ cfg.PostProcessObjectFactory(factory);
IObjectFactory capabilities in a lot more depth
than the said feature matrix.)
-
Feature Matrix
diff --git a/doc/reference/src/transaction.xml b/doc/reference/src/transaction.xml
index 498d4151..f4929688 100644
--- a/doc/reference/src/transaction.xml
+++ b/doc/reference/src/transaction.xml
@@ -458,7 +458,7 @@
TransactionInterceptor.CurrentTransactionStatus.RollbackOnly = true;
- Understanding
+ Understanding
Spring's declarative transaction implementation
The aim of this section is to dispel the mystique that is