ejb-xml is container/vendor specific. I have never seen an ejb.xml
standalone, it is always something like weblogic-ejb.xml or
jboss-ejb.xml. It contains JNDI mappings for resources. On the other
hand, ejb-jar.xml deployment descriptor is a part of the J2EE spec,
which lists the various EJBs, their transaction/persistance properties
and remote/home/class information.
-cheers,
Manish
gk - 23 Oct 2006 19:41 GMT
> ejb-xml is container/vendor specific. I have never seen an ejb.xml
> standalone, it is always something like weblogic-ejb.xml or
[quoted text clipped - 5 lines]
> -cheers,
> Manish
thank you