hi corin, if other components behave fine I suspect that something must be going wrong before the container tries to dispose the store. I wonder if there's no hint in one of the logs...
a possibility you have is of course to step through the container shutdown (or better set conditional breakpoints); have the sources for excalibur-component in the source lookup path, set a breakpoint at ExcaliburComponentManager's dispose method (which actually is the one calling the components' dispose() method) and work your way through :-/ > -----Ursprungliche Nachricht----- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Corin Moss > Gesendet: Donnerstag, 15. April 2004 01:50 > An: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Betreff: RE: Where is disposed called for the Stores? > > > > Hi Marco, > > That's the very first thing I did ;) That's where I noticed that the > method just isn't being invoked. The store implements the Avalon > dispose method correctly (AFAICT) - that's why I just need to track down > exactly what is supposed to dispose of it :) > > Thanks, > > Corin >
