Versions Compared

Key

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

...

The root XML element in the geronimo-application-2.0.xsd schema is the <application> element. The top-level XML elements of the <application> root element are described in the sections below. The deployment plan should always use the Web application namespace, and it typically requires elements from Geronimo System and Geronimo Security namespaces. Additionally, it has a required attribute to identify its configuration name and an optional attribute to select a parent configuration. A typical deployment for geronimo-application.xml can be presented as follows:

...

It is used to map roles specified in the EAR file to roles or principals in the security realm that will be used when deploying the module. If this optional element is present, all web and EJB modules must make the appropriate access checks as outlined in the JACC spec. This element groups the security role mapping settings for the application.

<sys:service>

The <sys:service> element uses the Geronimo deployment namespace described here:

...