Hi

Our program has stopped working after upgrading from JBossAOP 1.3.5 to 1.5.3GA. 
We're using compile-time instrumentation and JBoss 4.0.4 with aop-5.0 deployer 
from JBossAOP distribution. Instrumentation and deployment goes smoothly, but 
the following happens on attempt to use instrumented class:


  | 2007-02-02 02:11:58,161 ERROR  [javax.servlet.jsp.JspPage] Error JSP 
processing!
  | java.lang.VerifyError: (class: 
com/supportwizard/gui2/beans/hotlinks/HotlinksProcessor, method: 
com$supportwizard$gui2$beans$hotlinks$HotlinksProcessor$processRequest$aop 
signature: 
(Ljavax/servlet/http/HttpServletRequest;Z)Lcom/supportwizard/gui2/beans/hotlinks/HotlinkForm;)
 Illegal constant pool index
  |     at 
com.supportwizard.gui2.compiledpages.login_jsp._jspService(login_jsp.java:184)
  |     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137)
  | 

Here's relevant part of AOP deployer log:


  | 2007-02-02 02:10:25,937 ERROR  [STDERR] method matched binding execution(* 
com.supportwizard.gui2.servlets.system.GUIActionServlet->doIt(..)) OR 
execution(* 
com.supportwizard.gui2.beans.hotlinks.HotlinksProcessor->processRequest(javax.servlet.http.HttpServletRequest,
 boolean)) private void 
com.supportwizard.gui2.servlets.system.GUIActionServlet.doIt(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,com.supportwizard.gui2.servlets.system.LoginConstants$REQ_TYPE)
 throws java.io.IOException,javax.servlet.ServletException
  | 2007-02-02 02:10:25,937 INFO   [STDOUT] [debug] added advisor: 
com.supportwizard.gui2.servlets.system.GUIActionServlet from binding: 
com.supportwizard.audit.aspects.LoginAspect.aroundLoginServlet 
6002103910592804910
  | 2007-02-02 02:10:25,937 INFO   [STDOUT] Using context classloader 
WebappClassLoader
  | 
  |   delegate: false
  | 
  |   repositories:
  | 
  |     /WEB-INF/classes/
  | 
  | ----------> Parent Classloader:
  | 
  | [EMAIL PROTECTED]
  | 
  |  to load aspect com.supportwizard.audit.aspects.LoginAspect
  | 

Is it a bug or I'm doing something wrong?

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009744#4009744

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009744
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to