[ https://issues.apache.org/jira/browse/FELIX-6737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17900430#comment-17900430 ]
Konrad Windszus commented on FELIX-6737: ---------------------------------------- Implementing either requires checking the associated config admin configuration or using the SCR DTO API. The latter would only be a heuristics though, as a property having the same name and value as in the component description would always be detected as coming from the component description (although in fact it may have been set through the config admin to just the same value). > Expose properties source in /system/console/components > ------------------------------------------------------ > > Key: FELIX-6737 > URL: https://issues.apache.org/jira/browse/FELIX-6737 > Project: Felix > Issue Type: Improvement > Components: Web Console > Affects Versions: webconsole-ds-plugin-2.3.0 > Reporter: Konrad Windszus > Priority: Major > > Currently only the effective component properties as returned by > [ComponentConfigurationDTO.properties|https://docs.osgi.org/javadoc/osgi.cmpn/8.1.0/org/osgi/service/component/runtime/dto/ComponentConfigurationDTO.html#properties] > are exposed in > https://github.com/apache/felix-dev/blob/2027507e229a698b81cf79d34df4a6aa9a38d0b8/webconsole-plugins/ds/src/main/java/org/apache/felix/webconsole/plugins/ds/internal/WebConsolePlugin.java#L407 > It would be nice to distinguish between properties contributed by > # component description > ([ComponentDescriptionDTO.properties|ComponentDescriptionDTO.html#properties]) > # configuration admin > Compare with > https://docs.osgi.org/specification/osgi.cmpn/7.0.0/service.component.html#service.component-component.properties. -- This message was sent by Atlassian Jira (v8.20.10#820010)