I need to know how it would be possible to add a new "root" scope objects. I found an example on the site that achieves all this with an amp file (alfresco-javascript-search.amp).
Then I run the command line
"java -jar alfresco-mmt-2.1.0.jar install amp_file_location/file.amp war_location/alfresco.war"
in prompt to install the amp file.
The root scope object "javasearch" is added correctly and everything works. Then I tried to imitate its, creating my bean (java class) and my Spring file for bean configuartion, but the server does not start. :x I can not understand what is the error.
I thank in advance who could help me