Thanks @David_Stone!
Spelling this out for anyone else working on this, you'll need to:
- Create a
.propertiesfile - file path and keys need to match the values provided in the extension point - Add and remove the bundle using BundleUtil
Thanks @David_Stone!
Spelling this out for anyone else working on this, you'll need to:
.properties file - file path and keys need to match the values provided in the extension pointThanks for all the great details @Gabor_Monostori, they've helped a lot!
I've got my historian able to be created manually through the gateway web page, but I would like to create an instance at module setup time. I wasn't able to find any examples of how to instantiate extension points.
Are you able to share how you were able to programatically create historian instances?