tsgrp / OpenContent

TSG's Web Services for ECM Repositories
8 stars 4 forks source link

Retrieving renditions in Documentum fails if each mimetype isn't configured in OpenContent #56

Open mikeblum opened 9 years ago

mikeblum commented 9 years ago

Curently, in Documentum 7.1, when auto-renditioning is enabled,some exotic jpeg types are created that are not currently in the object type mappings in OC:

rendtions

To remedy this going forward, we should fix the getContentTypes code in DCTM ExtendedContentImpl to fall back gracefully with a try/catch rather then procing an error up the stack. Alternatively, if a client needs these types, they will need to be added to the object type/mimetype xml map.

mikeblum commented 9 years ago

Paging @dgrumieaux

dgrumieaux commented 9 years ago

@gsteimer @parzgnat - tagging so that there are no surprises when Release is upgraded.

gsteimer commented 9 years ago

Hmm, yeah - we'll need to fix this. I'm guessing the fix for this will also fix this one: https://github.com/tsgrp/hpi/issues/642