0 Replies Latest reply on Mar 23, 2005 12:59 PM by bill.burke

    AOP XML Requirements

    bill.burke

      Here's some requirements AOP has for kernel XML parsing:

      * I need ability to parse XML fragments. This is because I have my own aspect definition XML that I want to keep backward compatible and I do not want to have to rewrite it.

      <aspect class="org.Aspect" scope="PER_JOINPOINT>
       <properties>
       <property name="TM"><ref name="TransactionManager/></property>
       </properties>
      </aspect>