Changing UseJBossWebLoader to true didn't help.. We're using compile-time instrumentation. All aspects are deployed in a single .aop file.
May be the problem is caused by the fact that aspectized class is called by it's own deployer? anonymous wrote : | [...] | at com.supportwizard.gui2.servlets.patchers.KbCheckServlet.init(KbCheckServlet.java:94) | at javax.servlet.GenericServlet.init(GenericServlet.java:211) | at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1091) | [...] | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:285) | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:989) | so here we have a class from partially deployed .war file, which calls EJB from another .jar, which indirectly calls back aspectized class from the first .war View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931855#3931855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931855 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
