Massimo, > > I could retreive the service from hivemind as > Register.getService("importer.Importer", IImporter.class); > but from within mule i know only the service, so only > importer.Importer, so from importer.Importer, i say this cause i don't > want (and probably cannot) modify too much the way mule handle > different containers > > Did i miss something? >
You should also be able to retrieve the service with Registry.getService("importer.Importer", Object.class); You can use Object.class as the second parameter with any service. Doesn't that work for you? --knut --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]