Bug 229232 - Update Site materializer attaches errors to the wrong request
Summary: Update Site materializer attaches errors to the wrong request
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Buckminster (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: buckminster.core-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 03:16 EDT by Thomas Hallgren CLA
Modified: 2019-02-25 14:40 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Hallgren CLA 2008-04-29 03:16:44 EDT
Buckminster does not trap errors related to site materialization when they occur early in the process such as when obtaining the ISite instance from which features will be mirrored. The result is that such errors will be associated with the preceding request rather then the current one.
Comment 1 Thomas Hallgren CLA 2008-04-29 03:17:52 EDT
Fixed. The site retrieval is now under a try/catch that will associate it with the correct request.
Comment 2 Thomas Hallgren CLA 2008-04-29 06:29:13 EDT
The fix was in SVN revision 9175