Bug 65183

Summary: association between note and message arrow in sequence diagram not reloaded
Product: [Applications] umbrello Reporter: Achim Spangler <Achim.Spangler>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

Description Achim Spangler 2003-09-29 14:16:53 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    SuSE RPMs
Compiler:          g++ (GCC) 3.3 20030226 
OS:          Linux

current CVS umbrello reports the following error messages on reload of an association between sequence diagram message arrow (function) and note:
--------------------------------------------
ERROR: AssociationWidget::loadFromXMI(): cannot find widget for roleA id 9523
ERROR: ERROR: couldnt loadFromXMI association widget:0x8441ac8, bad XMI file? Deleting from umlview.
--------------------------------------------

This happens for a new created test project. And the remarked ID _is_ defined in the xmi file.

How to reproduce:
+ create new project with >= 2 classes, each >= 1 function
+ create sequence diagram with class A calling B::func1
+ create note text field and connect it to the message arrow
+ save project
+ reload project
   -> umbrello prints above mentioned errors
   -> umbrello doesn't display association between note and message
Comment 1 Oliver Kellogg 2003-09-30 22:06:24 UTC
Fixed in CVS.
BTW, how do you mark a bug as fixed in bugs.kde.org?
I can't find a button that lets me do it...
Comment 2 Jonathan Riddell 2003-10-05 22:26:26 UTC
confirmed