Hi, I have a web application using struts 1.1 and running in Tomcat 6. This application needs to make calls to remote ejbs which are in a JBoss AS 7 server and I always get the error message:
IlegaleStateException: No EJB receviver avaible for handling............
I have the same code working in a standalone desktop java application. The thing is that I don't know where to put the jboss-ejb-client.properties file in the web application, moreover I don't know if it should be
a properties file or a xml file in WEB-INF. So I'll really appreciate any help you. Thanks in advance....