• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to debug inside a EJB SessionBean using step by step in Eclipse?

 
Ranch Hand
Posts: 701
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I put a breakpoint inside my action for debugging, using step by step in Eclipse. By the way, my application is a web app and uses Struts, EJBs, and JBOSS. So, when debugging step by step, I pass through delegate, and when my delegate class calls the EJB, it goes to EJBLocalObject, which is just the interface with the method signatures.
What I really wanted is that when I come to EJBLocalObject interface, I could go inside the SessionBean class, where are the methods actually implemented.
Does anybody know how to do it? Obviously if I put a breakpoint inside the SessionBean I stop in the method I want, but I'd like to know a way to reach it going step by step since the action.

Thanks in advance.
 
grapes are vegan food pellets. Eat this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic