Difference between revisions of "Modify Library Component Bug Fix"

From ADF Docs
Jump to: navigation, search
 
Line 1: Line 1:
 
== Modify Library Component for Bug Fix==
 
== Modify Library Component for Bug Fix==
 
See the [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on the ADF versioning schema.
 
See the [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on the ADF versioning schema.
 +
 +
<pre>
 +
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
 +
</pre>
  
 
The following describes the steps to modify an ADF library component with a bug fix:
 
The following describes the steps to modify an ADF library component with a bug fix:
Line 11: Line 16:
  
 
== Related Guides ==
 
== Related Guides ==
* [[Add_Method_to_Library_minor_version|Add method to Component in Library (new minor version)]]
+
* [[Add_Method_to_Library_(major/minor_version)|Add method to Component in Library (new minor/major version)]]
* [[Add_Method_to_Library_major_version|Add method to Component in Library (new major version)]]
 
 
* [[Installation|ADF Installation]]
 
* [[Installation|ADF Installation]]
 
* [[Create_New_App|Create New ADF Application]]
 
* [[Create_New_App|Create New ADF Application]]
  
 
[[Category: How-to Guide]]
 
[[Category: How-to Guide]]

Latest revision as of 22:40, 7 March 2010

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