Bug 472725 - Feature 'targetStatus' not found
Summary: Feature 'targetStatus' not found
Status: NEW
Alias: None
Product: MDT.RMF
Classification: Modeling
Component: Reqif-1.0 (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Michael Jastram CLA
QA Contact: Mark Broerkens CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-15 08:26 EDT by Adi Ghidel CLA
Modified: 2015-08-05 11:16 EDT (History)
1 user (show)

See Also:


Attachments
this is the version that won't load. there is a problem with the linkmanagement presentation (34.60 KB, application/octet-stream)
2015-07-15 08:26 EDT, Adi Ghidel CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adi Ghidel CLA 2015-07-15 08:26:36 EDT
Created attachment 255212 [details]
this is the version that won't load. there is a problem with the linkmanagement presentation

I've encountered this bug after saving and reloading the project.

org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'targetStatus' not found. (platform:/resource/TestProject/Req1.reqif, 659, 47)
	at org.eclipse.sphinx.emf.serialization.internal.XMLPersistenceMappingHandler.handleFeature(XMLPersistenceMappingHandler.java:1457)
	at org.eclipse.emf.ecore.xmi.impl.XMLHandler.processElement(XMLHandler.java:1030)
	at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:1008)
	at org.eclipse.emf.ecore.xmi.impl.XMLHandler.startElement(XMLHandler.java:719)
	at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)

...
Comment 1 Mark Broerkens CLA 2015-08-05 11:16:40 EDT
The problem seems to be related to the formal mind link management extension which might trigger a bug in the XMLPersistenceRules:

              <linkmanagement:LinkmanagementConfiguration datatype="_9dvSYCrLEeWjMOXaSMowzQ" linkRelationType="_bk8RgCYhEeWvr_B-MeG_kg">
                <sourceStatus xsi:nil="true"/>
                <targetStatus xsi:nil="true"/>
              </linkmanagement:LinkmanagementConfiguration>

@Michael: This might be a bug in the XMLPersistenceRules implementation. Could you please provide the ecore model of the link management configuration so that I can do some more analysis?