}
public void testSCAReference() {
ScaServiceProxyFactoryBean pf = (ScaServiceProxyFactoryBean) applicationContext.getBean("&fooReference");
assertEquals("fooReference", pf.getReferenceName());
TestReference ref = (TestReference) applicationContext.getBean("fooReference");
// assertNotNull(ref);
}