Hello, I can see that when a Session Bean throws an EJBException, (because for example the user tried to insert wrong values in DB) the Session bean gets deleted. so I cannot use it anymore. I'd like to know what strategy can I use to recover from this exception (for example I tried to insert into passivate method another lookup, but nothing, I have tried also putting the lookup in the remove method, but it seems that Weblogic container doesn't go through these methods when the beans get deleted. And a last question: where are beans actually saved when passivation occours? I mean, I'd like to see phisically the file on the HD (I'm using Weblogic 5.1 as I said). Thank you very much for your attention. Francesco =========================================================================== 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".
