Difference between revisions of "Modify Library Component Bug Fix"

From ADF Docs
Jump to: navigation, search
(Created page with '== Modify Library Component for Bug Fix== See ADF Library Component Versions wiki page for details on ADF versioning schema. The following describ…')
 
 
(2 intermediate revisions by 2 users not shown)
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.
 +
 
 +
<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:
  
 
# 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.
  
 
== 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]]

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