INJECT A CUSTOM BEAN IN A CUSTOM CLASS
I'M ASKING FOR THE SECOND TIMEi have a custom bean in context-service.xml and i'm using AIO archetype and my bean looks like these :<!-- --><bean id="UtilBeanId" class="com.util.Utils"> <property name="serviceRegistry"> <ref bean="ServiceRegistry" />...