[jboss-user] [Management, JMX/JBoss] - Re: Local JNDI lookup in local JMX bean?

2007-05-29 Thread nappinc
nappinc wrote : | The JNDIView MBean shows that my service-ref is not published under the java: or global JNDI contexts. Is there any way that I can do that, in addition to publishing it under the local java:comp/env context? | I assume from the lack of replies that this isn't possible?

[jboss-user] [Management, JMX/JBoss] - Re: Local JNDI lookup in local JMX bean?

2007-05-29 Thread nappinc
nappinc wrote : | Note that the URL (wsdl.toExternalForm()) is jndi:/localhost/pegasus/WEB-INF/wsdl/gms.wsdl, and a little debug code in the JMX bean is able to open this URL as an InputStream and output all the WSDL file's contents. | | If I simply create a JAX-RPC Service instance

[jboss-user] [Management, JMX/JBoss] - Re: Local JNDI lookup in local JMX bean?

2007-05-25 Thread nappinc
genman wrote : 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

[jboss-user] [Management, JMX/JBoss] - Re: Local JNDI lookup in local JMX bean?

2007-05-24 Thread genman
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