[jboss-user] [Installation, Configuration & Deployment] - how to declare session bean invoker
kiamfei
do-not-reply at jboss.com
Fri Jan 19 04:24:01 EST 2007
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
More information about the jboss-user
mailing list