On Mon, 14 Jan 2002 19:16, Paul Hammant wrote: > While looking through Eung-Ju's excellent RmiListener block it was > apparent that the blocks were blockAdded() in an expected order. That > is new to me and good news if true. Is it that they are added in the > same order as listed in assembly.xml ?
No ;) The blocks are loaded accorind to their dependencies. So if Block A depends on Block B then B will be loaded before A (and shutdown before A). It is probably the case that it will be in order defined in assembly.xml excluding dependencies - however this should not be relied upon because it may change in the future ;) (Well probably not but you shouldn't be relying on it anyways). -- Cheers, Pete -------------------------------- My opinions may have changed, but not the fact that I am right -------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>