2 Replies Latest reply on Mar 1, 2006 4:29 PM by starksm64

    How to bind arbitrary values in Jndi?

    fdo

      How can I easily bind arbitrary resources (like configuration strings, ...) in Jndi to have them injected into components?

      http://wiki.jboss.org/wiki/Wiki.jsp?page=JNDIBindingServiceMgr
      seems to do the trick, but is there a better way to do this?

      If I use this service, how can I ensure that it is started before my ejbs without resorting to a deployment descriptor? (which I'd like to avoid as much as possible, relying as much as possible on dependency injection)