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 [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on ADF versioning schema.
+
See the [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on the ADF versioning schema.
  
 
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:
  
 
# Locate the ADF library component that you want to modify.   
 
# Locate the ADF library component that you want to modify.   
# Update the component ''version'' property with the correct version number.  See [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on ADF versioning schema.
+
# Update the component ''version'' property with the correct version number.  See the [[Library_Component_Versions|ADF Library Component Versions]] wiki page for details on ADF versioning schema.
 
# Update the component methods for the bug fix.  
 
# Update the component methods for the bug fix.  
# Reset the ADF for the server and site.  See the [[Reset_ADF|Reset ADF]] wiki page for more details.
+
# [[Reset_ADF|Reset the ADF]] for the server and site.   
 
# The updated bean is now available in the object factory as the component file name.
 
# The updated bean is now available in the object factory as the component file name.
  
Line 15: Line 15:
 
* [[Installation|ADF Installation]]
 
* [[Installation|ADF Installation]]
 
* [[Create_New_App|Create New ADF Application]]
 
* [[Create_New_App|Create New ADF Application]]
 +
 +
[[Category: How-to Guide]]

Revision as of 00:47, 20 December 2009

Modify Library Component for Bug Fix

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

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