Thanks for your answer pilhuhn, but I'm afraid it's not exactly what I need.
I need to specify the <invoker-bindings> xml tag within  the session bean description 
in jboss.xml.

By default, XDoclet generates something like this :
 

  <ejb-name>${bean.name}</ejb-name>
  <local-jndi-name>${bean.jndi.name}</local-jndi-name>

        <method-attributes>...
        </method-attributes>
 

And I want XDoclet to generate this :


         <ejb-name>${bean.name}</ejb-name>
         <jndi-name>${bean.jndi.name}</jndi-name>
         <invoker-bindings>
            
               
<invoker-proxy-binding-name>${bean.invoker.proxy.name}</invoker-proxy-binding-name>
            
         </invoker-bindings>
        <method-attributes>...
        </method-attributes>


So my question is : How do I set ${bean.invoker.proxy.name} with XDoclet ? 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851279#3851279

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851279


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to