Browse Source

Merge pull request #45 from sslavic/SPR-7940

* SPR-7940:
  Remove note on singleton-scoped proxy raising BCE
pull/45/merge
Chris Beams 13 years ago
parent
commit
7b703b7e9b
  1. 4
      src/reference/docbook/beans-scopes.xml

4
src/reference/docbook/beans-scopes.xml

@ -385,9 +385,7 @@ @@ -385,9 +385,7 @@
<para>You <emphasis>do not</emphasis> need to use the
<literal>&lt;aop:scoped-proxy/&gt;</literal> in conjunction with beans
that are scoped as <literal>singletons</literal> or
<literal>prototypes</literal>. If you try to create a scoped proxy for
a singleton bean, the
<exceptionname>BeanCreationException</exceptionname> is raised.</para>
<literal>prototypes</literal>.</para>
</note>
<para>The configuration in the following example is only one line, but it

Loading…
Cancel
Save