Greetings. I have the following setup;
EAR | -- WAR | | | - JSPs | | | - Servlets | | | - etc. | - EJB jars The servlets are having no problems finding the Home/Remote interface classes for the EJB's, but the JSP all appear to be failing. Suggestions? -Steve <===Begin Log Excerpt===> 17:29:06,028 INFO [Jetty] JSP: init 17:29:13,412 INFO [STDOUT] init 17:29:13,413 INFO [Jetty] CustomerServlet: init 17:29:19,984 INFO [Jetty] JSP: init 17:29:40,474 INFO [Jetty] JSP: init 17:29:48,137 INFO [Jetty] CustomerCensusServlet: init 17:29:50,636 INFO [STDOUT] Function: list 17:29:56,740 WARN [Jetty] WARNING: CustomerCensusServlet: HRXFeatureServlet ServletException org.apache.jasper.JasperException: Unable to compile class for JSP /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class com.hrnexus.broker.ejb.CustomerClassSession not found in import. import com.hrnexus.broker.ejb.CustomerClassSession; ^ /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class com.hrnexus.customer.ejb.CustomerLocationSession not found in import. import com.hrnexus.customer.ejb.CustomerLocationSession; ^ 2 errors at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285) at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:552) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177) at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326) at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:259) at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:156) at com.hrnexus.common.servlet.HRXServlet.forward(HRXServlet.java:233) at com.hrnexus.common.servlet.HRXServlet.jspForward(HRXServlet.java:175) at com.hrnexus.broker.servlet.CustomerCensusServlet.search(CustomerCensusServlet.java:439) at com.hrnexus.broker.servlet.CustomerCensusServlet.getList(CustomerCensusServlet.java:257) at com.hrnexus.common.servlet.HRXFeatureServlet.doFunction(HRXFeatureServlet.java:272) at com.hrnexus.common.servlet.HRXFeatureServlet.doPost(HRXFeatureServlet.java:178) at com.hrnexus.common.servlet.HRXFeatureServlet.doGet(HRXFeatureServlet.java:153) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:572) at org.mortbay.http.HttpContext.handle(HttpContext.java:1356) at org.mortbay.http.HttpContext.handle(HttpContext.java:1309) at org.mortbay.http.HttpServer.service(HttpServer.java:744) at org.jboss.jetty.Jetty.service(Jetty.java:540) at org.mortbay.http.HttpConnection.service(HttpConnection.java:743) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287) at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715) at java.lang.Thread.run(Thread.java:484) 17:29:56,777 INFO [Jetty] CustomerCensusServlet: HRXFeatureServlet ServletException: org.apache.jasper.JasperException: Unable to compile class for JSP /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class com.hrnexus.broker.ejb.CustomerClassSession not found in import. import com.hrnexus.broker.ejb.CustomerClassSession; ^ /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class com.hrnexus.customer.ejb.CustomerLocationSession not found in import. import com.hrnexus.customer.ejb.CustomerLocationSession; ^ 2 errors 17:29:56,780 ERROR [STDERR] org.apache.jasper.JasperException: Unable to compile class for JSP /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class com.hrnexus.broker.ejb.CustomerClassSession not found in import. import com.hrnexus.broker.ejb.CustomerClassSession; ^ /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class com.hrnexus.customer.ejb.CustomerLocationSession not found in import. import com.hrnexus.customer.ejb.CustomerLocationSession; ^ 2 errors 17:29:56,782 ERROR [STDERR] at org.apache.jasper.compiler.Compiler.compile(Compiler.java:285) 17:29:56,782 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.loadJSP(JspServlet.java:552) 17:29:56,782 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet$JspServletWrapper.loadIfNecessary(JspServlet.java:177) 17:29:56,783 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service(JspServlet.java:189) 17:29:56,783 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:382) 17:29:56,783 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:474) 17:29:56,783 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 17:29:56,784 ERROR [STDERR] at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326) 17:29:56,784 ERROR [STDERR] at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:259) 17:29:56,784 ERROR [STDERR] at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:156) 17:29:56,784 ERROR [STDERR] at com.hrnexus.common.servlet.HRXServlet.forward(HRXServlet.java:233) 17:29:56,785 ERROR [STDERR] at com.hrnexus.common.servlet.HRXServlet.jspForward(HRXServlet.java:175) 17:29:56,785 ERROR [STDERR] at com.hrnexus.broker.servlet.CustomerCensusServlet.search(CustomerCensusServlet.java:439) 17:29:56,785 ERROR [STDERR] at com.hrnexus.broker.servlet.CustomerCensusServlet.getList(CustomerCensusServlet.java:257) 17:29:56,785 ERROR [STDERR] at com.hrnexus.common.servlet.HRXFeatureServlet.doFunction(HRXFeatureServlet.java:272) 17:29:56,786 ERROR [STDERR] at com.hrnexus.common.servlet.HRXFeatureServlet.doPost(HRXFeatureServlet.java:178) 17:29:56,786 ERROR [STDERR] at com.hrnexus.common.servlet.HRXFeatureServlet.doGet(HRXFeatureServlet.java:153) 17:29:56,786 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) 17:29:56,786 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) 17:29:56,787 ERROR [STDERR] at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:326) 17:29:56,787 ERROR [STDERR] at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:572) 17:29:56,787 ERROR [STDERR] at org.mortbay.http.HttpContext.handle(HttpContext.java:1356) 17:29:56,787 ERROR [STDERR] at org.mortbay.http.HttpContext.handle(HttpContext.java:1309) 17:29:56,788 ERROR [STDERR] at org.mortbay.http.HttpServer.service(HttpServer.java:744) 17:29:56,788 ERROR [STDERR] at org.jboss.jetty.Jetty.service(Jetty.java:540) 17:29:56,788 ERROR [STDERR] at org.mortbay.http.HttpConnection.service(HttpConnection.java:743) 17:29:56,788 ERROR [STDERR] at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:916) 17:29:56,789 ERROR [STDERR] at org.mortbay.http.HttpConnection.handle(HttpConnection.java:758) 17:29:56,789 ERROR [STDERR] at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:145) 17:29:56,789 ERROR [STDERR] at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:287) 17:29:56,789 ERROR [STDERR] at org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:715) 17:29:56,790 ERROR [STDERR] at java.lang.Thread.run(Thread.java:484) 17:29:58,187 INFO [Jetty] JSP: init 17:29:58,189 INFO [STDOUT] exception.toString(): org.apache.jasper.JasperException: Unable to compile class for JSP /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:15: Class com.hrnexus.broker.ejb.CustomerClassSession not found in import. import com.hrnexus.broker.ejb.CustomerClassSession; ^ /tmp/Jetty__8080___HRneXus/broker/customer_0005fcensus_0005flist$jsp.java:16: Class com.hrnexus.customer.ejb.CustomerLocationSession not found in import. import com.hrnexus.customer.ejb.CustomerLocationSession; ^ 2 errors -- Stephen Davidson Java Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user