Re: [JBoss-user] JSP not finding import when compiling in .ear shared lib

2001-07-09 Thread Scott M Stark
> The only test provided with JBoss on this is a servlet which is pre-compiled so hence does not show this issue. > > Questions: > >1)If I include the C1 in both the .war and as a shared lib in the .ear will the call optimization still happen? Yes. >2)Any way to fix the JSP compiler

[JBoss-user] JSP not finding import when compiling in .ear shared lib

2001-07-09 Thread dgan
Hi, I followed the tutorial: http://www.jboss.org/documentation/HTML/ch11s78.html And tried to share a .jar file in the method described. When my JSP, which does <%@ page import="SomePackage"> compiles, the compiler complains that the class is not found. Now I had a hunch that the class