RE: [JBoss-user] JMX MBean question

2003-07-01 Thread j . m . vanbergen
Harm, > I want to be able to configure which handler a particular directory watcher MBean uses. > Therefore I thought it might be a good idea to make the Handler class a MBean aswel. One simple solution might be to create a HandlerFactory that knows the mapping of the different file types to the

RE: [JBoss-user] JMX: can not invoke operation on MBean

2003-06-24 Thread j . m . vanbergen
> The , is a red-herring. It is poor formatting in the exception handling and has > been fixed in the latest versions of jboss. > > You haven't posted any information about your MBean, so I have no idea why it is failing. > > My first guess would be AllowedContentTypes is an > attribute, you shou

[JBoss-user] JMX: can not invoke operation on MBean

2003-06-23 Thread j . m . vanbergen
Hi all, I've got some Filters running on JBoss-3.2.0/Tomcat-4.1.24 on Windows NT4, JDK 1.4.0_01. Since I there might be more than one occurence of a given filter and I want to be able to alter certain settings of the filter, I've cooked up the following code in the filter: public void setAllowed