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