1 Reply Latest reply on Aug 11, 2004 8:53 AM by darranl

    Deploying AspectJ in JBoss

    imsathya

      Hello,

      I am very new to JBoss - and EJB. So this might be a very naive question.

      Here is the scenario :
      - I have a simple Person.jar which contains deployable EJBs - I need to deploy this with JBoss
      - I have created some aspects in AspectJ for performance monitoring of some of the beans which is AspectPerson.jar.

      Now, how do I deploy this with JBoss 3.0.25 ? Do I just add the AspectJ-required run-time parameters to the run.sh file ? I tried but it doesnt seem to work. The aspects do not get invoked. Any pointers, any documentation would be most helpful.

      Thanks.