[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-07 Thread mjea
Ok. How do I export the NitificationClient as a RMI service, then ? If I skip the 'bind' action, then I get The NullPointerException back. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865558#3865558 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-04 Thread mjea
I didn't find any example of remote RMINotificationListener in adminDevel guide (nor in wiki's or faq's). However I tried to register the listener as a rmi service. So I made my listener extend UnicastRemoteObject and I added this code: | public TestMain() { | try{ | /*if

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-04 Thread [EMAIL PROTECTED]
You don't need to bind dnc to the Naming service, it won't be looked up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865183#3865183 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865183

[JBoss-user] [Management, JMX/JBoss] - Re: problem adding notification listener from remote client

2005-02-01 Thread [EMAIL PROTECTED]
Go over the example from the admin/devel guide that uses a remote notification listener. You cannot simply pass an implementation of RMINotificationListener to the server. This has to be an exported rmi service as well. View the original post :