Hi Has anyone usd log4j with EJB before ? I have a problem using it in the following scenerio
eg. I have a static logger that wraps ard log4j to write to a file However, after a while , I get something called Error : (too many open files) cannot write to <file location > from one of my entity beans This is an scenerio where a finder method executes a findByXXXX method and say, retrieves about 800-900 rows oddly enough, if I just test the entity bean ( the BMP reading from a table ) I do not get this problem but after integrating it into a session bean ( stateless ) this problem comes up in the stderr.... Did I miss anything out ? the logger --> static DAO --> static Can someone point out to me what's wrong ? Regards LSc =========================================================================== 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".
