[JBoss JIRA] (WFCORE-4502) Unify line-endings of bat scripts (regression against WF15)
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-4502?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-4502:
---------------------------------------
I've got no idea how I forgot this, but we don't use that plugin anymore, we use the {{core-galleon-pack}} so maybe we need a feature request for Galleon.
> Unify line-endings of bat scripts (regression against WF15)
> -----------------------------------------------------------
>
> Key: WFCORE-4502
> URL: https://issues.jboss.org/browse/WFCORE-4502
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 9.0.0.Beta7
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> Line-endings of bat scripts should be unified. This is regression against WF15.
> Some files in WF16 uses CRLF, another LF only. We need to clarify the recommended line ending and use this line ending in all Windows scripts.
> WF16:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text
> ./elytron-tool.bat: DOS batch file, ASCII text
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text
> ./jconsole.bat: DOS batch file, ASCII text
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text
> $
> {noformat}
> WF15:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jconsole.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4118) [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4118:
---------------------------------------
Summary: [DMN Designer] Documentation tab - Show information from the DMN diagram in the documentation tab
Key: DROOLS-4118
URL: https://issues.jboss.org/browse/DROOLS-4118
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
This JIRA refers to the DMN version of the {{ClientBPMNDocumentationService}} class.
This module creates the data model used by the template engine classes. In the DMN version, we can split it into multiple sub-classes.
This JIRA covers only general information about the diagram, and its visual representation (not including DRD components).
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4117) [DMN Designer] Documentation tab - Simple Stunner infrastructure setup
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4117:
---------------------------------------
Summary: [DMN Designer] Documentation tab - Simple Stunner infrastructure setup
Key: DROOLS-4117
URL: https://issues.jboss.org/browse/DROOLS-4117
Project: Drools
Issue Type: Task
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
This initial setup aims to show the documentation tab with some static content (using Mustache template).
Implementation of the {{DocumentationView}}, and a simple DMN version of the {{DiagramDocumentationService}}.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-4116) [DMN Designer] Documentation tab (7.5)
by Guilherme Gomes (Jira)
Guilherme Gomes created DROOLS-4116:
---------------------------------------
Summary: [DMN Designer] Documentation tab (7.5)
Key: DROOLS-4116
URL: https://issues.jboss.org/browse/DROOLS-4116
Project: Drools
Issue Type: Epic
Components: DMN Editor
Reporter: Guilherme Gomes
Assignee: Guilherme Gomes
Fix For: 7.5.0.Final
This is an umbrella for all JIRAs (target to 7.5) related to the *Documentation tab* feature.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4502) Unify line-endings of bat scripts (regression against WF15)
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-4502?page=com.atlassian.jira.plugi... ]
James Perkins commented on WFCORE-4502:
---------------------------------------
It does look like feature pack plugin is [configured|https://github.com/wildfly/wildfly-core/blob/b46df00dabdc409b2...] to change the line endings. However it looks like those line endings get lost somehow when the feature pack is brought into full.
{code:title=core-feature-pack}
/target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
{code:title=build}
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/add-user.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jdr.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/elytron-tool.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jconsole.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jboss-cli.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
We may want to also file a WFBUILD issue for this as well. We might also want to add {{*.ps1}} files to the windows line endings.
> Unify line-endings of bat scripts (regression against WF15)
> -----------------------------------------------------------
>
> Key: WFCORE-4502
> URL: https://issues.jboss.org/browse/WFCORE-4502
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 9.0.0.Beta7
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> Line-endings of bat scripts should be unified. This is regression against WF15.
> Some files in WF16 uses CRLF, another LF only. We need to clarify the recommended line ending and use this line ending in all Windows scripts.
> WF16:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text
> ./elytron-tool.bat: DOS batch file, ASCII text
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text
> ./jconsole.bat: DOS batch file, ASCII text
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text
> $
> {noformat}
> WF15:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jconsole.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFCORE-4502) Unify line-endings of bat scripts (regression against WF15)
by James Perkins (Jira)
[ https://issues.jboss.org/browse/WFCORE-4502?page=com.atlassian.jira.plugi... ]
James Perkins edited comment on WFCORE-4502 at 6/3/19 5:29 PM:
---------------------------------------------------------------
It does look like feature pack plugin is [configured|https://github.com/wildfly/wildfly-core/blob/b46df00dabdc409b2...] to change the line endings. However it looks like those line endings get lost somehow when the feature pack is brought into full.
{code:title=core-feature-pack}
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
{code:title=build}
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/add-user.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jdr.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/elytron-tool.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jconsole.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jboss-cli.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
We may want to also file a WFBUILD issue for this as well. We might also want to add {{*.ps1}} files to the windows line endings.
was (Author: jamezp):
It does look like feature pack plugin is [configured|https://github.com/wildfly/wildfly-core/blob/b46df00dabdc409b2...] to change the line endings. However it looks like those line endings get lost somehow when the feature pack is brought into full.
{code:title=core-feature-pack}
/target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/bin/jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-core-feature-pack-9.0.0.Beta8-SNAPSHOT/content/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
{code:title=build}
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/add-user.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jdr.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/elytron-tool.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jconsole.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/domain.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/appclient.conf.bat: ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/common.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/vault.bat: DOS batch file, ASCII text, with CRLF line terminators
./target/wildfly-17.0.0.Final-SNAPSHOT/bin/jboss-cli.bat: DOS batch file, ASCII text
./target/wildfly-17.0.0.Final-SNAPSHOT/docs/contrib/scripts/service/service.bat: DOS batch file, ASCII text, with very long lines, with CRLF line terminators
{code}
We may want to also file a WFBUILD issue for this as well. We might also want to add {{*.ps1}} files to the windows line endings.
> Unify line-endings of bat scripts (regression against WF15)
> -----------------------------------------------------------
>
> Key: WFCORE-4502
> URL: https://issues.jboss.org/browse/WFCORE-4502
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 9.0.0.Beta7
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
>
> Line-endings of bat scripts should be unified. This is regression against WF15.
> Some files in WF16 uses CRLF, another LF only. We need to clarify the recommended line ending and use this line ending in all Windows scripts.
> WF16:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text
> ./elytron-tool.bat: DOS batch file, ASCII text
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text
> ./jconsole.bat: DOS batch file, ASCII text
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text
> $
> {noformat}
> WF15:
> {noformat}
> $ find | grep bat$ | xargs file
> ./wsprovide.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jboss-cli.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./elytron-tool.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./wsconsume.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./standalone.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./vault.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./domain.conf.bat: ASCII text, with CRLF line terminators
> ./common.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jdr.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./jconsole.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.bat: DOS batch file, ASCII text, with CRLF line terminators
> ./appclient.conf.bat: ASCII text, with CRLF line terminators
> ./standalone.conf.bat: ASCII text, with CRLF line terminators
> ./add-user.bat: DOS batch file, ASCII text, with CRLF line terminators
> $
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (DROOLS-3731) DMN UX - More info overlaid on models.
by Roger Martinez (Jira)
[ https://issues.jboss.org/browse/DROOLS-3731?page=com.atlassian.jira.plugi... ]
Roger Martinez commented on DROOLS-3731:
----------------------------------------
Hey [~tirelli] [~uxdlc]
Yeah so [~tdolphine] just added visual validation's feedback on the canvas, see [BAPL-1217|https://issues.jboss.org/browse/BAPL-1217]. So actually once some validation error appears, the node is coloured on the red, and the validation messages appeaar on the "Alerts" panel (usually below).
So if I'm understanding probably the requirements for this ticket, although having some visual validation now, we're still missing:
* Acutally we only show validation errors by marking nodes on red color, but I don't think we're using different colors for different kind of messages, like warning or error, so this could be improved by assigning some color for each kind of message
* Also missing to implement the popup proposed by [~uxdlc] that appears once moving the mouse over some node, which shows the resulting validation message/s associated to that node. Acually we're just displaying the validation messages in the "Alerts" panel
Any other thing I'm missing? Any comments?
Thanks!
> DMN UX - More info overlaid on models.
> --------------------------------------
>
> Key: DROOLS-3731
> URL: https://issues.jboss.org/browse/DROOLS-3731
> Project: Drools
> Issue Type: Story
> Components: DMN Editor
> Reporter: Elizabeth Clayton
> Assignee: Elizabeth Clayton
> Priority: Major
> Labels: UX, UXTeam, drools-tools
> Attachments: Screen Shot 2019-05-29 at 2.49.21 PM.png, download (1).png, download.png
>
>
> As a practitioner, there are situations where I need to show additional information about a model... for instance: test coverage report: I need to draw a model and color code the nodes to show which nodes were executed by tests, or which rows on a DT were a match. Or when I execute a single test, what was the actual value of a given node or expression.
> Note: Maybe in read-only mode with an "overlay" on top of the model the additional metadata information. See process instance diagram design examples.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months
[JBoss JIRA] (WFLY-12077) Transaction could not handle remote EJB invocation even if the transaction is not used remote
by Flavia Rainone (Jira)
[ https://issues.jboss.org/browse/WFLY-12077?page=com.atlassian.jira.plugin... ]
Flavia Rainone commented on WFLY-12077:
---------------------------------------
To keep track of this Jira in WFTC, I created WFTC-66 and linked the PR to it.
> Transaction could not handle remote EJB invocation even if the transaction is not used remote
> ---------------------------------------------------------------------------------------------
>
> Key: WFLY-12077
> URL: https://issues.jboss.org/browse/WFLY-12077
> Project: WildFly
> Issue Type: Bug
> Components: EJB
> Affects Versions: 17.0.0.Alpha1
> Reporter: Wolf-Dieter Fink
> Assignee: Tomasz Adamski
> Priority: Critical
> Labels: Regression
> Attachments: reproducer.zip
>
>
> An EJB marked as BMT which start a Tx and invoke a CMT managed Bean annotated with REQUIRES_NEW will fail if the BMT bean will show unexpected Arjuna WARN messages and the Tx seems not finished correctly.
> The same works in former releases.
> WARN [com.arjuna.ats.jta] (default task-2) ARJUNA016129: Could not end XA resource Subordinate XAResource at http-remoting://localhost:8180: javax.transaction.xa.XAException: WFTXN0029: The peer threw an XA exception
> at org.wildfly.transaction.client.provider.remoting.TransactionClientChannel.setRollbackOnly(TransactionClientChannel.java:167)
> at org.wildfly.transaction.client.provider.remoting.RemotingRemoteTransactionPeer$1.end(RemotingRemoteTransactionPeer.java:158)
> at org.wildfly.transaction.client.SubordinateXAResource.end(SubordinateXAResource.java:138)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.doEnd(TransactionImple.java:1088)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.endAssociation(TransactionImple.java:1059)
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.endAssociation(XAResourceRecord.java:1286)
> at com.arjuna.ats.internal.jta.resources.arjunacore.XAResourceRecord.topLevelAbort(XAResourceRecord.java:313)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.doAbort(BasicAction.java:3023)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.doAbort(BasicAction.java:3002)
> at com.arjuna.ats.arjuna.coordinator.BasicAction.Abort(BasicAction.java:1674)
> at com.arjuna.ats.arjuna.coordinator.TwoPhaseCoordinator.cancel(TwoPhaseCoordinator.java:124)
> at com.arjuna.ats.arjuna.AtomicAction.abort(AtomicAction.java:186)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.TransactionImple.rollbackAndDisassociate(TransactionImple.java:1370)
> at com.arjuna.ats.internal.jta.transaction.arjunacore.BaseTransaction.rollback(BaseTransaction.java:143)
> at com.arjuna.ats.jbossatx.BaseTransactionManagerDelegate.rollback(BaseTransactionManagerDelegate.java:134)
> at org.wildfly.transaction.client.LocalTransaction.rollbackAndDissociate(LocalTransaction.java:109)
> at org.wildfly.transaction.client.ContextTransactionManager.rollback(ContextTransactionManager.java:83)
> at org.wildfly.transaction.client.LocalUserTransaction.rollback(LocalUserTransaction.java:58)
> at xa.transaction.BeanA.testRemoteCMTxnFailure(BeanA.java:44)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at org.jboss.as.ee.component.ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
> at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.delegateInterception(Jsr299BindingsInterceptor.java:79)
> at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.doMethodInterception(Jsr299BindingsInterceptor.java:89)
> at org.jboss.as.weld.interceptors.Jsr299BindingsInterceptor.processInvocation(Jsr299BindingsInterceptor.java:102)
> at org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:63)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.invocationmetrics.ExecutionTimeInterceptor.processInvocation(ExecutionTimeInterceptor.java:43)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.jpa.interceptor.SBInvocationInterceptor.processInvocation(SBInvocationInterceptor.java:47)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.tx.EjbBMTInterceptor.handleInvocation(EjbBMTInterceptor.java:103)
> at org.jboss.as.ejb3.tx.BMTInterceptor.processInvocation(BMTInterceptor.java:57)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ee.concurrent.ConcurrentContextInterceptor.processInvocation(ConcurrentContextInterceptor.java:45)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:40)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
> at org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:52)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.pool.PooledInstanceInterceptor.processInvocation(PooledInstanceInterceptor.java:51)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.interceptors.AdditionalSetupInterceptor.processInvocation(AdditionalSetupInterceptor.java:54)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:509)
> at org.jboss.weld.module.ejb.AbstractEJBRequestScopeActivationInterceptor.aroundInvoke(AbstractEJBRequestScopeActivationInterceptor.java:81)
> at org.jboss.as.weld.ejb.EjbRequestScopeActivationInterceptor.processInvocation(EjbRequestScopeActivationInterceptor.java:89)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.invocationmetrics.WaitTimeInterceptor.processInvocation(WaitTimeInterceptor.java:47)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.security.SecurityContextInterceptor.processInvocation(SecurityContextInterceptor.java:100)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.deployment.processors.StartupAwaitInterceptor.processInvocation(StartupAwaitInterceptor.java:22)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.interceptors.ShutDownInterceptorFactory$1.processInvocation(ShutDownInterceptorFactory.java:64)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.deployment.processors.EjbSuspendInterceptor.processInvocation(EjbSuspendInterceptor.java:57)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:67)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.ContextClassLoaderInterceptor.processInvocation(ContextClassLoaderInterceptor.java:60)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.InterceptorContext.run(InterceptorContext.java:438)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:618)
> at org.jboss.invocation.AccessCheckingInterceptor.processInvocation(AccessCheckingInterceptor.java:57)
> at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:422)
> at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:53)
> at org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:198)
> at org.wildfly.security.auth.server.SecurityIdentity.runAsFunctionEx(SecurityIdentity.java:406)
> at org.jboss.as.ejb3.remote.AssociationImpl.invokeWithIdentity(AssociationImpl.java:565)
> at org.jboss.as.ejb3.remote.AssociationImpl.invokeMethod(AssociationImpl.java:546)
> at org.jboss.as.ejb3.remote.AssociationImpl.lambda$receiveInvocationRequest$0(AssociationImpl.java:197)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1348)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: Remote exception javax.transaction.xa.XAException
> Public fields:
> errorCode=-4
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel.lambda$handleXaTxnRollbackOnly$3(TransactionServerChannel.java:398)
> at org.wildfly.security.auth.server.SecurityIdentity.runAsObjIntConsumer(SecurityIdentity.java:381)
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel.handleXaTxnRollbackOnly(TransactionServerChannel.java:394)
> at org.wildfly.transaction.client.provider.remoting.TransactionServerChannel$ReceiverImpl.handleMessage(TransactionServerChannel.java:132)
> at org.jboss.remoting3.remote.RemoteConnectionChannel.lambda$handleMessageData$3(RemoteConnectionChannel.java:430)
> at org.jboss.remoting3.EndpointImpl$TrackingExecutor.lambda$execute$0(EndpointImpl.java:942)
> at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
> at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
> at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
> ... 1 more
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 11 months