
|
If you were logged in you would be able to see more operations.
|
|
|
Hyperic HQ
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
|
|
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);
}
|
|
Description
|
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);
}
|
Show » |
|