SPRNET-1007 - remove extraneous 'bean' references.

This commit is contained in:
markpollack
2008-08-17 01:36:59 +00:00
parent cbe3198e73
commit 668003f8a5
3 changed files with 4 additions and 5 deletions

View File

@@ -1037,7 +1037,7 @@ namespace MyApp
<property name="MessageConverter">
<null/>
</property>
&lt;/bean&gt;</programlisting>
&lt;/object&gt;</programlisting>
<para>Please note that if the above 'MessageListener' receives a Message
of a type other than ITextMessage, a
@@ -1129,8 +1129,7 @@ namespace MyApp
&lt;/nms:listener-container&gt;</programlisting>
<para>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 <xref
container object definitions and two distinct MessageListenerAdapter object definitions as demonstrated in the section entitled <xref
linkend="message-listener-adapter" />. In addition to the attributes
shown above, the listener element may contain several optional ones. The
following table describes all available attributes:</para>

View File

@@ -4861,7 +4861,7 @@ cfg.PostProcessObjectFactory(factory);</programlisting></para>
<classname>IObjectFactory</classname> capabilities in a lot more depth
than the said feature matrix.)</para>
<table id="context-introduction-ctx-vs-beanfactory-feature-matrix"
<table id="context-introduction-ctx-vs-objectfactory-feature-matrix"
pgwide="1">
<title>Feature Matrix</title>

View File

@@ -458,7 +458,7 @@
<programlisting>TransactionInterceptor.CurrentTransactionStatus.RollbackOnly = true;</programlisting>
<sect2 id="tx-understandingimpl">
<title id="beannameautoproxycreator-for-transactions">Understanding
<title id="objectnameautoproxycreator-for-transactions">Understanding
Spring's declarative transaction implementation</title>
<para>The aim of this section is to dispel the mystique that is