Details
-
Task
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
-
Platform Sprint 137
Description
only in testsuite, so no backport needed:
in customExtraBasicPoolingRepository.xml
we have:
<bean id="_customUserSessionPool" class="org.hippoecm.hst.core.jcr.pool.BasicPoolingRepository"
init-method="initialize" destroy-method="close">
This _customUserSessionPool requires that hstJmvEnabledUsers also contains the extra '${custom.repository.user.name}'
However, bean with id="_customUserSessionPool" can be instantiated before bean with id="addCustomJvmEnabled". Therefore, we need to add depends-on="addCustomJvmEnabled" to bean '_customUserSessionPool'