ACS 7 model handling

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2021 02:59 AM
Hello everybody,
We are currently using ACS 5.2.1 and have defined our models in alfresco/tomcat/shared/classes/alfresco/extension.
In ACS 7, is it still possible to use our XML-File for the model definition or do we have to use the Model Manager in the web interface?
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2021 04:34 AM
I would recommend to avoid Model Manager.
You can use alfresco/tomcat/shared/classes/alfresco/extension path or you can create jar/amps using sdk and they deploy.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2021 08:34 AM
In exactly that case I have a problem.
When I copy the XML-Files from 5.2.1 to the extension-Folder, I gett the following error :
java.util.MissingResourceException: Can't find bundle for base name alfresco.extension.messages.sigiModel, locale en_US
What can I do to solve it?
