Refactoring BP Code with ErrorCatalog
[ccsdk/cds.git] / ms / blueprintsprocessor / modules / inbounds / resource-api / src / test / resources / application-test.properties
1 #
2 # Copyright (c) 2017-2018 AT&T Intellectual Property.
3 #
4 # Modifications Copyright (c) 2019 - 2020 IBM, Bell Canada.
5 #
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
9 #
10 #     http://www.apache.org/licenses/LICENSE-2.0
11 #
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
17 #
18 blueprintsprocessor.db.url=jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1
19 blueprintsprocessor.db.username=sa
20 blueprintsprocessor.db.password=
21 blueprintsprocessor.db.driverClassName=org.h2.Driver
22 blueprintsprocessor.db.hibernateHbm2ddlAuto=create-drop
23 blueprintsprocessor.db.hibernateDDLAuto=update
24 blueprintsprocessor.db.hibernateNamingStrategy=org.hibernate.cfg.ImprovedNamingStrategy
25 blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.H2Dialect
26 # Controller Blueprints Core Configuration
27 blueprintsprocessor.blueprintDeployPath=./target/blueprints/deploy
28 blueprintsprocessor.blueprintWorkingPath=./target/blueprints/work
29 blueprintsprocessor.blueprintArchivePath=./target/blueprints/archive
30
31 # Error Managements
32 error.catalog.applicationId=cds
33 error.catalog.type=properties
34 error.catalog.errorDefinitionDir=./../../../application/src/test/resources/
35
36 # Python executor
37 blueprints.processor.functions.python.executor.executionPath=./../../../../components/scripts/python/ccsdk_blueprints
38 blueprints.processor.functions.python.executor.modulePaths=./../../../../components/scripts/python/ccsdk_blueprints