0 Replies Latest reply on Jun 18, 2009 10:06 AM by harryiam42

    weaving aspects into applets

      hi!

      alas my searching skills appear rather weak as i can find no advice on how to weave aspects into applets. we have a successfully woven some test advice into a straight up java application, but when i tried it with an applet it just ignored the advice. here is the command i'm using

      appletviewer -J-javaagent:/usr/local/jboss-aop-2.0.1.GA/lib/jboss-aop.jar -J-Djboss.aop.path=... -J-classpath -J.:/usr/local/jboss-aop-2... foo.html


      for reference the following works

      j
      ava -javaagent:/usr/local/jboss-aop-2.0.1.GA/lib/jboss-aop.jar -Djboss.aop.path... -classpath .:/usr/local/jboss-aop-2... foo



      thanks in advance
      - harry