0 Replies Latest reply on Aug 8, 2002 7:25 AM by manashp

    Problem invoking jsp(javax.ejb.* not found)

    manashp

      I have got the following error while calling a EJB bean from jsp client using Tomcat4.0.3+JBOSS3.0 while the same code works well for Tomcat4.0.1+JBOSS2.0. Please guide me
      where i have went wrong.
      I hope tomcat is not catching up EJB classes(javax.ejb.*). If it is the case then name the jar file containing the classes and where to place it.
      ==========================================================
      org.apache.jasper.JasperException: Unable to compile class for JSPNote: sun.tools.javac.Main has been deprecated.

      /root/jboss-3.0.0_tomcat-4.0.3/catalina/work/localhost/examples/jsp/jbossex$jsp.java:0: Class javax.ejb.EJBHome not found in interface org.jboss.docs.interest.InterestHome.
      package org.apache.jsp;