Using service reference to a service created in the same blueprint context

2015-07-09 Thread Christian Schneider
I got a customer that would like to use a quite exotic construct. They want to export a service in a blueprint context and import it in the same context. I do not really recommend this model but they would prefer it to keep their code generation simple. They know this is not possible with

Re: Using service reference to a service created in the same blueprint context

2015-07-09 Thread Guillaume Nodet
The export of services and the wiring are done at the same time. Each manager is created and started, it it's a bean manager, it will create a bean in the internal blueprint container, if it's a service, it will register it (without even creating the bean afaik). You may want to move the order of