2 Replies Latest reply on Sep 29, 2009 4:57 PM by asookazian

    Profiling with TPTP

    kapitanpetko

      Has anyone managed to profile a Seam application in JBoss Tools? When I start the JBoss server in
      profiling mode from the 'JBoss Server View' ot JBoss Tools, it starts OK, but as soon as I try to
      login, I get the following exception:


      java.lang.VerifyError: (class: com/sun/faces/spi/SerializationProviderFactory, method: getProviderInstance signature: (Ljava/lang/String;)Lcom/sun/faces/spi/SerializationProvider;) Incompatible object argument for function call
           at com.sun.faces.renderkit.ResponseStateManagerImpl.writeState(ResponseStateManagerImpl.java:208)
      



      That's with Seam 2.0.3 and JBoss Tools 3.0.2. Since the server starts OK, this does not seem to be a JBoss Tools issue.


      Any ideas?