Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
DevTalend
Contributor
Contributor

deployment job talend ESB with external application java

Hello !

 

please , I want to deploy a code of a job talend esb with netbeans but after contruction of the jar it does not work,

I don't  know how to make it work on Karaf, maybe something is missing

thank you in advance for your answers !

Labels (1)
  • ESB

3 Replies
Anonymous
Not applicable

An easy way of doing this is to simply drop the compiled Jar file into the Karaf's "deploy" folder.

DevTalend
Contributor
Contributor
Author

Hi rhall_2_0

thanks a lot for your feedback,

I already did it, but it does not work, but it's a .jar generated with Talend java code on Netbeans, maybe it's missing dependencies on pom.xml or something else to make it work properly.

I tried to build the jar with a maven project i dont knows if it's correct to do that or no !.

 

 

Anonymous
Not applicable

OK, this is unlikely to work. Jars compiled by Talend Studio use OSGI Bundles. It is these that enable them to work inside the Karaf. This might help (https://blogs.oracle.com/arungupta/totd-125:-creating-an-osgi-bundles-using-netbeans-and-deploying-i...). However, this is not a supported way of working with Talend.