cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging EJBs with SAP Netweaver

Former Member
0 Kudos

Is it possible to debug EJBs with SAP Netweaver?

Accepted Solutions (0)

Answers (2)

Answers (2)

werner_dornacher
Explorer
0 Kudos

Hello,

-write a mini test client.

-add the bean jar file to the clients build path

-specify the source project for the jar file.

-Restart the server in debug mode.

-set your break points and run your client in debug mode!!

best regards

Werner

Former Member
0 Kudos

You can write the log (such as syatem.out ) to J2EE SAP Server Screen.