http://java.sun.com/xml/ns/j2ee
complexType ejb-ref-nameType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}ejb-ref-nameType (restriction)

Documentation
	

	  The ejb-ref-name element contains the name of an EJB
	  reference. The EJB reference is an entry in the
	  Deployment Component's environment and is relative to the
	  java:comp/env context.  The name must be unique within the
	  Deployment Component.

	  It is recommended that name is prefixed with "ejb/".

	  Example:

	  <ejb-ref-name>ejb/Payroll</ejb-ref-name>

	  
      
Properties
This component is not nillable.

Model
<...>

</...>

Local Usage
ejb-local-refType, ejb-refType

Source
<xsd:complexType name="ejb-ref-nameType">
<xsd:simpleContent>
<xsd:restriction base="j2ee:jndi-nameType"/>
</xsd:simpleContent>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.