我将JSF2.0与GlassFish3.0结合使用。我有以下托管Bean:@ManagedBean@RequestScopedpublicclassOverviewController{privateListeventList;@PostConstructpublicvoidinit(){System.out.println("=>OverviewController-init()-enter");System.out.println("=在overview.xhtml文件中,我从我的OverviewController调用不同的属性或方法。...一切正常,但问题出在日志文件上:INF