Core Runtime Services
Configuration of individual domain services provided by the framework at runtime.
Property | Default | Description | ||
---|---|---|---|---|
causeway.core.runtime-services. |
Whether the |
|||
causeway.core.runtime-services. |
Intended for testing purposes only, if set then the requested |
|||
causeway.core.runtime-services. |
Intended for testing purposes only, if set then the requested |
|||
causeway.core.runtime-services. |
Intended for testing purposes only, if set then the requested |
|||
causeway.core.runtime-services. |
587 |
The port to use for sending email. |
||
causeway.core.runtime-services. |
Specifies the email address of the user sending the email. If the username is not specified, is also used as the username to connect to the SMTP service. This configuration property is mandatory (for the default implementation of the |
|||
causeway.core.runtime-services. |
Specifies the host running the SMTP service. If not specified, then the value used depends upon the email implementation. The default implementation will use the |
|||
causeway.core.runtime-services. |
Specifies the password (corresponding to the username to connect to the SMTP service. This configuration property is mandatory (for the default implementation of the |
|||
causeway.core.runtime-services. |
Specifies the username to use to connect to the SMTP service. If not specified, then the sender’s address will be used instead. |
|||
causeway.core.runtime-services. |
2000 |
The maximum number of millseconds to wait to obtain a socket connection before timing out. |
||
causeway.core.runtime-services. |
2000 |
The maximum number of millseconds to wait to obtain a socket before timing out. |
||
causeway.core.runtime-services. |
true |
If an email fails to send, whether to propagate the exception (meaning that potentially the end-user might see the exception), or whether instead to just indicate failure through the return value of the method ( |
||
causeway.core.runtime-services. |
true |
Whether TLS encryption should be started (that is, |
||
causeway.core.runtime-services. |
Whether the |
|||
causeway.core.runtime-services. |
Normally any queries are automatically preceded by flushing pending executions. This key allows this behaviour to be disabled.
|
|||
causeway.core.runtime-services. |
Specifies the initial mode for obtaining/discovering translations. There are three modes:
|
|||
causeway.core.runtime-services. |
Specifies the relative resource path to look for translation files. If \{@code null} uses \{@code servletContext.getResource("/WEB-INF/")}. Replaces the former Servlet context parameter 'causeway.config.dir'; |