Skip to content

Commit 7b703b7

Browse files
committed
Merge pull request #45 from sslavic/SPR-7940
* SPR-7940: Remove note on singleton-scoped proxy raising BCE
2 parents 833e741 + 924c869 commit 7b703b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/reference/docbook/beans-scopes.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -385,9 +385,7 @@
385385
<para>You <emphasis>do not</emphasis> need to use the
386386
<literal>&lt;aop:scoped-proxy/&gt;</literal> in conjunction with beans
387387
that are scoped as <literal>singletons</literal> or
388-
<literal>prototypes</literal>. If you try to create a scoped proxy for
389-
a singleton bean, the
390-
<exceptionname>BeanCreationException</exceptionname> is raised.</para>
388+
<literal>prototypes</literal>.</para>
391389
</note>
392390

393391
<para>The configuration in the following example is only one line, but it

0 commit comments

Comments
 (0)