From: oberon777 <nu...@jb...> - 2005-07-26 04:43:29
|
I am trying to get some low-level tracing information about WebApps using JBoss AOP. After struggling with JBoss AOP for a while, it strikes me that I am barking up the wrong tree. What I want is a simple trace that would dump info at every method call, including those to system methods. I've been trying to use caller pointcuts that work okay when there not too many joint points, but fails where there are a lot. Is there some sort of a low-level trace facility that can be enabled withing the application server. I looked at the jboss-profiler project and it's probably doing something pretty low-level to do tracing. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886527#3886527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886527 |