> From: Butler, Mark [mailto:[EMAIL PROTECTED]] > > Hi Vadim > > > I did not turn it off. The issue how I see it is that when > > TraxTransformer looks for Deli, it finds no components. > > Does Deli works for you? If so, it means that either you do not have > > latest CVS, or I missed something in configuration. > > I've got the latest CVS and yes I experience the same problem. It seems to > be due to the > following lines in TraxTransformer.java: > > if (this.manager.hasComponent(Deli.ROLE)) { > if (this.getLogger().isDebugEnabled()) { > getLogger().debug("Looking up " + Deli.ROLE); > } > this.deli = (Deli) manager.lookup(Deli.ROLE); > } else { > getLogger().debug("Deli is not available"); > } > > The test this.manager.hasComponent(Deli.ROLE) is failing, even though Deli > does exist - does anyone know why? > > If you comment out the if statement and the else clause it works. > > Perhaps I need to add some code in the Deli component - can anyone point me > at an example?
Thanks Mark! I have got Deli example working. No, you do not need to change anything; I have found a bug (or feature) in Avalon code. Vadim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]