I read documentation on debugging using NetBeans but still can't figure out how to apply all that to EJBs.
As far as I understand, Orion doesn't run my bean classes but run generated containers which are compiled
and sources are not kept anywhere(or may be there is a switch for that. development switch applies only to JSPs).
They of course could be decompiled but I don't think that's what we are supposed to do. Can somebody share with
fellow developers information on how they debug their EJBs on Orion?
 
 
Boris
 
P.S. I know that System.out.println(); is a great debugging tool but there is probably a better way.

Reply via email to