Sha256: 8f872a3d54f8ba5a16e2e4d38788f25abcba887620531183367d10060024f461
Contents?: true
Size: 1.04 KB
Versions: 2
Compression:
Stored size: 1.04 KB
Contents
<!-- This is the root element of the runtime descriptor document. --> <!ELEMENT sun-application (web*, pass-by-reference?, unique-id?, security-role-mapping*) > <!ELEMENT web (web-uri, context-root)> <!ELEMENT web-uri (#PCDATA)> <!ELEMENT context-root (#PCDATA)> <!-- Pass by Reference semantics: EJB spec requires pass by value, which will be the default mode of operation. This can be set to true for non-compliant and possibly higher performance. For a stand-alone, this can be set at this level. By setting a similarly named element at sun-application, it can apply to all the enclosed ejb modules. Allowed values are true and false. Default will be false. --> <!ELEMENT pass-by-reference (#PCDATA)> <!-- Automatically generated and updated at deployment/redeployment Needs to be unqiue in the system. --> <!ELEMENT unique-id (#PCDATA)> <!ELEMENT security-role-mapping (role-name, (principal-name | group-name)+)> <!ELEMENT role-name (#PCDATA)> <!ELEMENT principal-name (#PCDATA)> <!ELEMENT group-name (#PCDATA)>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
glassfish-0.1.1-universal-java-1.5 | lib/dtds/sun-application_1_3-0.dtd |
glassfish-0.1.2-universal-java-1.5 | lib/dtds/sun-application_1_3-0.dtd |