This content has been marked as final.
Show 1 reply
-
1. Re: Profiling EJB3 empty result
jesper.pedersen Jul 19, 2010 10:49 AM (in response to ehe)Try and output the class name of the object called -- this.getClass().getName(). It may be a proxy object which you havn't included in your list.
Otherwise check out the source of the profiler and add some additional debug to it:
svn co http://anonsvn.jboss.org/repos/jbossprofiler/branches/JBossProfiler2