[jboss-user] [Microcontainer] - circular bean injection
thomas.diesler@jboss.com
do-not-reply at jboss.com
Fri Jun 20 05:04:27 EDT 2008
Hi,
is it possible to do circular injections?
| <!-- The process engine -->
| <bean name="jBPMProcessEngine" class="org.jbpm.integration.client.ProcessEngineImpl">
| <property name="processDefinitionManager"><inject bean="jBPMProcessDefinitionManager"/></property>
| <property name="processInstanceManager"><inject bean="jBPMProcessInstanceManager"/></property>
| <property name="executionManager"><inject bean="jBPMExecutionManager"/></property>
| </bean>
|
| <!-- The process definition manager -->
| <bean name="jBPMProcessDefinitionManager" class="org.jbpm.integration.client.ProcessDefinitionManagerImpl">
| <property name="processEngine"><inject bean="jBPMProcessEngine"/></property>
| </bean>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159494#4159494
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159494
More information about the jboss-user
mailing list