I'm using talend runtime to launch a web service who should be configurable. This webservice work fine until I use the alias function of tDBconnection.
I tried to use this by following the documentation of talend : https://help.talend.com/r/en-US/8.0/data-service-route-example/installing-mysql-driver-into-container
After following exactly this tutorial, I got this issue : No datasource with alias: ds-mysql8 available!
The following command service:list Datasource have no return.
EDIT : I could get the datasource list :
The right command to get them is this one : service:list DataSource
I still not understand why my data source are not available when make a request
