It is perfectly defined in the spec and the descriptor schema:

  | <xsd:complexType name="ejb-nameType">
  | <xsd:annotation>
  | <xsd:documentation>
  | The ejb-nameType specifies an enterprise beanÃÂÃÂs name. It is
  | used by ejb-name elements. This name is assigned by the
  | ejb-jar file producer to name the enterprise bean in the
  | ejb-jar fileÃÂÃÂs deployment descriptor. The name must be
  | unique among the names of the enterprise beans in the same
  | ejb-jar file.There is no architected relationship between the used
  | ejb-name in the deployment descriptor and the JNDI name that
  | the Deployer will assign to the enterprise beanÃÂÃÂs home.
  | The name for an entity bean must conform to the lexical
  | rules for an NMTOKEN.
  | Example:
  | <ejb-name>EmployeeService</ejb-name>
  | </xsd:documentation>
  | </xsd:annotation>
  | 
For the ejb-name, you can use a path name relative to the referencing ejb-jar file. 
Appends the ejb-name of the referenced bean to the path name separated by #. 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835926#3835926

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835926


-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to