@Sybase Tag ReferenceTags for creation of EAServer specific resources Applies to: all EJB types on class level @Sybase Class Level Tag Usage@easerver.ejb-ref (0..*)The ejb-ref element gives a mapping between the name of an ejb reference (ejb-ref-name, provided by the Bean Developer) and the JNDI name of the referenced bean (jaguar-link, provided by the Application Assembler). There should be a corresponding @ejb.ejb-ref tag present. NB If the beans are being deployed as part of the same EJB jar or application EAR, this tag may not be needed as EAServer can usually "guess" the relevant ejb link names.
@easerver.resource-ref (0..*)The resource-ref element gives a mapping between the name of a resource reference (res-ref-name, provided by the Bean Developer) and its resource (res-link, provided by the Application Assembler). There should be a corresponding @ejb.resource-ref tag present. Applies to: Used in Entity, MessageDriven, and Session beans.
|