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

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

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

change dlm.RDBMDistributedLayoutStore.saveStructure() and RDBMUserLayoutStore.saveStructure() to not throw Exception

Created: 11/Nov/05 12:57 PM   Updated: 03/Oct/07 12:20 PM
Component/s: Distributed Layout Management (DLM)
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
Change org.jasig.portal.layout.dlm.RDBMDistributedLayoutStore.saveStructure() and org.jasig.portal.layout.simple.RDBMUserLayoutStore.saveStructure() to not throw generic Exception:

crs.getChannelDefinition(chanId) throws Exception and forces the code in saveStructure() to handle Exception. In order to wall-off the problem with the IChannelRegistryStore interface please catch Exception around the call to getChannelDefinition() and wrap it with a RuntimeException or other api specific checked exception depending on how you want the error to be handled.

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