Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Is there a feature I need to install?
Thanks in advance
Martin
Hi,
Some updates on my journey.
Updated java environment to recommended version:
openjdk version "11.0.10" 2021-01-19 LTS
OpenJDK Runtime Environment Zulu11.45+27-CA (build 11.0.10+9-LTS)
OpenJDK 64-Bit Server VM Zulu11.45+27-CA (build 11.0.10+9-LTS, mixed mode)
But still no service is published.
Any ideas?
BR
Martin