Hi,
================================================== =======
<beans>
<import resource="classpath*:solution-beanfactory-registry.xml"/>
<bean id="core-diag-test-config"
class="org.springframework.context.support.ClassPa thXmlApplicationContext"
lazy-init="true">
<constructor-arg>
<value>core-diag-test-config.xml</value>
</constructor-arg>
</bean>
<bean id="core-mnipclient-outbound"
class="org.springframework.context.support.ClassPa thXmlApplicationContext"
lazy-init="true">
<constructor-arg>
<value>core-mnipclient-outbound.xml</value>
</constructor-arg>
</bean>
<bean id="core-diag-test-cpm-ruleman-config"
class="org.springframework.context.support.ClassPa thXmlApplicationContext"
lazy-init="true">
<constructor-arg>
<value>core-diag-test-cpm-ruleman-config.xml</value>
</constructor-arg>
</bean>
</beans>
Solution-beanfactory-registry.xml : contians the bean factory like the above.
There is a commmon beans among all these , but still we they are not singleton in nature. is there anyway i can redefine the above beanfactory configurations.
================================================== =======
Regards
Ramchandhar Reddy Rapolu


Reply With Quote
..
