hi, Is it advisable to server the large purge requests by directly firing delete queries from Session bean and bypassing the entity beans. Because if we proceed thru Entity beans un-necessary ejbLoads and ejbStores will get called and in case of thousands of records being purged in a single request they might get loaded by container.
So to avoid this can we directly fire db query from session bean. Has anyone been using it this way ... regards, Nikhil. ==========================================================================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".
