[JBoss JIRA] (WFCORE-482) Add log4j2 support for WildFly
by Andrew Marlow (Jira)
[ https://issues.redhat.com/browse/WFCORE-482?page=com.atlassian.jira.plugi... ]
Andrew Marlow commented on WFCORE-482:
--------------------------------------
Thinking some more about wildfly using log4j2, and thinking about java logging in general, I am wondering if this enhancement request is really appropriate. If wildfly was changed then later on it might only need to be changed for log4j version 3, as and when that comes along. IMO it would be better for wildfly to use slf4j to wrap which logger is actually used. Given that wildfly is an application server, it is going to run code in a container where that code could use all sorts of other third party open source components. Those components could contain a mixture of logging approaches. So I think it is up to such components to use slf4j so that they can all play nicely together. If they did and wildfly still picked its own logger then that would be a shame. If on the other hand wildfly used slf4j then if any any contained component didn't that would be the fault of the contained component.
Do people agree? If so then perhaps a new ticket should be raised for wildfly to use slf4j. Surely it is the best of both worlds, providing a way for it to still use log4j-v1 for those environments forced to use that logger, and to use log4j2 or logback or whatever, for everyone else.
> Add log4j2 support for WildFly
> ------------------------------
>
> Key: WFCORE-482
> URL: https://issues.redhat.com/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, 2 months
[JBoss JIRA] (WFLY-13122) Include MicroProfile Fault Tolerance subsystem in the default server profiles
by Radoslav Husar (Jira)
Radoslav Husar created WFLY-13122:
-------------------------------------
Summary: Include MicroProfile Fault Tolerance subsystem in the default server profiles
Key: WFLY-13122
URL: https://issues.redhat.com/browse/WFLY-13122
Project: WildFly
Issue Type: Bug
Components: MP Fault Tolerance
Affects Versions: 19.0.0.Beta2
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 19.0.0.Beta3, 20.0.0.Beta1
MP FT can be included in the default profiles. The subsystem is very lightweight, the subsystem carries no configuration and the module dependencies are not added to the deployments if the application is not using FT annotations.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (DROOLS-5073) menu didn't pop up when right-click the cell in decition table if there are lot of columns (more then 18)
by xiaodong zhang (Jira)
[ https://issues.redhat.com/browse/DROOLS-5073?page=com.atlassian.jira.plug... ]
xiaodong zhang commented on DROOLS-5073:
----------------------------------------
Thanks a lot for the quick response, Michael. That helps. Will check when 7.33 released.
> menu didn't pop up when right-click the cell in decition table if there are lot of columns (more then 18)
> ----------------------------------------------------------------------------------------------------------
>
> Key: DROOLS-5073
> URL: https://issues.redhat.com/browse/DROOLS-5073
> Project: Drools
> Issue Type: Bug
> Components: DMN Editor
> Affects Versions: 7.19.0.Final
> Reporter: xiaodong zhang
> Assignee: Michael Anstis
> Priority: Major
> Fix For: 7.33.0.Final
>
> Attachments: maycolumns.dmn
>
>
> Menu didn't pop up when right-click the cell in decition table if there are lot of columns (more then 18).
> This happened on my macbook pro. If I use a External display. The things will be better but still hit the issue if the columns is more than 25。
> But this isn't happend on my new windows machine(i7 9th , GTX1660ti)
> So I guess this a a performance issue, when shortage of the hardware resource, the UI will refreshed when right click the cell and caused the right-click menu gone.
> Please help to check this . Thanks a lot !
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months