Well first off make sure you do not have hardcoded your provider url as t3://.....
 
Secondly... if you are using ejb-ref in your web.xml (i assume you are) make sure you have a jboss-web.xml to map the ejbs into the enc.
 
lastly any ejb-ref in the ejb-jar.xml will require a corresponding entry in a jboss.xml in the jar file also.
 
Al
----- Original Message -----
From: sharath
Sent: Monday, July 09, 2001 2:18 AM
Subject: [JBoss-user] Help

Hi all,
Iam working on an application that uses EJBs and JSPs.
Im using JDK1.3.Till recently we were using BEA Weblogic but now want to change over to JBoss.I did as told in documentation and am able to get the jsp pages which do not call a bean.
But iam getting an error as soon as the server has to serve a jsp page which calls an EJB.Please advise to me as to what all steps should i take for this and why is this error coming.??
I have deployed an ear file in jboss/deploy directory.
Awaiting reply,
regards
 Sharath

Reply via email to