0 Replies Latest reply on Jan 19, 2007 4:22 AM by kiamfei

    how to declare session bean invoker

    kiamfei

      Hi,
      I am facing difficulty in declaring the invoker for my ejb3 session bean.
      jboss Documenataion says it can done through jboss.xml, but I found that for jboss4.0.5GA version there is no such file, would anyone give some lights ?
      I am not sure whether standardjboss.xml is similar to jboss.xml !!! I had tried to include as below in this standardjboss.xml ,but not effective at all.

      <enterprise-beans>

      <ejb-name>JNLPServicesBean</ejb-name>
      <configuration-name>Standard Stateless SessionBean</configuration-name>
      <invoker-bindings>

      <invoker-proxy-binding-name>
      stateless-ssl-invoker
      </invoker-proxy-binding-name>
      <jndi-name>JNLPServicesBean</jndi-name>

      </invoker-bindings>

      </enterprise-beans>

      is there also a way to declare the bean invoker using annotation ?
      I dun know which I did wrong.
      pls guide, guys and girls. thank you so much in advance.
      rgds,
      KF