Talend ESB's trestclient with Jira rest api - javax.ws.rs.NotFoundExce
Hi All,
At first, Thanks for the good work that you are doing through this community!!
In my project, we are planning to use Talend ESB to fetch the data from Jira project through rest apis. So, I created a job with simple configuration as below:
tRestClient --> tLogRow
Just to print the content output of tRestClient.
But upon executing, job returns an error stating 'javax.ws.rs.NotFoundException'. I have downloaded and placed the javax.ws.rs jar under lib folder. Even then, I am facing this error. Could you please help me in resolving this issue?