Modify Library Component Bug Fix

From ADF Docs
Revision as of 22:40, 7 March 2010 by Rwest (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Modify Library Component for Bug Fix

See the ADF Library Component Versions wiki page for details on the ADF versioning schema.

Note: it is only necessary to update the major/minor version of an ADF Library Component
if you add new methods, delete methods, change attributes or return variables

The following describes the steps to modify an ADF library component with a bug fix:

  1. Locate the ADF library component that you want to modify.
  2. Update the component version property with the correct version number. See the ADF Library Component Versions wiki page for details on ADF versioning schema.
  3. Update the component methods for the bug fix.
  4. Reset the ADF for the server and site.
  5. The updated bean is now available in the object factory as the component file name.

Related Guides