Versions Compared

Key

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

...

<naming:ejb-ref>

The <naming:ejb-ref> XML element uses the Geronimo Naming namespace, which is used to identify the common elements for resolving
EJB references, resource references, and Web services references, which is documented here:

It The <naming:ejb-ref> element is used to map EJB references to EJB's in other
applications using remote home and remote interface. The application which contains the EJB being referenced should either be in same EAR or should be included in dependency list of this application. Also note as the EJB's referenced are in a different JVM all the Client interfaces should also be included in the current application.

<naming:ejb-local-ref>

...

It The <naming:ejb-local-ref>* element is used to map EJB references to EJB's in other applications using local home and local interface. The application which contains the EJB being referenced should either be in same EAR or should be included in dependency list of this application. Also note as the EJB's referenced are in a different JVM all the Client client interfaces should also be included in the current application.

<naming:service-ref>

...

It The <naming:service-ref> is used to map service references to service's in
other applications. The application which contains the EJB being referenced should either be in same EAR or should be included in dependency list of this application.

...

It The <naming:resource-ref> element is used to map resource references to resources's like JDBC resources, JMS resources, etc. configured outside the current application.

...

It The <naming:resource-env-ref> element is used to map resource references to administrative objects deployed as a part of connectors.

...

It The <naming:message-destination> element is used to configure a JMS queue or topic which acts like a destination for the messages delivered.

...

The <security-realm-name> XML element uses the Geronimo default namespace for the geronimo-web.xml file, which is documented
here:

It The <security-realm-name> element is used to specify the name of the security realm that will be used for user authentication.

...

The <app:security> XML element uses the Geronimo Applicaiton namespace, which is documented here: http://geronimo.apache.org/schemas-2.1/docs/geronimo-application-2.0.xsd.html.

It The <app:security> element is used to maps roles specified in the WAR file to roles or principals in the security realm that will be used when after deploying the module.

<sys:service>

...

It The <sys:service> element is an empty generic element to be extended by GBean and other module types.

...