History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1340
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Brad Johnson
Votes: 0
Watchers: 1
Operations

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

In org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore _getStructureStylesheetUserPreferences() we shouldn't throw the generic Exception.

Created: 11/Nov/05 01:58 PM   Updated: 03/Oct/07 12:20 PM
Component/s: None
Affects Version/s: 2.6.0 M1, 2.6.0 RC1, 2.6.0 RC2, 2.6.0 GA, 2.6.1 RC1, 2.6.1 RC2
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
In org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore _getStructureStylesheetUserPreferences() we shouldn't throw the generic Exception.

Change:

throw new Exception("Unknown database driver");

to this:

throw new RuntimeException("Unknown database driver");

Change the code to catch the Exception thrown by getStructureStylesheetDescription(stylesheetId) and wrap in a RuntimeException or a PortalException.




 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.