只是好奇是否可以在 IBM Domino 上运行 JSF 2.3?
我已尝试按照 Sven 的帖子HowTo: Vaadin on Domino通过 UpdateSite Plugin 安装来部署(JSF 版本 2.0、2.1、2.2、2.3) 。但并没有真正成功,因为得到了以下例外(从 v2.3 开始列出,但其他版本类似):
Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?
Application was not properly initialized at startup, could not find Factory: javax.faces.context.FacesContextFactory. Attempting to find backup.
Uncaught init() exception thrown by servlet {0}: {2}
CWPWC0005E: Error occurred while initializing servlet wrapper. javax.servlet.ServletException: Uncaught initialization exception thrown by servlet Thread[Thread-6,5,main]
CWPWC0005E: Error occurred while initializing servlet wrapper. javax.servlet.ServletException: Uncaught initialization exception thrown by servlet
有什么建议可以调整吗?我确实理解 Servlet 版本与 JSF 规范不匹配,但它是否可行?谢谢!