User development,
A new message was posted in the thread "Undemanding Dependencies":
http://community.jboss.org/message/521543#521543
Author : David Lloyd
Profile :
http://community.jboss.org/people/david.lloyd@jboss.com
Message:
--------------------------------------------------------------
mailto:adrian@jboss.org wrote:
Editor, ate my post again. ;-)
Following the last comment, I'm not sure you wouldn't want more fine grained
control on
which dependencies start your bean?
<bean name="A" mode="On Demand">
<property name="b"><inject bean="B"
transitive-start="true"/></property>
<bean>
<bean name="B" mode="On Demand"/>
Ah, that would be
neat. Let me see if I can wrap my brain around that...
So in this example, transitive-start would really mean that the targeted bean would
control when this bean starts. So the question is, if you had two such injected bean
properties, when would A start? When either injection is started, or only when both are?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/521543#521543