History | Log In     View a printable version of the current page.  
Hyperic HQ 3.2.5-EE Maintenance Release is Now Available
Issue Details (XML | Word | Printable)

Key: HHQ-1725
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Charles Lee
Reporter: Charles Lee
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hyperic HQ

Infinite Recursion in ServerManager.getServerResourceValue()

Created: 03/Mar/08 02:38 PM   Updated: 17/Mar/08 05:00 PM
Component/s: Appdef
Affects Version/s: 3.2.0, 3.2.1
Fix Version/s: 3.2.2

Verify By: Kashyap Parikh
Last comment: 29 weeks, 4 days ago
Resolution Date: 03/Mar/08 03:32 PM


 Description  « Hide
Following code is an infinite recursion when the user who created the server is deleted:

    public ResourceValue getServerResourceValue(Integer pk)
        throws FinderException {
        return getServerResourceValue(pk);
    }



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Lee - 03/Mar/08 03:32 PM
Removed call to self

Kashyap Parikh - 17/Mar/08 05:00 PM
User delete owning server resources works fine (3.2.2 #640)