I just found there are some diagnose command in karaf. Some of them are
quite useful. Do we want to add the module to geronimo ?
Karaf_SRC\shell\dev\src\main\resources\OSGI-INF\blueprint\shell-dev.xml
<command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
<command name="dev/show-tree">
<action class="org.apache.karaf.shell.dev.ShowBundleTree"/>
</command>
<command name="dev/framework">
<action class="org.apache.karaf.shell.dev.FrameworkOptions" />
</command>
<command name="dev/dynamic-import">
<action class="org.apache.karaf.shell.dev.DynamicImport" />
</command>
<command name="dev/print-stack-traces">
<action class="org.apache.karaf.shell.dev.PrintStackTraces" />
</command>
<command name="dev/restart">
<action class="org.apache.karaf.shell.dev.Restart" />
</command>
</command-bundle>
--
Shawn