Hi,
 
can anyone tell me, how I can create this DD for JBoss with the help of xdoclet? I need this parameter to configure my ejbs for using the CORBA service.
 
Michael
 
 
<jboss>
      <enterprise-beans>
         <session>
            <ejb-name>HelloWorld</ejb-name>
            <jndi-name>helloworld/Hello</jndi-name>
            <configuration-name>Standard Stateless SessionBean</configuration-name>
            <invoker-bindings>
               <invoker>
                  <invoker-proxy-binding-name>iiop</invoker-proxy-binding-name>
               </invoker>
            </invoker-bindings>
         </session>
      </enterprise-beans>
   </jboss>



Gesendet von http://mail.yahoo.de
Mit Yahoo! Suche finden Sie alles: www.suche.yahoo.de.

Reply via email to