JPL-IMCE / gov.nasa.jpl.imce.oml

Ontology Modeling Language (OML) Workbench
14 stars 1 forks source link

OMLZipResourceSet.doSetup registration is incorrect and incomplete #217

Closed NicolasRouquette closed 6 years ago

NicolasRouquette commented 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())
NicolasRouquette commented 6 years ago

This method is also missing the extension-based factory registration.