| RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom? |
|
I’m pretty confident – the Aspect and classes
referenced by it are all packed in a common jar that is deployed in WEB-INF/lib
(in turn part of an EAR). The reason I am curious is the fact that the
EAR deploys perfectly on one 9.2 cluster, but not another. I’ve pastebin’d some code – you can see the
aspect in all of its hideous glory here: http://papernapkin.org/pastebin/view/4337/ (Yes, I’m a noob with AOP. Try not to burn me too
much.) Mike From: aspectj-users-bounces@xxxxxxxxxxx
[mailto:aspectj-users-bounces@xxxxxxxxxxx] On Behalf Of Andy Clement Hi Mike, 2009/2/6 Michael Laccetti <michael@xxxxxxxxxxxx> I deployed our application to a WebLogic 9.2 cluster, and
ran into some problems. In our development environment, everything worked
okay, but in staging... Not so much. We use the same JDK, and the
Spring Agent for LTW. The application deploys okay, and the REST services
function as expected, but the AOP stuff is non-operational. There was no
errors or warnings, so I turned on AspectJ logging. Now, I see the
following in the logs: |