I helped Jason on IRC yesterday, just replying here for the sake of the archives.
On Thursday 20 June 2002 11:55 am, Jason van Zyl wrote: > Also, how do you state dependencies among components in the fortress > configuration files? > > I have a Messenger component which relies on my OJB, Scheduler and > XmlRpc component so these must be initialized first. You don't, not yet at least. The asynchronous initialization code in fortress was giving Jason problems. Disabling that and manually starting the components by doing an AbstractContainer.getComponentManager().lookup() on the component at the top of the dependency tree works for now. -pete -- peter royal -> [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
