You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by "CHAINE, yoann" <yo...@decan.fr> on 2002/02/05 15:23:32 UTC

EJB Deployment Descriptor

hello
How to write a EJB Deployment Descriptor to access to a EJB describe like
that in web.xml?
<ejb-ref>
	<description>Example EJB Reference</description>
	<ejb-ref-name>ejb/CalculatriceSession</ejb-ref-name>
	<ejb-ref-type>Session</ejb-ref-type>
	<home>decan.ejb.CalculatriceHome</home>
	<remote>decan.ejb.Calculatrice</remote>
</ejb-ref>