Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] -Dorg.aspectj.weaver.loadtime.configuration=META-INF\aop.xml not working in unix / linux

Hello,

I am using Load Time Weaving of AspectJ API 1.8.6 version in an EAR application. JDK version used is "1.8_51" and wildfly application server version is "8.2.0-Final". I have created a custom module "test.aop" containing META-INF/aop.xml under "$wildfly_home/modules" directory. I have all my aspects in a separate JAR and am maintaining aop.xml in a separate module to have it as configurable. I am referring the module "test.aop" in the EAR classpath.
$wildfly_home

    modules
           test
               aop
                  META-INF
                         aop.xml

-Dorg.aspectj.weaver.loadtime.configuration=META-INF\aop.xml

Using the above VM argument in VM arguments section of application server of eclipse luna made AOP to work fine.

But, I am using the same VM argument in Unix / Linux and it is not working.

Have anyone faced this issue ? Please help me.


Many thanks.


Sridhar Thiyagarajan






Back to the top