[JBoss-user] [Management, JMX/JBoss] - Re: Remote MBean access

2006-03-12 Thread [EMAIL PROTECTED]
Try using a more recent jboss version, 4.0.3SP1, 3.2.8SP1 are the latest. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3929607#3929607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3929607

[JBoss-user] [Management, JMX/JBoss] - Re: Remote MBean access

2006-03-10 Thread n_ton
After some more searching, I found a posting that referred to: http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingJBossBehindAFirewall I was able to complete the instructions at the bottom of that page that fixed my previous problem, but now I am getting: java.lang.ClassCastException:

[JBoss-user] [Management, JMX/JBoss] - Re: Remote MBean access

2006-03-10 Thread n_ton
So here's what I've done: I have JBoss 3.0.8 running on RedHat 7.3 with JDK 1.4.2_10. I have a client that connects to JBoss with the following code: Properties props = new Properties(); | props.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); |