Skip to content
Yoann Vernageau edited this page Jul 2, 2016 · 13 revisions

UnsupportedOperationException when I save a 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.