Hi, I am running EJB1.0 on Weblogic4.5.1. A stateless session bean is calling a method on another stateless session bean. The called bean throws a user defined exception. The code just hangs at the 'throw new xyzException();' statement. I have confirmed that the Exception is getting created by printing in the constructor of the exception. I have even tried putting this throw statement in a try-catch block. The code does not continue executing in the catch block if I throw the user defined exception. Instead if I throw any other predefined application exception e.g. 'throw new Exception()', then the control goes into the catch block. Any idea why this may be happening. No help in the specifications. How do I throw user defined exceptions back to the caller in EJB1.0 on Weblogic4.5.1. Thanks, Vikas. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
