2 Replies Latest reply on May 14, 2009 9:19 AM by karolgo

    Eclipse Debug Javassist

    joblini

      Hello,  (sorry for the duplicate post)


      Does javassist make it impossible to display the value of a Seam component in Eclipse debug?


      The Variables view in Eclipse Debug Perspective gives me this, which is pretty useless:



      value   org.agritrace.model.species.Species_$$_javassist_96  (id=502)   
              children        null    
              handler org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer  (id=513)   
              id      null    
              parent  null    
              resourceKey     null    




      I have been unable to find any information about this by googling Eclipse Debug Javassist


      Surely I am not the only one who has experienced this?


      Thanks in advance if you can point me in the right direction!


      Ingo

        • 1. Re: Eclipse Debug Javassist
          matt.drees

          This is a hibernate proxy, not a Seam proxy.


          In any case, I think you can expand the handler attribute and poke around until you find the real Species instance. 

          • 2. Re: Eclipse Debug Javassist
            karolgo

            Matt Drees wrote on Sep 28, 2008 10:26:


            This is a hibernate proxy, not a Seam proxy.

            In any case, I think you can expand the handler attribute and poke around until you find the real Species instance. 


            Matt is correct. Expand handler and find target node.