Hi Ryan,
The plug-in has the following properties.
<config include="sql"/>
<property name="jdbcUrl"
value="jdbc:oracle:thin:@localhost:1521:RAPID"/>
<property name="jdbcDriver"
value="oracle.jdbc.driver.OracleDriver"/>
<property name="jdbcUser"
value="MyUser"/>
<property name="jdbcPassword"
value="MyPassword"/>
It would be ideal if the plugin was auto-discovered. Currently we go to the HQ dashboard, and click on the “New Platform Service” and then edit “Configuration Properties”. We manually fill in jdbcDrive, jdbcUser, jdbcUrl and jdbcPassword. All of this information is part of the plugin. Why do we have to enter the information when it is already in the plugin? Can the plugin be auto-discovered?
The interesting part is the password. Many of our customers would not like there unencrypted database password in an xml file! We could supply a password, maybe it is valid, maybe it is dummy, or maybe it has read access only, if needed we could go through the GIU to enter the correct password. Is there a way that you could call one of our jars to get the password?
Is this the info we were looking for?
Bob