5859606162636465
public void testAutowireBeanServiceProperty() throws Exception { Registry reg = buildFrameworkRegistry("BeanService.xml"); BeanA beanA = ( BeanA )reg.getService( BeanA.class ); beanA.methodA(); } }