0 Replies Latest reply on Mar 31, 2005 1:52 PM by askesis

    invoker-bindings with xdoclet possible?

    askesis

      I need invoker-bindings for my bean. Is it correct that I cannot create this with xdoclet tags? If not, what are the correct tags or how should I do this? Because if I add them manually I loose the addition after rerunning xdoclet....

      E.g.:


      <ejb-name>ModelManagerStatus</ejb-name>
      <jndi-name>ejb/ModelManagerStatus</jndi-name>
      <invoker-bindings>

      <invoker-proxy-binding-name>stateful-http-invoker</invoker-proxy-binding-name>

      </invoker-bindings>
      ...