I use the Talend Open ESB Studio 7.3.1 and the corresponding runtime on mac os x with java 11.
In Studio I have choosen "Add classpath jar in exported jobs..."
The Talend job is the example employee Rest Service shown in screenshot.
The bundle of the employee Rest Service is active, but I cannot see it as an endpoint in cxf:list-endpoints or reach it via url defined in the tRestRequest component.
tesb:start-all works without an error.
What do am I missing?
When I try to deploy a soap service everything is fine and I can see it at localhost:8088/services. But the Rest endpoint does not show up.