It is
a ModelMBean and it complains that it can not find the classed of it's managed
resource, although that when I register the modelmbean in the beanserver and set
the managed than everything thing seems ok. Additionally when I put this class
in the classpath when I start JBoss than it also works. But I thought JMX could
do expansion of the classpath at runtime.
Erik
PS :
I've tested this on JBoss 2.4.3 and I putted my jar file in
lib/ext
-----Original Message-----
From: Geer, Benjamin [mailto:[EMAIL PROTECTED]]
Sent: vrijdag 25 oktober 2002 11:00
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] ModelMBean class not foundIt sounds as if you haven't put your MBean implementation class in a place where JBoss can find it, e.g. in a JAR file in default/server/lib.Benjamin-----Original Message-----
From: Kazandjian Erik [mailto:[EMAIL PROTECTED]]
Sent: 25 October 2002 08:13
To: jboss-user@lists. sourceforge. net (E-mail)
Subject: [JBoss-user] ModelMBean class not foundHello,I've managed to create my first modelmbean with a simple getter operation. However when I look at it in the agent I get an error saying : "UNAVAILABLE: javax.management.MBeanException wraps [javax.management.ReflectionException: The target object class jmx.erik.MYBean could not be found]".
Anybody any suggestions.Kind regardsErik
