Revert "Revert "BUG-1425: Integrated new Binding to Normalized Node codec for write...
[controller.git] / opendaylight / distribution / opendaylight-karaf / src / main / resources / etc / system.properties
1 #
2 # The properties defined in this file will be made available through system
3 # properties at the very beginning of the Karaf's boot process.
4 #
5
6 # Use Equinox as default OSGi Framework Implementation
7 karaf.framework=equinox
8
9 # https://bugs.eclipse.org/bugs/show_bug.cgi?id=325578
10 # Extend the framework to avoid the resources to be presented with
11 # a URL of type bundleresource: but to be presented as file:
12 osgi.hook.configurators.include=org.eclipse.virgo.kernel.equinox.extensions.hooks.ExtensionsHookConfigurator
13
14
15 # Log level when the pax-logging service is not available
16 # This level will only be used while the pax-logging service bundle
17 # is not fully available.
18 # To change log levels, please refer to the org.ops4j.pax.logging.cfg file
19 # instead.
20 org.ops4j.pax.logging.DefaultServiceLog.level = ERROR
21
22 #
23 # Name of this Karaf instance.
24 #
25 karaf.name = root
26
27 #
28 # Default repository where bundles will be loaded from before using
29 # other Maven repositories.  For the full Maven configuration, see
30 # the org.ops4j.pax.url.mvn.cfg file.
31 #
32 karaf.default.repository = system
33
34 #
35 # Location of a shell script that will be run when starting a shell
36 # session.  This script can be used to create aliases and define
37 # additional commands.
38 #
39 karaf.shell.init.script = ${karaf.etc}/shell.init.script
40
41 #
42 # Sets the maximum size of the shell command history. If not set,
43 # defaults to 500 entries. Setting to 0 will disable history.
44 #
45 # karaf.shell.history.maxSize = 0
46
47 #
48 # Deletes the entire karaf.data directory at every start
49 #
50 karaf.clean.all = false
51
52 #
53 # Deletes the karaf.data/cache directory at every start
54 #
55 karaf.clean.cache = false
56
57 #
58 # Roles to use when logging into a local Karaf console.
59 #
60 # The syntax is the following:
61 #   [classname:]principal
62 # where classname is the class name of the principal object
63 # (defaults to org.apache.karaf.jaas.modules.RolePrincipal)
64 # and principal is the name of the principal of that class
65 # (defaults to instance).
66 #
67 karaf.local.roles = admin,manager,viewer
68
69 #
70 # Set this empty property to avoid errors when validating xml documents.
71 #
72 xml.catalog.files =
73
74 #
75 # Suppress the bell in the console when hitting backspace too many times
76 # for example
77 #
78 jline.nobell = true
79
80 #
81 # ServiceMix specs options
82 #
83 org.apache.servicemix.specs.debug = false
84 org.apache.servicemix.specs.timeout = 0
85
86 #
87 # Settings for the OSGi 4.3 Weaving
88 # By default, we will not weave any classes. Change this setting to include classes
89 # that you application needs to have woven.
90 #
91 org.apache.aries.proxy.weaving.enabled = none
92 # Classes not to weave - Aries default + Xerces which is known to have issues.
93 org.apache.aries.proxy.weaving.disabled = org.objectweb.asm.*,org.slf4j.*,org.apache.log4j.*,javax.*,org.apache.xerces.*
94
95 #
96 # By default, only Karaf shell commands are secured, but additional services can be
97 # secured by expanding this filter
98 #
99 karaf.secured.services = (&(osgi.command.scope=*)(osgi.command.function=*))
100
101 #
102 # Security properties
103 #
104 # To enable OSGi security, uncomment the properties below,
105 # install the framework-security feature and restart.
106 #
107 #java.security.policy=${karaf.etc}/all.policy
108 #org.osgi.framework.security=osgi
109 #org.osgi.framework.trust.repositories=${karaf.etc}/trustStore.ks