Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I read the user manuel of Talend ESB.
However, I would like to know if there is a quite complete tutorial concerning the console.
It's clear that deploying is easy, just putting a jar file in the deploy folder, but I would like to be able to deactivate a service for instance. To make it short, be able to manage Karaf via the console.
Could you help me with a tutorial ?
You will have to look in several locations for a "complete tutorial" I'm afraid. To log in to the tutorial and a few others bits and pieces, look here: https://help.talend.com/reader/_zCTtDbUbgf9AGOJY8pz1Q/7cFUABZFkH9UX01YCip2WQ
Otherwise, the best Google search for information is to Google "Apache Karaf tutorial", since the Talend runtime is essentially Apache Karaf.
These might help you: https://karaf.apache.org/manual/latest/quick-start.html
https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/oe4TAF1PC4a4zENo0mb7vw
An example of how to stop your service would be to load the client, type "bundle:list", find the id that corresponds to the bundle you want to stop, then type "bundle:stop 12" assuming that 12 is the id of your bundle.
You will have to keep in mind that you will be dealing with both bundles and features. It is probably better to use an artefact repository and import your features from there. You would then use the feature options, which are described in this link (https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/oe4TAF1PC4a4zENo0mb7vw).
You will have to look in several locations for a "complete tutorial" I'm afraid. To log in to the tutorial and a few others bits and pieces, look here: https://help.talend.com/reader/_zCTtDbUbgf9AGOJY8pz1Q/7cFUABZFkH9UX01YCip2WQ
Otherwise, the best Google search for information is to Google "Apache Karaf tutorial", since the Talend runtime is essentially Apache Karaf.
These might help you: https://karaf.apache.org/manual/latest/quick-start.html
https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/oe4TAF1PC4a4zENo0mb7vw
An example of how to stop your service would be to load the client, type "bundle:list", find the id that corresponds to the bundle you want to stop, then type "bundle:stop 12" assuming that 12 is the id of your bundle.
You will have to keep in mind that you will be dealing with both bundles and features. It is probably better to use an artefact repository and import your features from there. You would then use the feature options, which are described in this link (https://help.talend.com/reader/yovCMqvJzyaSSSIdrlB4FQ/oe4TAF1PC4a4zENo0mb7vw).
Thank you !
I'll check all of these contents !
I think I can set the topic as solved, as I'll have to complete with google !
Thanks !