Open Jyoti-Prakash01 opened 5 years ago
The properties those I have created are used by mqsi_profile_wrapper.groovy. Which is being passed for broker steps in plugins.xml. Let me know if I am wrong.
Also, along with jarPath and other properties that I have added are being used in mqsi_profile_wrapper.groovy.
Oh okay, I see you're using the wrapper now instead of directly using the script. I think that's a good call. However, the jarPath shouldn't be a property for mqsi scripts. That property is only necessary when using the Java IBM Integration API. Otherwise it's useless and just makes the step more complicated.
Note that if you straight up remove the property right now it would break the plugin. In the wrapper script there is a split statement that splits the contents of the jarPath. You can remove the jarPath property from your new steps if you modify the wrapper script to first check if jarPath exists before splitting its contents.
…t, stop.