ACS Java Rest API

cancel
Showing results for 
Search instead for 
Did you mean: 
franciscoduarte
Member II

ACS Java Rest API

Hello,

I have an ACS project which was initially created with the all-in-one archetype as mentioned in the documentation: https://docs.alfresco.com/content-services/7.2/develop/sdk/#orgalfrescomavenarchetypealfresco-allino...

So, this project has the same structure as described there.

At this moment, we have some code in the repository module which we would like to separate into a different module.

The existing code, contains some Spring RestControllers to allow us to call some endpoints. The endpoints in the repository module are working.

We want to separate some code to a different module and after I created the module and passed the code to there I was able to deploy both modules and it seems they are both correctly deployed.

Now, the rest endpoints from the initial module are still working but the endpoints from the new module are not working. Everytime I try to call and endpoint from the new module I get the following message:
2024-02-01 14:38:15,778 WARN [web.servlet.PageNotFound] [http-nio-8080-exec-6] No mapping for GET /migration/export

Is there any advice you can give? Maybe some configuration that I'm missing?

Thanks in advance,

Francisco Duarte