Editor Related Issue
The below mentioned are the fields of AIS activities in which we are facing issues while implementing Config Management.
Some activities already use different editors. When config management is enabled then we have to use another editor (ConfigAwareTextEditor) which will provide a “Use Config” checkbox on the UI.
Following are the activities with respective fields along with the screenshots of how they look on GUI.
JMS Provider uses InitialContextEditor as property editor for Additional Connection parameters field.
Database Info uses BshEditor as property editor for Kerberos Configuration field.
JMS Target uses CustomSchemaEditor as property editor for Message Properties field and TextEditor as property editor for Message Priority and Time to Live fields.
JMS Source uses TextArea property editor for Time Out field.
FTP Source, Target, Event uses TextAreaEditor as property editor for Add on Configuration field.
Fields like Additional Connection parameters and Message Properties stores data in xml form in the database which is a challenge to parse the xml when we use "use config" and give data in config form (${Config:}).