Steven,
On 10/17/05, Steven Devijver <[EMAIL PROTECTED]> wrote:
>
> Thanks for your feedback. I want to do a lookup on the registry
> object. How can I do that?
>
Provided that you use HiveMind's default Spring bean factory you can do this:
BeanFactory beanFactory = (BeanFactory)
registry.getService("hivemind.lib.DefaultSpringBeanFactory",
BeanFactory.class);
Bean bean = (Bean) beanFactory.getBean("bean", Bean.class);
Regards,
--knut
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]