We have some code to show a dependency graph kicking around...  We
could probably squeeze that into a portlet.  Here's an example:

http://people.apache.org/~ammulder/classloaders.png

However, I'm not sure how useful it will be -- it'll show you
dependencies at the class loader level, but it won't tell you which
class loaders hold a particular class or which class loader you're
actually getting at some point when an error is uncovered.

Can you think of some way to make it more useful that way?

Thanks,
   Aaron

On 7/19/06, Rakesh Midha <[EMAIL PROTECTED]> wrote:
Hello

Looking into the classloader problems and knowing which classsloader loaded
which class has always been a big problem in app servers. Same is the case
with dependencies in Geronimo, We spend lot of time in knowing which
components has what dependencies.

I think it would be nice if in our Web Console we can have a page for
showing Dependency chart and classloader chart.

What do you say? Do you think we should do it for 1.2 or even additional
feature to 1.1

Thanks
Rakesh

Reply via email to