0 Replies Latest reply on Nov 17, 2009 4:22 AM by djtharindu

    Generate <invoker-proxy-binding-name> tag in Jboss.xml using

      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.