Skip to content

Commit

Permalink
[spec] [chapter-11] Use Section instead of subsection
Browse files Browse the repository at this point in the history
* Removed on line 953, 1466, 1866, 1995, 2374, 2683

Signed-off-by: hussainnm <hussain.nm@cognizant.com>
  • Loading branch information
hussainnm committed Mar 1, 2020
1 parent f83de1d commit 4d8d368
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions spec/src/main/asciidoc/core/EnterpriseBeanEnvironment.adoc
Expand Up @@ -950,14 +950,11 @@ The Bean Provider
may use EJB references to locate the business interfaces, no-interface
views, or home interfaces of other enterprise beans as follows.

:section-refsig: subsection
* Assign an entry in the enterprise bean’s
environment to the reference. (See <<a3998>>
for information on how EJB references are
declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all references to other enterprise beans be organized
in the `ejb` subcontext of the bean’s environment (i.e., in the
Expand Down Expand Up @@ -1466,15 +1463,12 @@ The Bean Provider
must use resource manager connection factory references to obtain
connections to resources as follows.

:section-refsig: subsection
* Assign an entry in the enterprise bean’s
environment to the resource manager connection factory reference. (See
<<a4245>> for
information on how resource manager connection factory references are
declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all resource manager connection factory references be
organized in the subcontexts of the bean’s environment, using a
Expand Down Expand Up @@ -1869,13 +1863,10 @@ The Bean Provider must use resource
environment references to locate administered objects that are
associated with resources, as follows:

:section-refsig: subsection
* Assign an entry in the enterprise bean’s
environment to the reference. (See <<a4353>> for information on how resource
environment references are declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all resource environment references be organized in
the appropriate subcontext of the bean’s environment for the resource
Expand Down Expand Up @@ -2001,14 +1992,10 @@ javax.jms.Queue stockQueue;
The Bean Provider uses message destination
references to locate message destinations, as follows.

:section-refsig: subsection

* Assign an entry in the enterprise bean’s
environment to the reference. (See <<a4419>> for information on how message
destination references are declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all message destination references be organized in the
appropriate subcontext of the bean’s environment for the messaging
Expand Down Expand Up @@ -2384,14 +2371,11 @@ The Bean Provider
must use persistence unit references to obtain references to entity
manager factories as follows:

:section-refsig: subsection
* Assign an entry in the enterprise bean’s
environment to the persistence unit reference. (See <<a4588>>
for information on how persistence
unit references are declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all persistence unit references be organized in the
`java:comp/env/persistence` subcontexts of the bean’s environment.
Expand Down Expand Up @@ -2696,15 +2680,11 @@ must use persistence context references to obtain references to a
container-managed entity manager configured for a persistence unit as
follows:

:section-refsig: subsection

* Assign an entry in the enterprise bean’s
environment to the persistence context reference. (See <<a4717>>
for information on how persistence
context references are declared in the deployment descriptor.)

:section-refsig: Section

* The EJB specification recommends, but does
not require, that all persistence context references be organized in the
`java:comp/env/persistence` subcontexts of the bean’s environment.
Expand Down

0 comments on commit 4d8d368

Please sign in to comment.