[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmt] Re: [Epsilon][Eugenia]Multiple compartments problem

Louis Rose wrote:
Kimon Polychroniadis wrote:
O/H Kimon Polychroniadis έγραψε:
Hello,

I seem to be having a problem with inclusion relationships. In previous versions of EuGENia, I didnt have any problem but now I get an error message. The class is the following:

@gmf.diagram
@gmf.node(label="name")
class MyModel{
    attr String name;
    @gmf.compartment
    val StaticView[*] structuralElements;
    @gmf.compartment
    val DynamicView[*] dynamicElements;
    @gmf.compartment
    val OrganizationalView[*] organizationalElements;
    @gmf.compartment
    val MyModel[*] modelViews;
}

The error message is "Node is referenced from multiple containers with different 'List Layout' values".

Could you give me any hint on what is the problem?

Best regards,
Kimon
No ideas so far?? :(

K.

Hi Kimon,

Apologies for the delay; Dimitrios is on vacation, and I've been unwell this week. I shall take a look at this now, and determine what the problem is.

Many thanks,
Louis.

Hi Kimon,

I've been able to reproduce the problem - it seems to be originating from the GMF validation of the generator model.

For the source your provided above, I believe it is safe to ignore this error message, and generate the diagram editor.

When Dimitrios is back from his vacation, we will investigate further and see if there is a better solution to this problem.

Let us know if encounter any further problems.

Many thanks,
Louis.