Using JDNI global namespace for remote lookups

Posted on

We are facing issues using the global namespace in JBoss for remote JNDI lookups. The documentation even says that the global namespace is not remotely accessible (java:global/).

See documentation:
https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html/configuration_guide/configuring_the_naming_subsystem

Is there a particular reason for this and/or can this be changed with the help of configuration? We would like to stick to the standard EJB 3.1 defined URLs instead of changing this for this particular server instance (we use multiple different products).

Responses