IIUC, Geronimo use myfaces as it's JSF implementation. The related code resides in https://svn.apache.org/repos/asf/geronimo/server/trunk/plugins/myfaces
The specific code to parse the myface config to get the managedBean classes is: https://svn.apache.org/repos/asf/geronimo/server/trunk/plugins/myfaces/geronimo-myfaces-builder/src/main/java/org/apache/geronimo/myfaces/deployment/MyFacesModuleBuilderExtension.java On Thu, Aug 20, 2009 at 5:55 AM, David Blevins <[email protected]>wrote: > I've been talking with Gurkan of OpenWebBeans over on the OpenEJB list and > it seemed like a good idea to kick the thread over here as well. > > The long and short of it is that we'll need to scan 299 managed beans at > deploy time exactly as we do for JSF. > > Wanted to point him at the JSF scanning code, but can't remember the > details. Anyone remember? An svn link is fine. > > > -David > > > > -- Shawn
