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

Key: HHQ-1045
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Charles Lee
Reporter: Jon Travis
Votes: 0
Watchers: 0
Operations

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

Creating an application with the same name as another throws stack trace

Created: 21/Aug/07 09:36 AM   Updated: 10/Oct/07 03:26 PM
Component/s: None
Affects Version/s: 3.1.0
Fix Version/s: 3.2.0

Verify By: Nipuna Bhayani
Last comment: 58 weeks, 1 day ago
Resolution Date: 28/Sep/07 09:48 AM


 Description  « Hide
If I create an application with the name 'MyApp', then try and create another one with the name 'MyApp', I get a big stacktrace.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Charles Lee - 28/Sep/07 09:48 AM
Looking up previously created application was relying on comparing with the sortName column, which has not been filled in since conversion to Hibernate. So, changed query to compare against the actual name column.

Nipuna Bhayani - 10/Oct/07 03:26 PM
Works fine in Release 3.2.0-EE build 497

Warning message is displayed
Name is already used.