I got this error for @Around but not @Before or @After. I fixed this by changing my my classloader mode and WAR classloader policy settings to,
The first setting is done through the admin console. In the admin console, Servers -> Server Types -> WebSphere application servers -> server1 -> Configuration -> General Properties -> Server-specific Application Settings -> Classloader policy
EAR classloader policy: Multiple
I used Rational Application Developer to create my web application. In RAD, the remaining settings are set in the Application Deployment Descriptor -> Deployment -> Application
EAR classloader mode: PARENT_FIRST
WAR classloader policy: MODULE
WAR classloader mode: PARENT_LAST
--------------------------------
Posted By: jamie.r.burns at May 28 2009 1:21AM