I added a new aspect (ThumbnailAspect) into the customModel.xml, it all works fine via the alfresco web client but when i'm tring to use it via the java API i get:
The aspect is invalid: {custom.model}ThumbnailAspect
how should i config the environment so the java api recognise the customModel.xml (where should i put the customModel.xml and what else should i config)?
i use eclipse and my project depends on the "SDK AlfrescoEmbedded" from the SDK 2.
I have the same problem. I am trying to upgrade my CMS system to alfresco. I am uploading all my contents to alfresco using java API(embedded) and I can not access all the new properties from custom model. Does anyone know how to add the custom model and web client custom config to any application that access the repository using java API?