Re: iSeries Installation

2006-05-02 Thread Michel Costa
on your OS. [], Michel Costa - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
On 1/11/06, Michel Costa [EMAIL PROTECTED] wrote: Hi everyone, I am trying to create a ClassLoader for my application so then I will not have to reload all the hibernate and struts when a new class is compiled. Could you please explain why this is a problem ? Is the startup time an issue

Re: Last-Modified not updated when file is changed / touched.

2006-01-12 Thread Michel Costa
Some filesystems in linux/unix does not save date stuff, to speed up access... I am not sure about what tomcat does, but I think he sends the date of the cached resource... - Segue mensagem original! - De: hanasaki [EMAIL PROTECTED] Data: Wed, 11 Jan 2006 21:44:27 -0600

Re: Problems Using Context Loader

2006-01-12 Thread Michel Costa
The major problem is not about putting hibernate in the context's lib folder, but as you may know, hibernate does some mapping stuff, which means it reads a bunch of .hbm.xml files into memory, connects and validate these mappings everytime the context gets reloaded, and depending on how much

Problems Using Context Loader

2006-01-11 Thread Michel Costa
Hi everyone, I am trying to create a ClassLoader for my application so then I will not have to reload all the hibernate and struts when a new class is compiled. Then my problems started: I do not know where to put my special ClassLoader. I got lots of classcast exceptions until I found that a