0 Replies Latest reply on May 15, 2003 3:08 PM by sysuser1

    Unable to bind objects via JNDI

    sysuser1

      Hello,

      I am unable to bind objects to the JBoss 3.2.1 server via JNDI. The following statement:

      new InitialContext().rebind( myObject, "myValue" );

      generates:

      ERROR [LogInterceptor] EJBException:
      javax.ejb.EJBException: null .....

      I won't bore you with the actual stack trace, but with
      java.security.AccessController and SecurityInterceptor throwing the exceptions, it does suggest that I do not have privileges to perform the binding. How can I set the "permissions" to make this possible?

      Thanks,

      - Jon