[JBoss JIRA] (WFWIP-125) Logging to stdout/stderr, missing IDs for messages
by Rostislav Svoboda (Jira)
[ https://issues.jboss.org/browse/WFWIP-125?page=com.atlassian.jira.plugin.... ]
Rostislav Svoboda commented on WFWIP-125:
-----------------------------------------
Which branch from https://github.com/jmesnil/wildfly-core/branches should I use :) ?
WFCORE-4190 or WFCORE-4191 ... probably WFCORE-4190
> Logging to stdout/stderr, missing IDs for messages
> --------------------------------------------------
>
> Key: WFWIP-125
> URL: https://issues.jboss.org/browse/WFWIP-125
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> This is related to WFWIP-124 where I noticed different logging format ++ output to stdout/stderr.
> Example:
> {code}
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha2) started in 4266ms - Started 309 of 530 services (321 services are lazy, passive or on-demand)
> 15:38:26,657 INFO [stdout] (management I/O-2) metricName = /socket-binding-group/standard-sockets/socket-binding/management-http.bound-address
> 15:38:26,661 ERROR [stderr] (management I/O-2) java.lang.NumberFormatException: multiple points
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/java.lang.Double.parseDouble(Double.java:543)
> {code}
> Logging have to be unified and go via jboss-logging, also IDs for messages are needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-145) Allow to define 'All except ABC subsystem' in exposed-subsystems attribute
by Rostislav Svoboda (Jira)
Rostislav Svoboda created WFWIP-145:
---------------------------------------
Summary: Allow to define 'All except ABC subsystem' in exposed-subsystems attribute
Key: WFWIP-145
URL: https://issues.jboss.org/browse/WFWIP-145
Project: WildFly WIP
Issue Type: Enhancement
Components: MP Metrics
Reporter: Rostislav Svoboda
Assignee: Jeff Mesnil
Allow to define 'All except ABC subsystem' in exposed-subsystems attribute without explicitly defining all the valid subsystems.
Use-case: I want to expose available subsystems, but without jgroups
Example v1: {{exposed-subsystems=\["!jgroups"\]}}
Example v2: {{exposed-subsystems=\["!jgroups,!jca"\]}}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3154) Minor UI improvements/bugfixes for Scenario
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-3154?page=com.atlassian.jira.plugi... ]
Daniele Zonca updated DROOLS-3154:
----------------------------------
Sprint: 2018 Week 42-44 (was: 2018 Week 42-44, 2018 Week 45-47)
> Minor UI improvements/bugfixes for Scenario
> -------------------------------------------
>
> Key: DROOLS-3154
> URL: https://issues.jboss.org/browse/DROOLS-3154
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Priority: Major
> Labels: UX-CSS
> Attachments: Screen Shot 2018-10-25 at 9.53.57 PM.png, test-editor-margin.png
>
>
> This item contains a list of general UI bugs to be fixed:
> -Use grey borders for all the grid and not only for the header- Fixed in DROOLS-2684
> -Add some padding to the cells of the grid- Fixed in DROOLS-2684
> Add some padding to right panel the tab titles
> -Remove scrolling bar from right panel- Fixed in DROOLS-3170
> Review expression editor component HTML/CSS (paddings, indents, etc)
> Review right panel padding (now it is hardcoded)
> Use text area inputs instead of text box for inline editing
> -Reduce the width of Index column- Fixed in DROOLS-3167
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (WFWIP-125) Logging to stdout/stderr, missing IDs for messages
by Rostislav Svoboda (Jira)
[ https://issues.jboss.org/browse/WFWIP-125?page=com.atlassian.jira.plugin.... ]
Rostislav Svoboda commented on WFWIP-125:
-----------------------------------------
https://github.com/jmesnil/wildfly/commit/fd1d2cbde3b554e2f76c909a0adc9ca...
> Logging to stdout/stderr, missing IDs for messages
> --------------------------------------------------
>
> Key: WFWIP-125
> URL: https://issues.jboss.org/browse/WFWIP-125
> Project: WildFly WIP
> Issue Type: Bug
> Components: MP Metrics
> Reporter: Rostislav Svoboda
> Assignee: Jeff Mesnil
> Priority: Blocker
>
> This is related to WFWIP-124 where I noticed different logging format ++ output to stdout/stderr.
> Example:
> {code}
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
> 15:38:10,712 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 15.0.0.Alpha1-SNAPSHOT (WildFly Core 7.0.0.Alpha2) started in 4266ms - Started 309 of 530 services (321 services are lazy, passive or on-demand)
> 15:38:26,657 INFO [stdout] (management I/O-2) metricName = /socket-binding-group/standard-sockets/socket-binding/management-http.bound-address
> 15:38:26,661 ERROR [stderr] (management I/O-2) java.lang.NumberFormatException: multiple points
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1914)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/jdk.internal.math.FloatingDecimal.parseDouble(FloatingDecimal.java:110)
> 15:38:26,662 ERROR [stderr] (management I/O-2) at java.base/java.lang.Double.parseDouble(Double.java:543)
> {code}
> Logging have to be unified and go via jboss-logging, also IDs for messages are needed.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3154) Minor UI improvements/bugfixes for Scenario
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-3154?page=com.atlassian.jira.plugi... ]
Daniele Zonca resolved DROOLS-3154.
-----------------------------------
Resolution: Done
Missing part will be tracked by https://issues.jboss.org/browse/DROOLS-3254
> Minor UI improvements/bugfixes for Scenario
> -------------------------------------------
>
> Key: DROOLS-3154
> URL: https://issues.jboss.org/browse/DROOLS-3154
> Project: Drools
> Issue Type: Bug
> Components: Scenario Simulation and Testing
> Reporter: Daniele Zonca
> Assignee: Daniele Zonca
> Priority: Major
> Labels: UX-CSS
> Attachments: Screen Shot 2018-10-25 at 9.53.57 PM.png, test-editor-margin.png
>
>
> This item contains a list of general UI bugs to be fixed:
> -Use grey borders for all the grid and not only for the header- Fixed in DROOLS-2684
> -Add some padding to the cells of the grid- Fixed in DROOLS-2684
> Add some padding to right panel the tab titles
> -Remove scrolling bar from right panel- Fixed in DROOLS-3170
> Review expression editor component HTML/CSS (paddings, indents, etc)
> Review right panel padding (now it is hardcoded)
> Use text area inputs instead of text box for inline editing
> -Reduce the width of Index column- Fixed in DROOLS-3167
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months
[JBoss JIRA] (DROOLS-3162) Resolve Table (grid) width for Scenario
by Daniele Zonca (Jira)
[ https://issues.jboss.org/browse/DROOLS-3162?page=com.atlassian.jira.plugi... ]
Daniele Zonca updated DROOLS-3162:
----------------------------------
Parent Issue: DROOLS-3254 (was: DROOLS-3154)
> Resolve Table (grid) width for Scenario
> ---------------------------------------
>
> Key: DROOLS-3162
> URL: https://issues.jboss.org/browse/DROOLS-3162
> Project: Drools
> Issue Type: Sub-task
> Components: Scenario Simulation and Testing
> Reporter: Liz Clayton
> Assignee: Gabriele Cardosi
> Priority: Major
> Labels: UX-CSS
>
> Table does not extend to the full width of the canvas area, which in the default view creates a gap between the table and the right panel. This could affect usability as the visual association and proximity between the selected cell and the input area (in the right panel) is reduced.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 6 months