~ubuntu-branches/ubuntu/trusty/mysql-5.6/trusty

« back to all changes in this revision

Viewing changes to storage/ndb/test/crund/config_samples/crundOpenjpaClusterj.properties

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-12 11:54:27 UTC
  • Revision ID: package-import@ubuntu.com-20140212115427-oq6tfsqxl1wuwehi
Tags: upstream-5.6.15
ImportĀ upstreamĀ versionĀ 5.6.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
 
2
#
 
3
# This program is free software; you can redistribute it and/or modify
 
4
# it under the terms of the GNU General Public License as published by
 
5
# the Free Software Foundation; version 2 of the License.
 
6
#
 
7
# This program is distributed in the hope that it will be useful,
 
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
10
# GNU General Public License for more details.
 
11
#
 
12
# You should have received a copy of the GNU General Public License
 
13
# along with this program; if not, write to the Free Software
 
14
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
15
 
 
16
#exclude=navA->B0,navA->B0_opt
 
17
#exclude=setAByPK_bulk,setB0ByPK_bulk,setAByPK,setB0ByPK,getAByPK,getB0ByPK
 
18
 
 
19
# OpenJPA - MySQL JDBC connection settings
 
20
openjpa.ConnectionURL=jdbc:mysql://localhost/crunddb
 
21
openjpa.ConnectionDriverName=com.mysql.jdbc.Driver
 
22
openjpa.ConnectionUserName=md
 
23
openjpa.ConnectionPassword=
 
24
# set the general logging level to only show warnings.
 
25
#openjpa.Log=DefaultLevel=WARN,SQL=TRACE
 
26
openjpa.Log=DefaultLevel=WARN
 
27
openjpa.ConnectionRetainMode=transaction
 
28
# what does this do?
 
29
#openjpa.DataCache=false
 
30
 
 
31
# OpenJPA - ClusterJ settings
 
32
openjpa.ndb.database=crunddb
 
33
openjpa.ndb.connectString=localhost
 
34
openjpa.BrokerFactory=ndb
 
35
 
 
36
com.mysql.clusterj.connectstring=localhost
 
37
#com.mysql.clusterj.connectstring=127.0.0.1:1186
 
38
#com.mysql.clusterj.connectstring=127.0.0.1:9311
 
39
#com.mysql.clusterj.connect.host=localhost
 
40
#com.mysql.clusterj.connect.port=9311
 
41
com.mysql.clusterj.connect.retries=4
 
42
com.mysql.clusterj.connect.delay=5
 
43
com.mysql.clusterj.connect.verbose=1
 
44
com.mysql.clusterj.connect.timeout.before=30
 
45
com.mysql.clusterj.connect.timeout.after=20
 
46
#com.mysql.clusterj.username=
 
47
#com.mysql.clusterj.password=
 
48
com.mysql.clusterj.database=crunddb
 
49
com.mysql.clusterj.max.transactions=1024
 
50
#com.mysql.clusterj.max.transactions=5000
 
51
#com.mysql.clusterj.jdbc.url=jdbc:mysql://localhost:9306/test
 
52
#com.mysql.clusterj.jdbc.driver=com.mysql.jdbc.Driver
 
53
#com.mysql.clusterj.jdbc.username=root
 
54
#com.mysql.clusterj.jdbc.password=
 
55
 
 
56
#com.mysql.clusterj.impl.level=INFO
 
57
#com.mysql.clusterj.impl.metadata.level=INFO
 
58
#com.mysql.clusterj.impl.query.level=INFO
 
59
#handlers=java.util.logging.FileHandler
 
60
#java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
 
61
#java.util.logging.FileHandler.level=FINEST
 
62
#java.util.logging.FileHandler.pattern=/Users/clr/ndb/keso/mysql-5.1-telco-6.3-clusterj/storage/ndb/clusterj/clusterj-test/target/log%u