Ok, reading the information provided into the project's page:
to build and install the artifact in your local Maven repository.
The output is one amp-file to be installed into the repository part of your Alfresco installation and one jar-file that is needed by Alfresco Share.
You have to put the amp file inside the amps folder (repository part).
For the jar:
otherwise drop the jar-file in to
tomcat/shared/classes
of your installation and install the amp with the mmt-tool.
Put the jar file in the mentioned path, <alfresco_install_folder>/tomcat/shared/classes
PS: I believe there must be something wrong with the latest instruction, as jars usually go inside the <alfresco_install_folder>/tomcat/shared/lib, but you should try the way the author tells you to do.
Thanks. Able to make it work. It does not work when I placed the jar into /tomcat/shared/classes worked only when i placed it into /tomcat/endorsed.
Also i faced the following exception.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.migrateFromNameToTitlePatch' defined in class path resource [alfresco/module/listmanager-amp/context/service-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'targetSchema' threw exception; nested exception is java.lang.IllegalArgumentException: 'targetSchema' must be greater than 'fixesToSchema'.
Fixed it by randomly changing the value of fixesToSchema to 1.
Nice to hear it worked.
But I guess you should try to put the jar file in the path I mentioned on my previous answer: <alfresco_install_folder>/tomcat/shared/lib
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.