
Use this procedure to declare all environment entries that the enterprise bean expects to be provided in its environment at runtime.
You can customize your enterprise bean by editing its environment entries during deployment or assembly.
| Property | Description |
|---|---|
|
Environment Entry Name |
The name of the bean's environment entry. The name is a JNDI name relative to the java:comp/env context. This name must be unique within the enterprise bean. |
|
Environment Entry Type |
A drop-down list that contains the possible fully-qualified Java types of the environment entry value, which is expected by the bean's source code. |
|
Environment Entry Value |
The value of the bean's environment entry. |
|
Description |
A description of the environment entry. |
The declared environment entry appears as sub-node under the env-entry node.
To remove an environment entry, select it and choose Remove.