Re: [Xdoclet-user] Problems Accessing a Remote Session Bean.

2006-10-18 Thread dimitris
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-

Re: [Xdoclet-user] Problems Accessing a Remote Session Bean.

2006-10-18 Thread Marco Mistroni
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" *     

[Xdoclet-user] Problems Accessing a Remote Session Bean.

2006-10-18 Thread Anthony Roy
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