diff options
Diffstat (limited to 'modules/core_common_webapp/src')
-rw-r--r-- | modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml index 259f5605..ca820566 100644 --- a/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml +++ b/modules/core_common_webapp/src/main/resources/specific_eIDAS_core_storage.beans.xml @@ -11,8 +11,8 @@ http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd"> - <import - resource="classpath:specificCommunicationDefinitionApplicationContext.xml" /> + <import resource="classpath:specificCommunicationDefinitionApplicationContext.xml" /> + <import resource="classpath:jCacheImplSpecificCommunicationBeans.xml" /> <!-- <bean id="SimpleInMemoryTransactionStorage" class="at.asitplus.eidas.specific.connector.storage.SimpleInMemoryTransactionStorage" /> --> |