Bug 142033

Summary: Deprecated warnings after Struts 1.2.4 upgrade
Product: [Retired] Red Hat Network Reporter: Jesus M. Rodriguez <jesusr>
Component: RHN/R&DAssignee: Michael Bowman <mbowman>
Status: CLOSED CURRENTRELEASE QA Contact: Red Hat Satellite QA List <satqe-list>
Severity: medium Docs Contact:
Priority: medium    
Version: RHN Devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-30 17:38:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 125080    

Description Jesus M. Rodriguez 2004-12-06 20:36:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; rv:1.7.3) Gecko/20041001
Firefox/0.10.1

Description of problem:
The following action classes are using deprecated code from Struts.
We're using ActionError which was deprecated in 1.2.0, we should
be using ActionMessage:

LoginAction.java
CreateUserAction.java
UserEditAction.java
ChangeEmailAction.java
RhnValidationHelper.java

RhnMockDynaActionForm uses the clear() method which has also been
deprecated. According to the documentation, we no longer need it:
"Deprecated. No longer need to Clear our cache of DynaActionFormClass
instances."


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
Turn on deprecated warnings in Eclipse and watch the errors fly.

Expected Results:  Expect our code to be clean of deprecated warnings.

Additional info: