emfjson / emfjson-jackson

JSON Binding for Eclipse Modeling Framework
https://emfjson.github.io
Other
80 stars 23 forks source link

EFeatureMapEntry can not covert to JSON #39

Closed elvisqi closed 10 years ago

elvisqi commented 10 years ago

hwo to save the EFeatureMapEntry element to JSON?

image

elvisqi commented 10 years ago

xml is ok image

but JSON is nothing image

ghillairet commented 10 years ago

I will look at it, seems like a bug. Did you created your ecore model from an XSD schema? (this one http://www.omg.org/spec/DMN/20130901/DMN.xsd)

elvisqi commented 10 years ago

yes, the ecore is from the XSD

I try to change the Transient:false image

throw error when saving the model: image

ghillairet commented 10 years ago

Fixed