RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Michael Laccetti
e.org] On Behalf Of Ron DiFrango > Sent: February-09-09 9:05 PM > To: aspectj-users@eclipse.org > Subject: Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? > > One question, is how do you have the EAR Loading setup? I was > wondering if > you have it setup to load from the EAR

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Ron DiFrango
all of the effort you are putting into this. > > Mike > >> -Original Message- >> From: aspectj-users-boun...@eclipse.org [mailto:aspectj-users- >> boun...@eclipse.org] On Behalf Of Michael Laccetti >> Sent: February-09-09 6:06 PM >> To: 'aspectj-users@

RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Michael Laccetti
lipse.org' > Subject: Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? > > I'll give it a shot. (Both turn on debug in debug and verbose in > staging.) > > Mike > -- > Michael Laccetti > 416-558-9718 > > -Original Message-

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Michael Laccetti
have that.) Mike From: aspectj-users-boun...@eclipse.org [mailto:aspectj-users-boun...@eclipse.org] On Behalf Of Andy Clement Sent: February-09-09 4:14 PM To: aspectj-users@eclipse.org Subject: Re: [aspectj-users] WebLogic 9.2 + Aspe

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Andy Clement
gt; > *From:* aspectj-users-boun...@eclipse.org [mailto: > aspectj-users-boun...@eclipse.org] *On Behalf Of *Andy Clement > *Sent:* February-09-09 4:14 PM > *To:* aspectj-users@eclipse.org > *Subject:* Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? > > > > Hi Michael, &

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Andy Clement
oundException: > com.cryptologic.bsg.aspect.com.cryptologic.bsg.service.impl.EcashPlayerAccountServiceImpl > not found. > > -bash-3.00# > > > > I restarted the WL server at 15:30 (EST), just to see. > > > > Mike > > &

RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-09 Thread Michael Laccetti
.service.impl.EcashPlayerAccountServiceImpl not found. -bash-3.00# I restarted the WL server at 15:30 (EST), just to see. Mike From: aspectj-users-boun...@eclipse.org [mailto:aspectj-users-boun...@eclipse.org] On Behalf Of Andy Clement Sent: February-07-09 3:55 PM To: aspectj-users@eclipse.or

RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-07 Thread Michael Laccetti
7-09 3:55 PM To: aspectj-users@eclipse.org Subject: Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? Hi Michael, Thanks for the log. This is the most relevant bit and seeing a bit more of the stack reminded me of a problem we

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-07 Thread Andy Clement
this happens when we deploy to > production? Ugh.) > > > > Mike > > > > *From:* aspectj-users-boun...@eclipse.org [mailto: > aspectj-users-boun...@eclipse.org] *On Behalf Of *Andy Clement > *Sent:* February-06-09 5:05 PM > > *To:* aspectj-users@eclipse.org > *Sub

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Andy Clement
) > > > > Mike > > > > *From:* aspectj-users-boun...@eclipse.org [mailto: > aspectj-users-boun...@eclipse.org] *On Behalf Of *Andy Clement > *Sent:* February-06-09 12:43 PM > *To:* aspectj-users@eclipse.org > *Subj

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Ramnivas Laddad
he server directory, though. > > > > Mike > > > > From: aspectj-users-boun...@eclipse.org > [mailto:aspectj-users-boun...@eclipse.org] On Behalf Of Andy Clement > Sent: February-06-09 1:25 PM > To: aspectj-users@eclipse.org > Subject: Re: [aspectj-users] WebLogic 9.2

RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Michael Laccetti
pectj-users-boun...@eclipse.org] On Behalf Of Andy Clement Sent: February-06-09 1:25 PM To: aspectj-users@eclipse.org Subject: Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? Oh - one thing - when you say you turned on AspectJ trace - how did you do that? Did you put -verbose in the weaver o

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Andy Clement
7;m a noob with AOP. Try not to burn me too much.) > > > > Mike > > > > *From:* aspectj-users-boun...@eclipse.org [mailto: > aspectj-users-boun...@eclipse.org] *On Behalf Of *Andy Clement > *Sent:* February-06-09 12:43 PM > *To:* aspectj-users@eclipse.org > *Subj

RE: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Michael Laccetti
ry-06-09 12:43 PM To: aspectj-users@eclipse.org Subject: Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom? Hi Mike, Are you confident that 'com.cryptologic.bsg.model.communication.BsgResponseMessage' is on the classpath and accessible to the weaver? Sometimes, as a 'last

Re: [aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Andy Clement
Hi Mike, Are you confident that 'com.cryptologic.bsg.model.communication.BsgResponseMessage' is on the classpath and accessible to the weaver? Sometimes, as a 'last resort' AspectJ tries some of the imported prefixes on the front of types it is having trouble finding - to see if it can locate it.

[aspectj-users] WebLogic 9.2 + AspectJ = boom?

2009-02-06 Thread Michael Laccetti
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