[JBoss JIRA] (WFCORE-482) Add log4j2 support for WildFly
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-482?page=com.atlassian.jira.plugin... ]
James Perkins commented on WFCORE-482:
--------------------------------------
Thanks for the detailed information [~marlowa42]. That CVE is fixed in WildFly as well see https://github.com/jboss-logging/log4j-jboss-logmanager/pull/15.
For log4j we actually use a fork that routes through the JBoss Log Manager. The main reason for including log4j is for legacy applications. That said we should make adding log4j2 support higher priority. I do have an implementation that does work with the JBoss Log Manager, I just have had time to work on the integration and testing of it.
> Add log4j2 support for WildFly
> ------------------------------
>
> Key: WFCORE-482
> URL: https://issues.jboss.org/browse/WFCORE-482
> Project: WildFly Core
> Issue Type: Task
> Components: Logging
> Environment: Spring 3, Hibernate, Wicket, JBoss AS7
> Reporter: Amarkanth Ranganamayna
> Assignee: James Perkins
> Priority: Major
>
> I am trying to use Flume Appender which comes with Log4j2 (log4j 1.x doesn't support flume appender) (AND) inorder to acheive this, I am looking at how to configure JBoss AS7 to use log4j2.
> Looks like Jboss AS7 by default use log4j 1.x
> Are you guys already working on using log4j2 ?
> If NOT, can you please suggest how to configure Jboss AS7 such that it picks up "log4j2.xml" file and doesn't use its own logging.
> Thanks,
> Amar
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (WFCORE-4768) [GSS](7.2.z) WFLYIO001: Worker 'default' has auto-configured to 24 core threads should be IO threads
by Ricardo Martin Camarero (Jira)
[ https://issues.jboss.org/browse/WFCORE-4768?page=com.atlassian.jira.plugi... ]
Ricardo Martin Camarero moved JBEAP-18190 to WFCORE-4768:
---------------------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-4768 (was: JBEAP-18190)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: IO
(was: Server)
Affects Version/s: 11.0.0.Beta3
(was: 7.2.5.GA)
> [GSS](7.2.z) WFLYIO001: Worker 'default' has auto-configured to 24 core threads should be IO threads
> ----------------------------------------------------------------------------------------------------
>
> Key: WFCORE-4768
> URL: https://issues.jboss.org/browse/WFCORE-4768
> Project: WildFly Core
> Issue Type: Bug
> Components: IO
> Affects Versions: 11.0.0.Beta3
> Reporter: Ricardo Martin Camarero
> Assignee: Ricardo Martin Camarero
> Priority: Minor
>
> [org.wildfly.extension.io] (ServerService Thread Pool -- 52) WFLYIO001: Worker 'default' has auto-configured to 24 core threads with 192 task threads based on your 12 available processors
> The IO subsystem by default picks values for the thread default sizes.
> The '24 core threads' is actually io-threads
> The '192 task threads' is the 'task-max-threads'
> The task-core-threads looks like it actually defaults to 2
> It would be better to change '24 core threads' to '24 IO threads' and 192 task threads' to 192 max task threads'
> {code}
> list-get map-put read-attribute-group read-children-types read-resource-description write-attribute
> [standalone@localhost:9990 /] /subsystem=io:read-resource(include-runtime=true,recursive=true)
> {
> "outcome" => "success",
> "result" => {
> "buffer-pool" => {"default" => {
> "buffer-size" => undefined,
> "buffers-per-slice" => undefined,
> "direct-buffers" => undefined
> }},
> "worker" => {"default" => {
> "busy-task-thread-count" => 0,
> "core-pool-size" => 2,
> "io-thread-count" => 24,
> "io-threads" => "24",
> "max-pool-size" => 192,
> "queue-size" => 0,
> "shutdown-requested" => false,
> "stack-size" => "0",
> "task-core-threads" => "2",
> "task-keepalive" => "60000",
> "task-max-threads" => "192",
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4833) [DMN Designer] Data Types - edit is not consistent
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4833?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4833:
--------------------------------
Description: There is an inconsistent behavior of the "edit" mode according to the way in invoke it. See the video. Once started by mouse, once by keyboard. (was: There are a couple of keyboard problems related to tab index:
- When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
- After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
- The focus ring is not shown on the list toggle (/)
)
> [DMN Designer] Data Types - edit is not consistent
> --------------------------------------------------
>
> Key: DROOLS-4833
> URL: https://issues.jboss.org/browse/DROOLS-4833
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: edit-focus.webm
>
>
> There is an inconsistent behavior of the "edit" mode according to the way in invoke it. See the video. Once started by mouse, once by keyboard.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4833) [DMN Designer] Data Types - edit is not consistent
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4833:
-----------------------------------
Summary: [DMN Designer] Data Types - edit is not consistent
Key: DROOLS-4833
URL: https://issues.jboss.org/browse/DROOLS-4833
Project: Drools
Issue Type: Bug
Components: DMN Editor
Reporter: Jozef Marko
Assignee: Daniel José dos Santos
Attachments: edit-focus.webm
There are a couple of keyboard problems related to tab index:
- When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
- After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
- The focus ring is not shown on the list toggle (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4833) [DMN Designer] Data Types - edit is not consistent
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4833?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4833:
--------------------------------
Attachment: (was: constraints-focus.webm)
> [DMN Designer] Data Types - edit is not consistent
> --------------------------------------------------
>
> Key: DROOLS-4833
> URL: https://issues.jboss.org/browse/DROOLS-4833
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: edit-focus.webm
>
>
> There are a couple of keyboard problems related to tab index:
> - When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
> - After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
> - The focus ring is not shown on the list toggle (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4833) [DMN Designer] Data Types - edit is not consistent
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4833?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4833:
--------------------------------
Affects Version/s: 7.31.0.Final
> [DMN Designer] Data Types - edit is not consistent
> --------------------------------------------------
>
> Key: DROOLS-4833
> URL: https://issues.jboss.org/browse/DROOLS-4833
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: edit-focus.webm
>
>
> There are a couple of keyboard problems related to tab index:
> - When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
> - After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
> - The focus ring is not shown on the list toggle (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4832) [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4832?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4832:
--------------------------------
Description:
There is a tab index defined for work with data type entries, however it stop working once constraint dialog was used. See the attached video.
was:
There are a couple of keyboard problems related to tab index:
- When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
- After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
- The focus ring is not shown on the list toggle (/)
> [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
> -----------------------------------------------------------------------------------
>
> Key: DROOLS-4832
> URL: https://issues.jboss.org/browse/DROOLS-4832
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: constraints-focus.webm
>
>
> There is a tab index defined for work with data type entries, however it stop working once constraint dialog was used. See the attached video.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4832) [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
by Jozef Marko (Jira)
Jozef Marko created DROOLS-4832:
-----------------------------------
Summary: [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
Key: DROOLS-4832
URL: https://issues.jboss.org/browse/DROOLS-4832
Project: Drools
Issue Type: Bug
Components: DMN Editor
Reporter: Jozef Marko
Assignee: Daniel José dos Santos
Attachments: constraints-focus.webm
There are a couple of keyboard problems related to tab index:
- When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
- After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
- The focus ring is not shown on the list toggle (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (DROOLS-4832) [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
by Jozef Marko (Jira)
[ https://issues.jboss.org/browse/DROOLS-4832?page=com.atlassian.jira.plugi... ]
Jozef Marko updated DROOLS-4832:
--------------------------------
Attachment: (was: edit-focus.webm)
> [DMN Designer] Data Types - Tab index is not working once constraint dialog is used
> -----------------------------------------------------------------------------------
>
> Key: DROOLS-4832
> URL: https://issues.jboss.org/browse/DROOLS-4832
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.31.0.Final
> Reporter: Jozef Marko
> Assignee: Daniel José dos Santos
> Priority: Major
> Labels: drools-tools
> Attachments: constraints-focus.webm
>
>
> There are a couple of keyboard problems related to tab index:
> - When adding or editing a row, you can't tab the focus onto the save/cancel buttons (/)
> - After selecting from the dropdown, the focus jumps back to the text field for some reason (/)
> - The focus ring is not shown on the list toggle (/)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years