Community
Participate
Working Groups
The method setResourceFactoryRegistry(Registry) has the following lines: preserveEntries(factoryReg.getExtensionToFactoryMap(), resourceFactoryRegistry.getExtensionToFactoryMap()); preserveEntries(factoryReg.getProtocolToFactoryMap(), resourceFactoryRegistry.getProtocolToFactoryMap()); It should also have the line: preserveEntries(factoryReg.getContentTypeToFactoryMap(), resourceFactoryRegistry.getContentTypeToFactoryMap()); We depend on content type resource mappings, and maintaining these, should someone else set the registry over the top of us, is of paramount importance. This should be an easy fix, but of course testing will be needed. We would like this as early as possible in the 3.3 timeline as possible.
For the record, the ContentTypeToFactory map was added for EMF 2.4. WTP updated to EMF 2.4 for 3.0.0, but this new map was not added to the list of maps to be synchronized/maintained.
Committed to HEAD for WTP 3.3 M1. Note that I am setting the iplog to + since the patch was put into a comment, instead of attached.