Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: How to define local remote interfaces in Weblogic deployment descriptors


Message #1 by "Anuj" <anuj@m...> on Wed, 27 Feb 2002 03:51:20 +0530
In the weblogic-ejb-jar file, there is a <local-jndi-name> element that
functions in the same way as <jndi-name> and to reference a local bean from
another bean use the following elements under the <reference-descriptor>
section

<ejb-local-reference-description>
    <ejb-ref-name></ejb-ref-name>
    <jndi-name></jndi-name>
<ejb-local-reference-description>



  Return to Index