0 Replies Latest reply on Aug 31, 2011 8:33 AM by jkreska

    How do I enable JNDI write access for my service and apps

    jkreska

      AS7:

      I have a service that creates a subContext in JNDI and binds a bunch of stuff that is used by all of the ear's deployed in my server.

       

      I am currently getting an exception stating that JNDI is read-only.  I assume there is a way to write to JNDI since deployments cause entries to get added and deleted in JNDI.

       

      I would like to have a subContext java:jboss/xx or java:global/xx that has all JNDI permissions.