Scenario:
I created a custom content type in the 2.1 community edition (custommodel.xml and web-client-config-custom.xml files). Everything worked fine.
I installed the Enterprise 2.1 version.
I copied the custommodel.xml and web-client-config-custom.xml files from the community version - hoping to see the new content types.
When I go to add content through the web app the new content type does not appear in the dropdown and a warning message appears on the server as follows:
WARN [bean.content.BaseContentWizard] Failed to add 'custom:ClaimDocument' to the list of content types as the type is not recognised.
I also reverted to the original xml files and manually edited them but got the same result.
Any idea what I might be missing?