Bug 196070 - handleProxy() should be called to set proxy uri when type of object is known
Summary: handleProxy() should be called to set proxy uri when type of object is known
Status: VERIFIED FIXED
Alias: None
Product: MDT.UML2
Classification: Modeling
Component: Core (show other bugs)
Version: 2.0.3   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0.4   Edit
Assignee: James Bruck CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2007-07-10 16:33 EDT by James Bruck CLA
Modified: 2012-05-22 11:59 EDT (History)
0 users

See Also:


Attachments
patch for 2.1 (1.56 KB, patch)
2007-07-11 10:47 EDT, James Bruck CLA
no flags Details | Diff
patch for 2.0.0.4 (1.88 KB, patch)
2007-07-11 10:53 EDT, James Bruck CLA
no flags Details | Diff
spaces updated (1.58 KB, patch)
2007-07-11 11:00 EDT, James Bruck CLA
Kenn.Hussey: iplog+
Details | Diff
test models (2.60 KB, application/octet-stream)
2007-07-11 13:00 EDT, James Bruck CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description James Bruck CLA 2007-07-10 16:33:36 EDT
SAXXMIHandler should call handleProxy when the attribute is "href" and the type of object is not AnyType.

This causes problems when trying to use getMixed() during migrations since the resulting object does not have a correctly set proxy uri.

bugzilla [196040] has been raised on EMF but in the meantime, UML should provide a workaround.   A suggested fix would be to override handleObjectAttribs() in UMLHandler.
Comment 1 James Bruck CLA 2007-07-11 10:47:22 EDT
Created attachment 73547 [details]
patch for 2.1
Comment 2 James Bruck CLA 2007-07-11 10:53:42 EDT
Created attachment 73550 [details]
patch for 2.0.0.4
Comment 3 James Bruck CLA 2007-07-11 11:00:27 EDT
Created attachment 73552 [details]
spaces updated
Comment 4 James Bruck CLA 2007-07-11 13:00:10 EDT
Created attachment 73566 [details]
test models
Comment 5 Kenn Hussey CLA 2007-07-12 14:59:50 EDT
The fix has been committed to CVS.
Comment 6 Kenn Hussey CLA 2007-07-16 15:32:45 EDT
The fix is available in build M200707131442.
Comment 7 Nick Boldt CLA 2008-01-28 16:38:29 EST
Move to verified as per bug 206558.