Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
The "hasReloaded" notification should happen after the compilation has finished and your classes should be available after that. As I wrote above the first "hasReloaded" happens already by the CCL itself at the end of its start() method. The second "hasReloaded" is the one to go at the mo

Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
The "hasReloaded" notification should happen after the compilation has finished and your classes should be available after that. As I wrote above the first "hasReloaded" happens already by the CCL itself at the end of its start() method. The second "hasReloaded" is the one to go at the m

Re: [jci] initial compiling

2005-08-15 Thread Joerg Heinicke
Torsten Curdt apache.org> writes: > > I have a problem with loading a class immediately after the setup > > of the CompilingClassLoader. With a setup like in the TestCases using a > > signal object it does not work (I get ClassNotFoundException), because the > > CCL does release a reload() ev

Re: [jci] initial compiling

2005-08-15 Thread Torsten Curdt
I have a problem with loading a class immediately after the setup of the CompilingClassLoader. With a setup like in the TestCases using a signal object it does not work (I get ClassNotFoundException), because the CCL does release a reload() event immediately after setup - before my files have

[jci] initial compiling

2005-08-14 Thread Joerg Heinicke
Hello, I have a problem with loading a class immediately after the setup of the CompilingClassLoader. With a setup like in the TestCases using a signal object it does not work (I get ClassNotFoundException), because the CCL does release a reload() event immediately after setup - before my files ha