framework parser does not distinguish between the
component's root path parameter and other root paths
and everything gets mixed up; e.g.
<paths>
<!-- this is the component root path -->
<param name="root">component_root/</param>
<!-- here's another root path -->
<param name="foo">
<param name="root">foo_root/</param>
</param>
</paths>
Logged In: YES
user_id=220890
Care about this when revising and re-engineering the
configuration file structure.