Skip to content

Commit

Permalink
"bean archive"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 5, 2009
1 parent 6369eb3 commit 22bd5bf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions reference/en-US/decorators.xml
Expand Up @@ -151,8 +151,8 @@ public abstract class LargeTransactionDecorator

<para>
By default, all decorators are disabled. We need to <emphasis>enable</emphasis> our decorator in the
<literal>beans.xml</literal> descriptor of a bean deployment archive. This activation only applies
to beans in the same archive.
<literal>beans.xml</literal> descriptor of a bean archive. This activation only applies to the beans
in that archive.
</para>

<programlisting role="XML"><![CDATA[<beans
Expand Down
4 changes: 2 additions & 2 deletions reference/en-US/interceptors.xml
Expand Up @@ -120,8 +120,8 @@ public class TransactionInterceptor {

<para>
By default, all interceptors are disabled. We need to <emphasis>enable</emphasis> our interceptor in the
<literal>beans.xml</literal> descriptor of a bean deployment archive. This activation only applies to beans in
the same archive.
<literal>beans.xml</literal> descriptor of a bean archive. This activation only applies to the beans in
that archive.
</para>

<programlisting role="XML"><![CDATA[<beans
Expand Down
6 changes: 3 additions & 3 deletions reference/en-US/specialization.xml
Expand Up @@ -80,9 +80,9 @@ public class StagingCreditCardPaymentProcessor
<para>
By default, <literal>@Alternative</literal> beans are disabled. We need to <emphasis>enable</emphasis> the
alternative&#8212;effectively replacing the bean implementation without the <literal>@Alternative</literal>
annotation&#8212;in the <literal>beans.xml</literal> descriptor of a bean deployment archive by specifying the bean
class (or the class that contains the alternative producer method or field). This activation only applies to
beans in the same archive.
annotation&#8212;in the <literal>beans.xml</literal> descriptor of a bean archive by specifying the bean
class (or the class that contains the alternative producer method or field). This activation only applies
to the beans in that archive.
</para>

<programlisting role="XML"><![CDATA[<beans
Expand Down

0 comments on commit 22bd5bf

Please sign in to comment.