0 Replies Latest reply on Jun 20, 2003 7:34 PM by ekoliphant

    Possible to get JB AOP working on other servlet/j2ee contain

    ekoliphant

      Hi,
      I am working on a project that currently uses resin, we will probably be moving to JBoss in the future. I was interested to see if I could get the standalone AOP to work with Resin. However I was concerned about the feasibility give the fact that AOP requiers a custom classloader and J2EE/servlet engines use their own as well.

      Sure enough, setting the AOP classloader results in some interesting exceptions. I get javaassist.NotFoundException for the core resin classes. I placed the javaassist and AOP jars in the Resin install lib dir so that the are included in the environment created by the startup script.

      Any ideas or is this probably futile?

      Thanks