In needed to use the getAttribute method instead of invoke(...) but nonetheless this hint was very helpfull
Thanks
Main Topics
Browse All TopicsHi,
I wondered, can I retrieve the actual configured JNDI listening port for JBoss in my code (running on JBoss ofcourse). The port is set in jboss-service.xml on the NamingService MBean. So I need that Port value in my code.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: ramazanyichPosted on 2009-10-27 at 05:26:53ID: 25671583
you can use JMX for mbean invocation.
anServer(n ull).itera tor().next ();
e>");
rvice=myse rvice");
ame, "<method name>", new Object[]{<array of object params>}, new String[]{<array of class types of objects>} );
Get the MBeanServer like this:
MBeanServer mbeanServer =
(MBeanServer) MBeanServerFactory.findMBe
Create an ObjectName for your MBean like this:
ObjectName objectName = new ObjectName("<mydomain>:<mynam
e.g. ObjectName objectName = new ObjectName("com.example:se
Check the JMX Console for the name of your MBean.
Then, invoke methods against your mbean as follows:
mbeanServer.invoke(objectN