1 Reply Latest reply on Jul 19, 2010 10:49 AM by jesper.pedersen

    Profiling EJB3 empty result

    ehe

      Dear All
      I have installed the JBoss profiler 2 Beta5 with JBoss AS 5.1. I read carefully the JBoss-Profiler2-UserGuid.pdf for the installation and configuration (Section 3.1 & 4).
      When I start the profiler using command line 5.2.1, and generate a report, I see that my app (ear) was profiled except the EJB Session Bean and the WebService façade! (They appear in the list but like they would never be called) . (trust me they are called during the profiling process).
      I tried to found some solution (googling, this forum) but… nothing… I should have made some big mistake (misconfiguration, …), but do not see.

      Any help would be appreciated , Thanks.

        • 1. Re: Profiling EJB3 empty result
          jesper.pedersen

          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