|
Does this mean that there should be a GBean definition in
tomcat-config.xml and jetty-config.xml ... or that it should be defined
in system-plan.xml? I don't see a WebManager GBean defined in any of those places. Is there a way to define GBeans on the fly via some API so that they aren't all defined in the plans? It looks like r278800 modified the tomcat-config.xml and if I'm reading the change correctly should have added this to tomcat-config.xml ... but I don't see it in the latest file that I checkout out. I also don't see it in the jetty-config.xml (or in the code change either for that matter). Aaron Mulder wrote: The web manager is a GBean that should be present in tomcat-config.xml or jetty-config.xml in the server plans.Aaron On Thu, 8 Sep 2005, Joe Bohn (JIRA) wrote:[ http://issues.apache.org/jira/browse/GERONIMO-981?page=comments#action_12322931 ] Joe Bohn commented on GERONIMO-981: ----------------------------------- Turns out that it isn't really the problem but rather an assumption in that a call to PortletManager.getWebManagerNames will always return at least one name. It appears that it is returning null and that is the cause of the exception. Next stop is to figure out if and when the web manager names are supposed to be set (and we should code a bit more defensively to avoid NPE like this). -- Joe Bohn [EMAIL PROTECTED] "He is no fool who gives what he cannot keep, to gain what he cannot lose." -- Jim Elliot |
- Re: [jira] Commented: (GERONIMO-981) NPE in WebManagerPort... Joe Bohn
- Re: [jira] Commented: (GERONIMO-981) NPE in WebManage... David Jencks
- [jira] Commented: (GERONIMO-981) NPE in WebManagerPor... Joe Bohn (JIRA)
