[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
GREAT! Thanks a lot. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826587#3826587";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826587>Reply to the post --- This SF.Net email is spon

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Run the 'build-all' target first before running the examples. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826585#3826585";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826585>Reply to the post -

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread alanc_yang
but how the stub code, TestXMBean1$Listener_Stub is generated? it's not generated by running ant on the build.xml. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826582#3826582";>View the original post http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826582>Reply

[JBoss-user] [Management, JMX/JBoss] - Re: why java.rmi.StubNotfoundException was thrown

2004-03-19 Thread jj
Your listener stub must be deployed on the server. The same can be said for a filter class you may decide to use. I generally jar the listener stub and the filter together and then just deploy the jar file. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826580#3826580";>View the ori