You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2006/04/13 19:54:46 UTC

[Geronimo Wiki] Update of "AaronNotes" by AaronMulder

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification.

The following page has been changed by AaronMulder:
http://wiki.apache.org/geronimo/AaronNotes

------------------------------------------------------------------------------
  
  To get GBeans of a certain type within a configuration: `configuration.findGBean(new AbstractNameQuery(WebModule.class))`
  
+ To get an AbstractName for a Configuration given the ConfigID, see Configuration.getAbstractName(configInfo.getId())
+