jaikiran pai [http://community.jboss.org/people/jaikiran] replied to the 
discussion

"Is there auto-injection going on?"

To view the discussion, visit: http://community.jboss.org/message/539828#539828

--------------------------------------------------------------
There's no auto-injection going on  :)  Instead there's an explicit call to 
MCBean.setSimpleBean from SimpleBean.setRefBean:

public void setRefBean(MCBean refBean)
   {
      System.out.println("Setting ref bean: " + refBean);
      refBean.setSimpleBean(this);
      this.refBean = refBean;
   }


--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/539828#539828]

Start a new discussion in JBoss Microcontainer at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2114]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to