Anthony Roy wrote:
> Hello all,
>
> I have two J2EE applications, say A and B. A exposes a SessionBean
> using both remote and local interfaces – the XDoclet that does this
> follows:
>
> /** @ejb.bean name="NmrDetails" display-name="NmrDetails"
> description="Access to
>
> * NmrDetails" local-
Hello , if i understand correctly, you want to access bean from application B, which is supposed to be in a different jar.. is that correct? then try tag below* @ejb.ejb-external-ref * ejb-name="Contact"
* view-type="local" * ref-name="ejb/ContactLocalHome" *
Hello all,
I have two J2EE applications, say A and B. A exposes a
SessionBean using both remote and local interfaces – the XDoclet that
does this follows:
/** @ejb.bean name="NmrDetails"
display-name="NmrDetails" description="Access to
*
NmrDetails" local-jndi-name="comm