[JBoss-user] [Management, JMX/JBoss] - Re: RMIConnectorImpl problem

2004-03-14 Thread dimat
Hi Parisila, I've tried your code on jboss-3.2.3 but I don't get any notification from my MBean. The bean is a simple one that contains only one attribute, named Message and extends the ServiceMBeanSupport. import org.jboss.system.ServiceMBeanSupport; | | public class SimpleTest extends

[JBoss-user] [Management, JMX/JBoss] - Re: RMIConnectorImpl problem

2004-02-29 Thread parisila
I finally got this working. I am posting the code for others that might have problems. I could not get the RMIConnectorImpl to work with the constructor shown in my first code example but got it to work with an alternate constructor that took an RMIAdaptor as an argument. After this had some