[UML] State diagram problems

Hi,

I have a serious problem with the state diagrams of my UML project. At a certain point (after simple closing and reopening Studio Enterprise) I lost all the transitions from all of the state diagrams in the project.

As a matter of fact, the .etld files seem to contain the <edge> elements for these transitions, but they don't appear on the diagrams.

Have you ever met something like this? Is it anything, that I could do with it? Redrawing all of the transitons would be very annoying, especially that it can happen anytime.

Attila T髏h

[578 byte] By [steelthrashera] at [2007-11-27 10:02:05]
# 1

The model and the diagrams are saved in to different files. It sounds like your diagrams where saved but your model was not saved. When you save a diagram, we do not automatically save the model because the model is a combination of information on multiple diagrams.

In NetBeans 5.5 we found and solved a lot of save issues. Maybe this issue was fixed in NetBeans 5.5.

TreySpivaa at 2007-7-13 0:36:16 > top of Java-index,Development Tools,Java Tools...
# 2
So, is there no way to recover model information from diagram files?Or repairing the model somehow?Is it the only way: redrawing all of my state diagrams, saving the project 3 times daily to different locations and praying for lucky days, when do not happen something like
steelthrashera at 2007-7-13 0:36:16 > top of Java-index,Development Tools,Java Tools...
# 3

I am sorry to say that we do not have a way to recover information form a diagram file. To save the diagram you can use the context menu on a UML project to save the project.

In NetBeans 5.5 we will prompt you to save a dirty project when closing the IDE. Actaully in JSE we also prompt you as well. However we found some issues in this area that was fixed in NetBeas 5.5.

TreySpivaa at 2007-7-13 0:36:16 > top of Java-index,Development Tools,Java Tools...