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

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003713
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to