diff options
author | Thomas <> | 2021-10-21 14:41:59 +0200 |
---|---|---|
committer | Thomas <> | 2021-10-21 14:41:59 +0200 |
commit | 005a974e5ce0ff43c1f86e478dcd53f4e13823a4 (patch) | |
tree | 019f990a0e16c4e1b184e24212c96ba4b47a1f5c /eaaf_core_utils/src/test/resources | |
parent | 1f8fc2851db3a03b9d3d731a568a7fcfe3846d74 (diff) | |
download | EAAF-Components-005a974e5ce0ff43c1f86e478dcd53f4e13823a4.tar.gz EAAF-Components-005a974e5ce0ff43c1f86e478dcd53f4e13823a4.tar.bz2 EAAF-Components-005a974e5ce0ff43c1f86e478dcd53f4e13823a4.zip |
add jUnit tests for bPK and HSM-Facade encryption
Diffstat (limited to 'eaaf_core_utils/src/test/resources')
-rw-r--r-- | eaaf_core_utils/src/test/resources/spring/test_eaaf_pvp_lazy.beans.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/eaaf_core_utils/src/test/resources/spring/test_eaaf_pvp_lazy.beans.xml b/eaaf_core_utils/src/test/resources/spring/test_eaaf_pvp_lazy.beans.xml index 4af34b51..672efe5d 100644 --- a/eaaf_core_utils/src/test/resources/spring/test_eaaf_pvp_lazy.beans.xml +++ b/eaaf_core_utils/src/test/resources/spring/test_eaaf_pvp_lazy.beans.xml @@ -20,4 +20,13 @@ <bean id="eaafUtilsMessageSource" class="at.gv.egiz.eaaf.core.impl.logging.EaafUtilsMessageSource" /> + <bean class="org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor"> + <property name="corePoolSize" value="5" /> + <property name="maxPoolSize" value="25" /> + <property name="queueCapacity" value="100" /> + </bean> + + <bean class="at.gv.egiz.eaaf.core.test.credentials.EncryptionTask" + scope="prototype"/> + </beans>
\ No newline at end of file |