我通过 SpringBridgeHstComponent 管理我的组件。如果无法初始化 Bean,我在日志或控制台中看不到任何错误。只有 SpringBridgeHstComponent 会抛出无法找到委托 bean 的异常。
Component exception caught: org.hippoecm.hst.core.component.HstComponentException:
Cannot find delegated spring HstComponent bean from the web application context:
MyBeanName at org.hippoecm.hst.component.support.spring.SpringBridgeHstComponent
.getDelegatedBean(SpringBridgeHstComponent.java:199)
但是为了找出无法初始化 bean 的原因,我希望典型的“无法加载,因为自动装配的 bean 为空”或某事。
有人知道如何在 hippocms 中配置 Spring 的日志记录吗?