Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Deploy Rest service with subjobs

Hi,

I'm trying to deploy an OSGI Bundle For ESB in Talend Server (on my local machine, in TOS, the job is working).

The job is a tRESTRequest, with some tRunJob. 
When i deploy the jar i can see the service wadl, but when i try to make a post call, i don't recieve any response: i found in tesb.log that the cause is a java.lang.NoClassDefFoundError on subjob classes.

Than i re-buid flagging Talend->Import/Export->"Add classpath jar in exported jobs", but when i deploy this new jar, i don't see any service running and no more wadl.

 

Any help?

Thanks

 

 

 

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Update:
the scenario described above is relative to TOS-7.2.1
i dowloaded TOS-7.1.1 and i can deploy and run the job correctly (without flagging "Add classpath jar in exported jobs")
Aravind_Ravi
Contributor III
Contributor III

Having a sub-job in a ESB Service is deprecated in Talend 7.1. That's the reason you are seeing no class found error in sub-job level.

 

Refer the Below url 

https://help.talend.com/reader/YyNgzImGDPdSp8Uo1f10hg/HZU2fzEnw4pLgeKAOShv7g

 

 

If this is what you are looking for then, Press the "Accept as Solution " Button. Give A Kudos

Thanks,
AR