RE: Need Help: Handling multiple versions of same service

2013-01-24 Thread Timothy Ward
Do you want to pick just one of the services? Do you want access to both, but the option to choose which you use? Do you want the newer version to take precedence? The solution Emily suggests ties your blueprint to a particular version of the service. This may be what you want, but it will

Re: Problem with ref argument in Aries 1.0

2013-01-24 Thread Emily Jiang
Can you paste your BeanFactory class here? On Thu, Jan 17, 2013 at 6:24 AM, Zweifel, Daniel daniel.zwei...@adesso.chwrote: SimpleBean is a very simple bean;-): public class SimpleBean { public SimpleBean() { } } And it makes no difference if there is a constructor or not. Daniel