📄 ode-jbi.properties
字号:
## Licensed to the Apache Software Foundation (ASF) under one# or more contributor license agreements. See the NOTICE file# distributed with this work for additional information# regarding copyright ownership. The ASF licenses this file# to you under the Apache License, Version 2.0 (the# "License"); you may not use this file except in compliance# with the License. You may obtain a copy of the License at## http://www.apache.org/licenses/LICENSE-2.0## Unless required by applicable law or agreed to in writing,# software distributed under the License is distributed on an# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY# KIND, either express or implied. See the License for the# specific language governing permissions and limitations# under the License.## ODE-JBI Configuraiton Properties# Process Identifier Namespace [QNAME]# Namespace for processes created using the JBI integration.# This will be the namespace of the process identifiers (PIDs)ode-jbi.pidNamespace=urn:ode-jbi# Allow Incomplete Deployment ("true","false")# Should incomplete deployments be allowed? An incomplete deployment# arises when a service unit contains multiple processes and not all# of the processes can be deployed. If incomplete deployments are# allowed (true), the service unit will report success if any of the# processes can be deployed. If not allowed (false), a failure in# one process will prevent all processes from being deployed.ode-jbi.allowIncompleteDeployment=false# Database Mode ("INTERNAL", "EXTERNAL", "EMBEDDED")# What kind of database should ODE use?# * "EMBEDDED" - ODE will create its own embbeded database (Derby)# and connection pool (Minerva).# * "EXTERNAL" - ODE will use an app-server provided database and pool.# The "ode-jbi.db.ext.dataSource" property will need to# be set.# * "INTERNAL" - ODE will create its own connection pool for a user-# specified JDBC URL and driver.ode-jbi.db.mode=EMBEDDED# External Database [JNDI Name]# JNDI Name of the DataSource for the ODE database. This is only# used if the "ode-jbi.db.mode" property is set to "EXTERNAL"ode-jbi.db.ext.dataSource=java:comp/env/jdbc/ode# Embedded Database Name [String]# Name of the embedded Derby database. This is only used if the# "ode-jbi.db.mode" property is set to "EMBEDDED".#ode-jbi.db.emb.name=hibdb#ode-jbi.db.emb.name=jpadb# Internal Database Configuration#ode-jbi.db.int.jdbcurl=jdbc:mysql://localhost/ode?user=sa#ode-jbi.db.int.driver=com.mysql.jdbc.Driver# DAO Connection Factory class.# uncomment the following for hibernate.#ode-jbi.dao.factory=org.apache.ode.daohib.bpel.BpelDAOConnectionFactoryImpl# Class name of the message mapper that should be used to convert message# between ODE / NMS.# org.apache.ode.jbi.msgmap.JbiWsdl11WrapperMapper - use JBI WSDL 1.1 "wrapped"# org.apache.ode.jbi.msgmap.ServiceMixMapper# org.apache.ode.jbi.msgmap.DocLitMapperode-jbi.messageMapper=org.apache.ode.jbi.msgmap.ServiceMixMapper# BPEL Event Listener# Uncomment the following for a debug output of BPEL navigation events.#ode-jbi.event.listeners=org.apache.ode.bpel.common.evt.DebugBpelEventListener#debugeventlistener.dumpToStdOut=on/off
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -