1 Reply Latest reply on Jun 17, 2003 3:19 AM by jacques_buitendag

    JNDI event notification

    jacques_buitendag

      Hi All,

      I am trying to get a javax.naming.event.EventContext or javax.naming.event.EventDirContext interface from the javax.naming.InitialContext in Jboss but I only receive a org.jnp.interfaces.NamingContext interface that is not compatible with the above mentioned interfaces.

      The reason for this is that I am trying to develop a component that dynamically gets notified of the deployment and un-deployment of other components. Components are one or more Enterprise java beans.

      Can anyone please help me in this matter?

      Kind Regards
      Jacques Buitendag

        • 1. Re: JNDI event notification
          jacques_buitendag

          Hi All,

          In regards to the previous post, I started looking at the JBoss 3.2.1 source code and found that only the bare minimum of the JNDI 1.2 speck is implemented.

          Does anyone know of a fully JNDI 1.2 compliant implementation that can be used to replace the one currently used in jboss?

          Kind Regards
          Jacques Buitendag