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 07:08:46 UTC

[Geronimo Wiki] Trivial 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

New page:
Stuff Aaron has found useful:

To get files out of a configuration (even a child configuration): `configuration.getConfigurationResolver().resolve(URI.create("..."));`

To get GBeans of a certain type within a configuration: `configuration.findGBean(new AbstractNameQuery(WebModule.class))`