[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Aspect on JSP

2004-09-02 Thread aline_mm
Hi Bill, I tried to use, jspc (created a *.java and a *.class) and aopc, the deploy was ok but when I called my page I received this error. Do you have any idea about this? Ps.: I named my page erro2.jsp 21:54:30,255 INFO [TomcatDeployer] deploy, ctxPath=/erros, warUrl=file:/D:/jbos

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Aspect on JSP

2004-08-22 Thread Bill Burke
I don't think JSP aspectizing will work as it uses a different classloader. We will be improving our classloader integration shortly. Can you verify JSPs don't work? I do think it will work if you precompile your jsps. Thanks and apologies. Bill View the original post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Aspect on JSP

2004-08-21 Thread jlukiano
It is not possible to use the AopC compiler as you don't have the .class files in this moment, so the only possible alternative is to enable the EnableTransformer flag on \conf\jboss-service.xml. Have you tried? In spite of this, I'm not sure the container that create the jsp servlet is under