Environment tab

Use this tab to specify bean properties required by the implementation. For example, there might be a property specifying a JDBC database URL for queries to a remote database. At runtime, the bean accesses these properties using the EJBContext.getEnvironment() method. The tab initially displays the properties and values defined in the bean’s deployment descriptor. You can modify, add, and delete properties as follows:

To do this

Do this

Modify a property

Edit the value in the right column.

Add a property

Click Add. A blank row appears. Type a property name and a value for the property. Property names beginning with com.sybase are reserved for Sybase internal use.

Delete a property

Highlight the property name or value column, then click Delete.

NoteChanging Environment properties after deployment completes After deployment completes, you can configure environment properties using the Advanced tab in the Component Properties dialog box. The environment properties are listed in addition to the com.sybase.jaguar.component properties used internally by EAServer.