[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Connection happens only for first linking mapping

Hello All.

This is the same problem as my previous post of link mapping

I have some figures of different types and I like to connect them with one ConnectionLine. I have certain sources and targets for each figure in link element,

And I create pairs of LinkMappings, like this:
linkMapping{
source:link.sourceNode1;
target:link.targetNode2;
}
linkMapping{
source:link.sourceNode1;
target:link.targetNode3;
}
linkMapping{
source:link.sourceNode2;
target:link.targetNode3;

}
linkMapping{
source:link.sourceNode2;
target:link.targetNode1;
}
and on.

For each mapping I specify the same tool creation and diagram link.
When I try to create link all works good for first link mapping, but for others only record in model file is created but graphical line isn't drawn.


I used the same model files of previous version 1.0 now i have gmf version 2.13

Its gives the same execution exception

Regards
Govind R