element ejb-jar

element {http://java.sun.com/xml/ns/javaee}ejb-jar

Type Heirarchy
{http://java.sun.com/xml/ns/javaee}ejb-jarType (by type)
 {http://java.sun.com/xml/ns/javaee}ejb-jar
Abstractfalse (This can be used in an instance)
Nillablefalse (Instance values cannot use xsi:nil)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:element name="ejb-jar" type="javaee:ejb-jarType">
    <
xsd:annotation>
        <
xsd:documentation>This is the root of the ejb-jar deployment descriptor.</xsd:documentation>
    </
xsd:annotation>
    <
xsd:key name="ejb-name-key">
        <
xsd:annotation>
            <
xsd:documentation>
The ejb-name element contains the name of an enterprise
bean. The name must be unique within the ejb-jar file.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath="javaee:enterprise-beans/*"/>
        <
xsd:field xpath="javaee:ejb-name"/>
    </
xsd:key>
    <
xsd:keyref name="ejb-name-references" refer="javaee:ejb-name-key">
        <
xsd:annotation>
            <
xsd:documentation>
The keyref indicates the references from
relationship-role-source must be to a specific ejb-name
defined within the scope of enterprise-beans element.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath=".//javaee:ejb-relationship-role/javaee:relationship-role-source"/>
        <
xsd:field xpath="javaee:ejb-name"/>
    </
xsd:keyref>
    <
xsd:key name="role-name-key">
        <
xsd:annotation>
            <
xsd:documentation>
A role-name-key is specified to allow the references
from the security-role-refs.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath="javaee:assembly-descriptor/javaee:security-role"/>
        <
xsd:field xpath="javaee:role-name"/>
    </
xsd:key>
    <
xsd:keyref name="role-name-references" refer="javaee:role-name-key">
        <
xsd:annotation>
            <
xsd:documentation>
The keyref indicates the references from
security-role-ref to a specified role-name.
            
</xsd:documentation>
        </
xsd:annotation>
        <
xsd:selector xpath="javaee:enterprise-beans/*/javaee:security-role-ref"/>
        <
xsd:field xpath="javaee:role-link"/>
    </
xsd:keyref>
</
xsd:element>


Documentation

This is the root of the ejb-jar deployment descriptor.


element ejb-jar


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.