Hi,
I am working on application running on Iplanet Application Server 4.0. Problem is the application exception throwen from the ejbStore dont reach the calling
servlet, calling servlet receive TransactionRollback exception which is system exception. But there is no sign of my application exception throwen from ejbStore. Can naybody tell me how I can get my ApplicationException throwen from ejbStore in my calling servlet.
I am calling entity beans set method in servlet and in entity bean ejbStore method I am throwing Application exception.