Greg Hinkle - 2003-09-05

Logged In: YES
user_id=773314

I think this is probably because your dashboard component is
in the application (system) classloader, while the JMX
classes, like ObjectName are in the module classloader.

The classloading situation for MC4J is a bit complicated to
support multiple servers. The correct solution to this would
be to load the lib/ext jars into each module, rather than
the system classloader. As a quicker fix, you can probably
just place your classes directly into the module Jar.