Closed NicolasRouquette closed 6 years ago
Instead of:
Resource.Factory.Registry.INSTANCE.getContentTypeToFactoryMap().put("gov.nasa.jpl.imce.oml.zip", new OMLZipResourceFactory())
It should be:
Resource.Factory.Registry.INSTANCE.getContentTypeToFactoryMap().put("omlzip", new OMLZipResourceFactory())
This method is also missing the extension-based factory registration.
Instead of:
It should be: