Skip to main content



      Home
Home » Modeling » EMF » EMF Editor fails during opening
EMF Editor fails during opening [message #424106] Thu, 16 October 2008 11:08 Go to next message
Eclipse UserFriend
Hey,

after setting up my metamodel, i want to test it with the generated editor.
The problems is, that it abort the opening process with the following
exception:

java.lang.IllegalArgumentException: The feature 'qualifiedName' is not a
valid changeable feature
at
org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSet(BasicEObjec tImpl.java:1081)

The attribute 'qualifiedName" is marked as a volatile, transient,
unchangeable and derived attribute. It computes the the QualfiedName of an
element by iterating recursivly through the nested package hierarchy.

I found several posting concerning this exeception, but none of them fits to
my problem.

Thx
Timothy
Re: EMF Editor fails during opening [message #424113 is a reply to message #424106] Thu, 16 October 2008 12:58 Go to previous message
Eclipse UserFriend
Timothy,

Comments below.

Timothy Marc wrote:
> Hey,
>
> after setting up my metamodel, i want to test it with the generated editor.
> The problems is, that it abort the opening process with the following
> exception:
>
> java.lang.IllegalArgumentException: The feature 'qualifiedName' is not a
> valid changeable feature
> at
> org.eclipse.emf.ecore.impl.BasicEObjectImpl.eSet(BasicEObjec tImpl.java:1081)
>
> The attribute 'qualifiedName" is marked as a volatile, transient,
> unchangeable and derived attribute.
Who's setting it?
> It computes the the QualfiedName of an
> element by iterating recursivly through the nested package hierarchy.
>
> I found several posting concerning this exeception, but none of them fits to
> my problem.
>
Are you reading a file that has a serialized value for this
non-changeable feature?
> Thx
> Timothy
>
>
>
>
Previous Topic:AbstractTreeIterator is both Iterator and Collection
Next Topic:Extend ecore editor
Goto Forum:
  


Current Time: Wed Nov 05 06:31:49 EST 2025

Powered by FUDForum. Page generated in 0.06290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top