Sandeep Adinarayana
Results
2
issues of
Sandeep Adinarayana
The property ignoreDeletesFromSource in the AbstractPollingScheduler is used to remove properties that are deleting from the source that backs the Property provider. The current implementation has just one property store...
Given a property with a comma separated value such as myTestProperty=a,b,c Reading these values using the DynamicListPropertyValue results in values as shown below sample code: ``` List myTestPropertyValues = new...