IBM WebSphere Adapters Network Card User Manual


 
Add Required Config Property dialog
When you add, modify, or delete user-defined properties in this section, the editor
creates (or removes) the corresponding Java bean properties in your code. For
more information, see Modifying properties.
Modifying deployment descriptor properties
When you modify configuration properties, the Resource Adapter Deployment
Descriptor automatically updates source code with corresponding JavaBean
properties.
When you define configuration properties, you typically must also add them to the
source code as JavaBean properties. The Resource Adapter Deployment Descriptor
performs this and other tasks automatically:
v When you add a property using the editor, the editor adds the appropriate field
and accessor methods to the Java code for you.
v When you delete a property, the editor removes the field and accessor methods
for you.
v When you modify the type of a property, the editor adjusts the field and
accessor methods accordingly.
Note: Removing or modifying properties may cause compile errors in your code
that you must resolve.
66 WebSphere Adapters: WebSphere Adapter Toolkit User Guide