This content has been marked as final.
Show 2 replies
-
1. Re: javax.naming.event.EventContext support
nellster Oct 11, 2011 10:45 AM (in response to starksm64)Hello,
I'm trying to register the NamingListener witht the NamingContext, but i don't receive any events. I get the namingContext that is the lookup of initialContext.lookup("java:") and then i call ctx.addNamingListener("",EventContext.OBJECT_SCOPE, listener). I don't seem to receive any events when i delete or add ejb jars to the deploy dir of jboss. Can you please point me in the right direction?
Thank you
-
2. Re: javax.naming.event.EventContext support
alesj Oct 12, 2011 8:36 AM (in response to nellster)I would first try to reproduce (and debug) in the actual jnpserver project -- via test case.
As I doubt full implementation is available / done.
* http://anonsvn.jboss.org/repos/jbossas/projects/naming/tags/5.0.5.Final/jnpserver/