[jboss-user] [EJB] - Generate <invoker-proxy-binding-name> tag in Jboss.xml using

djtharindu do-not-reply at jboss.com
Tue Nov 17 04:22:34 EST 2009


Hi,

I am trying to use custom "invoker-proxy-binding-name" in my jboss.xml for a MDB.I am using ejb 2.1 and XDoclet 1.2.3. I need to generate following entries to jboss.xml using XDoclet.

<invoker-bindings>
  
    <invoker-proxy-binding-name>CustomName</invoker-proxy-binding-name>
    
</invoker-bindings>

I have used following @jboss.invoker-binding in my code and it did not work. Can some one here please direct me to a correct solution for this problem.

Thank You.

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

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



More information about the jboss-user mailing list