There's no way to create a context from the ejb jar and see the beans
without need of maintain two copies of my interfaces? 

On Fri, 18 May 2001 [EMAIL PROTECTED] wrote:

> > org.apache.jasper.JasperException: Unable to compile class for
> > JSP/usr/local/jakarta_3.2.1/jakarta-tomcat-3.2.1/work/localhos
> > t_8080%2Fcustomer/_0002ftest_0005fservlet_0002ejsptest_0005fse
> > rvlet_jsp_13.java:59: Class
> > Customer not found.
> >                  Customer u = (Customer) 
> > request.getAttribute("customer"); 
> 
> Have you tried to import that class?
> <%@page import="customers.Customer"%>
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
> 


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to