cancel
Showing results for 
Search instead for 
Did you mean: 

How to debug and EJB directly in NetWeaver

Former Member
0 Kudos

Hi,

Is it possible to directly debug an EJB using the NetWeaver debug perspective without needing to go through a JSP or servlet? I'd like to run just the EJB through the debugger.

Thanks,

Amy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Yes, that's possible. Make sure your WebAS runs in debug mode and define the proper debug configuration (Remote Java Application) in your NWDS. Set appropriate breakpoints and then start the debug.

Former Member
0 Kudos

Hi Pascal,

Unfortunately I can't follow your suggestion. I am trying to jump in an ejb's method out of a java client, which is calling this method.

But that doesn't really work at all.

Kind regards, Patrick.