[JBoss JIRA] (WFCORE-2516) Changes to the logging subsystem are not persisted to the logging.properties in offline CLI
by James Perkins (JIRA)
James Perkins created WFCORE-2516:
-------------------------------------
Summary: Changes to the logging subsystem are not persisted to the logging.properties in offline CLI
Key: WFCORE-2516
URL: https://issues.jboss.org/browse/WFCORE-2516
Project: WildFly Core
Issue Type: Bug
Components: Logging
Reporter: James Perkins
Assignee: James Perkins
When using {{embed-server}} within offline CLI changes to the logging subsystem are not persisted to the {{logging.properties}} file.
Do note that before we fix this we may want to consider a fix for WFCORE-157. The issue being that offline CLI is likely used to provision a server and that server may be configured in a different location. Since the {{jboss.server.log.dir}} or other {{relative-to}} property will be resolved and written as a fully-qualified path this could be an issue.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (WFCORE-157) Write expressions to logging.properties configuration file
by James Perkins (JIRA)
[ https://issues.jboss.org/browse/WFCORE-157?page=com.atlassian.jira.plugin... ]
James Perkins commented on WFCORE-157:
--------------------------------------
I think this needs to be solved sooner rather than later with a guarantee that only the {{jboss.server.log.dir}} property will be resolvable. This property will need to be passed in the {{JAVA_OPTS}} of all scripts so it is seen during the log manager configuration. We also need to ensure the launcher API passes that specific property as a {{JAVA_OPT}} as well.
This will need to be documented to note that if users want to pass non guaranteed properties that these properties must be set in the {{*.conf[.bat|.ps1]}} files.
> Write expressions to logging.properties configuration file
> ----------------------------------------------------------
>
> Key: WFCORE-157
> URL: https://issues.jboss.org/browse/WFCORE-157
> Project: WildFly Core
> Issue Type: Enhancement
> Components: Logging
> Reporter: James Perkins
> Assignee: James Perkins
> Priority: Optional
>
> Allow properties that use expressions to write the expression out to the logging.properties configuration file. This allows properties passed in at runtime to affect the initial logging configuration.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (WFCORE-2511) overlay, redeploy-links should ignore unknown deployments
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFCORE-2511?page=com.atlassian.jira.plugi... ]
ehsavoie Hugonnet updated WFCORE-2511:
--------------------------------------
Description:
When this operation has been first specified, it has been required to fail if the deployment was not existing. That is not right. Linked deployments can be non existing and a pattern can return an empty set of deployments.
The high level operation from the CLI might pass an unexisting deployment name (taking the one from the overlay link to be created for example) which would break the final operation (aka the built composite from the CLI).
was:
When this operation has been first specified, it has been required to fail if the deployment was not existing. That is not right. Linked deployments can be non existing and a pattern can return an empty set of deployments.
> overlay, redeploy-links should ignore unknown deployments
> ---------------------------------------------------------
>
> Key: WFCORE-2511
> URL: https://issues.jboss.org/browse/WFCORE-2511
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Jean-Francois Denise
> Assignee: ehsavoie Hugonnet
>
> When this operation has been first specified, it has been required to fail if the deployment was not existing. That is not right. Linked deployments can be non existing and a pattern can return an empty set of deployments.
> The high level operation from the CLI might pass an unexisting deployment name (taking the one from the overlay link to be created for example) which would break the final operation (aka the built composite from the CLI).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month