Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] How to turn of "optimized matching"?

Hi -

I am having a problem with optimized matching specific to a custom Adaptor Factor Bean I have in Spring.  While trying to figure that out, it looks like I can get around it by turning off "optimized matching", but I can't find documentation on how to specify these configurations.

How do I specify an option to the JVM so that aspectj turns off optimized matching?  I am running a web application deployed as an EAR in JBoss.

Thanks!

Back to the top