scripting.properties revision 148523d04fdcfe87d91bd164ec866100a73115d3
1754N/A# Distribution License (the License). You may not use this file except in compliance with the
1754N/A# You can obtain a copy of the License at legal/CDDLv1.0.txt. See the License for the
1754N/A# When distributing Covered Software, include this CDDL Header Notice in each file and include
1754N/A# the License file at legal/CDDLv1.0.txt. If applicable, add the following below the CDDL
1754N/A########################################################################################################################
1754N/A# This section holds the error messages used by the Scripting framework and specifically used by ScriptException
1754N/A########################################################################################################################
2899N/AFILTER_BOOLEAN_LITERAL_FALSE=The 'boolean literal' filter with value of 'false' is not supported
1754N/A########################################################################################################################
3829N/A########################################################################################################################
1754N/Ag101.help.txt=The default script type that will be selected when creating a new script.
ec101.help=The maximum execution time any individual script should take on the server (in seconds).
ec101.help.txt=Server-side scripts will be forcibly stopped after this amount of execution time.
ec102.help=The core size of the thread pool from which scripts will operate.
ec103.help=The maximum size of the thread pool from which scripts will operate.
ec103.help.txt=New threads will be created up to this size once the task queue reaches capacity. Has no effect if the \
ec104.help=Size of queue to use for buffering script execution request when core pool is at capacity.
ec104.help.txt=Use -1 for an unbounded queue (this disables the maximum pool size setting). For short, CPU-bound \
scripts, consider a small pool size and larger queue length. For I/O-bound scripts (e.g., REST calls) consider \
a larger maximum pool size and a smaller queue. Not hot-swappable: restart server for changes to take effect.
ec105.help=Length of time (in seconds) to wait before terminating threads.
ec105.help.txt=Length of time (in seconds) to wait before terminating threads that were started when the queue reached \
ec106.help.txt=Each Java class accessed by a script must match at least one of these patterns. Use '*' as a wildcard, \
ec107.help=List of patterns of Java classes that must not be accessed by a script.
ec107.help.txt=This blacklist is applied after the whitelist to apply additional restrictions. For instance you may \
whitelist java.lang.* and then blacklist java.lang.System and java.lang.Runtime. It is recommended to always prefer \
ec108.help=Indicates whether the system SecurityManager should also be consulted when checking access to Java classes.
ec108.help.txt=If enabled, then the checkPackageAccess method will be called for each Java class accessed. If no \
st101.help=The language the script is written in.
st101.help.txt=This is used to determine how to validate the script, as well as which engine to run the script within.
st103.help=The default script for new scripts of this type.
st103.help.txt=This script will be set as the default when a new script of this type is created.