Figured I try and ask this question again.

XDoclet:  1.2.2

I am trying to generate <invoker-bindings> and
<invoker> elements like the listing below in my
jboss.xml file.  These elements are available in the
JBoss 3.2 and 4.0 DTDs.  When will those tags be
available in XDoclet?  Or, is there currently a way to
generate those elements in my jboss.xml?  I cannot
find anything in the documentation referencing those
jboss.xml elements.

Thanks.

--------jboss.xml--------

<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>


                
__________________________________ 
Do you Yahoo!? 
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com 


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to