[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-20 Thread damonrand
Thanks, I don't want to mess around with -nonaming, sounds too brutal a solution to me.. The amity article looks to be exactly what I need. I'll give that a try tomorrow.. I found org.apache.naming.factory.EjbFactory in the Tomcat source but looking at the code it seems to use a hardcoded

[JBoss-user] [Beginners Corner] - Re: Calling JBoss 3.2.3 from standalone Tomcat

2004-05-19 Thread damonrand
Thanks for the replies everyone, I returned my JDK/Tomcat to a default environment and copied jbossall-client.jar into the WEB-INF lib along with my helloworld-service.jar. I removed the ejb-link/ tag so I have.. ejb-ref Test EJB connection

[JBoss-user] [Beginners Corner] - Calling JBoss 3.2.3 from standalone Tomcat

2004-05-18 Thread damonrand
Hi guys, I have made some progress on connecting to an EJB from Tomcat 4.1.29 running on a standalone server. Unfortunately the system seems to be demanding JBoss server-side libraries for some reason.. Here is what I have done so far. 1. I have this in web.xml ejb-ref Test EJB