使用org.eclipse.emf.ecore.resource.Resource.save()时,架构位置目录丢失

时间:2018-10-17 11:54:14

标签: java eclipse eclipse-rcp emf

我正在使用org.eclipse.emf.ecore.resource.Resource.save方法来保存资源。

this.resource.save(outputStream, getDefaultSaveOptions());

在我使用的默认选项中

options.put(ExtendedResource.OPTION_RESOURCE_VERSION_DESCRIPTOR,Version Descriptor);

对模型进行任何更改并保存后,将弹出以下异常。

  

从插件调用代码时发生RuntimeException   “ org.eclipse.sphinx.emf”:架构位置目录丢失。   java.lang.RuntimeException:缺少架构位置目录   org.eclipse.sphinx.emf.resource.ExtendedXMLSaveImpl.addNamespaceDeclarations(ExtendedXMLSaveImpl.java:231)

0 个答案:

没有答案