[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ews.eclipse.technology.aspectj] cflow in J2EE Webapp (weblogic 8.1)

hi

using AJDT 1.3.1, aspectj 1.5.1a
I've got cflow working in the eclipse env
ajdt cross references : OK
testclasses : OK

then I try to instrument a webapp with the same cflow
in Eclipse env - cross references page : OK

I build the webapp using maven2 aspectj plugin
joinpoint reporting by maven : OK
build successful

however: Running the webapp nothing happens
no errors, no output
I'm using weblogic 8.1 SP4
I can debug until :
CFlowCounter.isValid line:45
step in gives: ThreadStackFactoryImpl$ThreadCounterImpl.isNotZero()line:43
after that the 'instrumented method' returns

All other instrumentations work just fine

So, should the cflow work ?
I'm I missing something ?

All input more than welcome

Danny