[jboss-user] [Management, JMX/JBoss] - Re: Local JNDI lookup in local JMX bean?
genman
do-not-reply at jboss.com
Fri May 25 01:56:09 EDT 2007
"java:comp/env" is a context only provided to EJBs and Servlets, it's not available from your MBeans.
You need to use a different strategy to access your web client. For this particular service, I don't really know. But take a look at the JNDI tree through the JNDI viewer and see if it's also available under a different name. Or look for docs that explain how to use this client external to EJBs...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048564#4048564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4048564
More information about the jboss-user
mailing list