cancel
Showing results for 
Search instead for 
Did you mean: 

ACS 7 model handling

dsc1086
Confirmed Champ
Confirmed Champ

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?

2 REPLIES 2

sanjaybandhaniya
Elite Collaborator
Elite Collaborator

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.

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?