Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Global JNDI

In Geronimo 2.1 2 most accessible Java EE objects are bound in global JNDI automatically. Generally the names they are bound under can be adjusted if necessary by means of templates.

...

All session and (ejb 2.1) entity beans are bound into global jndi automatically. Session beans and entity beans will be bound automatically into a global JNDI context. An EJB's JNDI name is in the following format:

No Format

{deploymentId}{interfaceType.annotationName}

Remote interfaces can be accessed from other vms. This is documented extensively at http://cwiki.apache.org/GMOxDEV/client-jndi-names.html