In the environment.xml file, if I have the following declaration
everything works fine (application listener and block listener
methods are invoked).
<block-listener name="myListener" class="net.osm.MyListener" />
If I change the declaration to the following, the start-up is fine,
the application start-up is fine, but the application shutdown
related event and block removal events are never called.
<listener name="myListener" class="net.osm.MyListener" />
I though that "block-listener" and "listener" were synonymous.
Cheers, Steve.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>