Skip to content
Gwendal Daniel edited this page Sep 25, 2015 · 13 revisions

NeoEMF FAQ

Why do I get an UnsupportedOperationException when I try to save my model?

NeoEMF is designed to be compatible with existing generated EMF code. However, the adapter which is in charge of the transformation from standard EMF objects to NeoEMF objects has not been implemented yet and an UnsupportedOperationException is thrown. A workaround is to create a new EMF Generator Model using NeoEMF importer and generate the code from it.

The adapter implementation will be part of a next release.