Re: Using Reflection in EJB to Call Other Components
Posted By:
Bozidar_Dangubic
Posted On:
Friday, February 22, 2002 11:54 AM
if you use reflection and invoke(), you can catch the exception if exectuing method throws it and then decide what to do with it (let it propagate to the container or deal with it).