[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 r

[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 tag so I have.. Test EJB connection ejb/HelloWorld Session org.service

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

2004-05-19 Thread damonrand
Oops, was using the apache naming factory, not the jboss one.. Now I have this in jndi.properties. java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces java.naming.provider.url=jnp://server:1099 And am getting this error message.. class javax.naming.NamingException: Cannot create re

[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 Test EJB connection.