Hi, I've deployed an app to JBoss 3 and though the initial connection to the
server and obtaining a reference works fine, I'm getting
ClassNotFoundException's whenever my EJB attempts to look up another EJB.
I'm assuming it has to be a classpath issue with the server.
Any thoughts?
Mike
--
Hello,
I'm having an INCREDIBLY annoying problem trying to access an EJB that I've
deployed. I'd love it if someone could pitch a hand. Here's the situation
...
Setup:
I'm running JBoss 3 running on JRockit VM.
I'm running Netscape iPlanet-WebServer-Enterprise/4.1SP6 4.1sp6 as the web
server
I just downloaded JBoss v.2.4.4 as part of an internal effort to migrate one
of our test servers from another app server to JBoss. We're using iPlanet
as a web server with JSPs connecting back to the EJBs running on JBoss.
I'm experiencing inordinant difficulty trying to get the EJBs deployed