Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 !
An easy way of doing this is to simply drop the compiled Jar file into the Karaf's "deploy" folder.
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 !.
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.