What is the config tab supposed to display when the configurations available in the config admin do not have any metadata infos and are not SCR managed ? Currently, those are not even displayed in the list box. I've been able to change that using a simple patch and now I can see 3 buttons (save, reset, delete), but no way to change any values. Any idea?
Index: src/main/java/org/apache/felix/webconsole/internal/compendium/ConfigManager.java =================================================================== --- src/main/java/org/apache/felix/webconsole/internal/compendium/ConfigManager.java (revision 773613) +++ src/main/java/org/apache/felix/webconsole/internal/compendium/ConfigManager.java (working copy) @@ -373,7 +373,7 @@ name = pid; } - if ( ocd != null ) +// if ( ocd != null ) { optionsPlain.put( pid, name ); } -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com