User: salborini
Date: 00/11/16 17:51:55
Modified: documentation ejbref_howto.html
Log:
external ejb-ref: don't forget to include bean B's interfaces in the bean A's jar.
Revision Changes Path
1.2 +1 -0 newsite/documentation/ejbref_howto.html
Index: ejbref_howto.html
===================================================================
RCS file: /products/cvs/ejboss/newsite/documentation/ejbref_howto.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ejbref_howto.html 2000/11/12 20:33:33 1.1
+++ ejbref_howto.html 2000/11/17 01:51:55 1.2
@@ -124,6 +124,7 @@
</table>
</p>
<p>If bean B is deployed in another application, but on the same jboss
server, the jndi-name you provide must be the name under which bean B is deployed (see
the <a href="jndi_howto.html">jndi_howto</a>)</p>
+ <p><b>IMPORTANT NOTE:</b> this will tell jboss <i>where</i> to look
for bean B. You also have to tell jboss <i>what</i> bean B is: in case of an external
ejb-reference, be sure to include bean B's home and remote interface in bean A's
ejb-jar.
</ul>
<p>
<hr>