[JBoss JIRA] (WFWIP-4) Unexpected element: color-output
by Ingo Weiss (JIRA)
[ https://issues.jboss.org/browse/WFWIP-4?page=com.atlassian.jira.plugin.sy... ]
Ingo Weiss resolved WFWIP-4.
----------------------------
Resolution: Done
> Unexpected element: color-output
> --------------------------------
>
> Key: WFWIP-4
> URL: https://issues.jboss.org/browse/WFWIP-4
> Project: WildFly WIP
> Issue Type: Bug
> Reporter: Erich Duda
> Assignee: Ingo Weiss
> Priority: Blocker
> Labels: WFCORE-3577
>
> When I uncommented {{color-output}} configuration in {{jboss-cli.xml}} and run {{jboss-cli.sh}}, I got {{Unexpected element: color-output}} error.
> {code:xml}
> <!-- Uncomment to display CLI output in colour and configure each of the available responses. -->
> <!-- Available colors: black, red, green, yellow, blue, magenta, cyan, white and default, which is the terminal's default foreground color-->
> <color-output>
> <enabled>true</enabled>
> <error-color>red</error-color>
> <warn-color>yellow</warn-color>
> <success-color>default</success-color>
> <required-color>magenta</required-color>
> <workflow-color>green</workflow-color>
> <prompt-color>blue</prompt-color>
> </color-output>
> We should also investigate why tests did not discover this issue.
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ELY-1571) Increment WildFly Elytron schema version
by Jan Kalina (JIRA)
[ https://issues.jboss.org/browse/ELY-1571?page=com.atlassian.jira.plugin.s... ]
Jan Kalina updated ELY-1571:
----------------------------
Description: As schema {{urn:elytron:client:1.1}} is already released so cannot be modified, new schema needs to be added to add new elements, like masked-password. (was: New schema needs to be added to add new elements, like masked-password.)
> Increment WildFly Elytron schema version
> ----------------------------------------
>
> Key: ELY-1571
> URL: https://issues.jboss.org/browse/ELY-1571
> Project: WildFly Elytron
> Issue Type: Task
> Components: Authentication Client
> Affects Versions: 1.3.0.Final
> Reporter: Jan Kalina
> Assignee: Jan Kalina
>
> As schema {{urn:elytron:client:1.1}} is already released so cannot be modified, new schema needs to be added to add new elements, like masked-password.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (WFCORE-3786) ManagementAuthenticationUsersTestCase fails on latest JDKs
by Richard Opalka (JIRA)
Richard Opalka created WFCORE-3786:
--------------------------------------
Summary: ManagementAuthenticationUsersTestCase fails on latest JDKs
Key: WFCORE-3786
URL: https://issues.jboss.org/browse/WFCORE-3786
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Richard Opalka
Assignee: Darran Lofthouse
Fix For: 5.0.0.Alpha5
I downloaded both jdk1.8.0_b171 & jdk1.8.0_b172.
When running whole WFCORE test suite on them
I'm getting InvalidUserStore exception in
ManagementAuthenticationUsersTestCase
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (WFWIP-4) Unexpected element: color-output
by Erich Duda (JIRA)
[ https://issues.jboss.org/browse/WFWIP-4?page=com.atlassian.jira.plugin.sy... ]
Erich Duda commented on WFWIP-4:
--------------------------------
Perfect. Thanks for quick reaction.
> Unexpected element: color-output
> --------------------------------
>
> Key: WFWIP-4
> URL: https://issues.jboss.org/browse/WFWIP-4
> Project: WildFly WIP
> Issue Type: Bug
> Reporter: Erich Duda
> Assignee: Ingo Weiss
> Priority: Blocker
> Labels: WFCORE-3577
>
> When I uncommented {{color-output}} configuration in {{jboss-cli.xml}} and run {{jboss-cli.sh}}, I got {{Unexpected element: color-output}} error.
> {code:xml}
> <!-- Uncomment to display CLI output in colour and configure each of the available responses. -->
> <!-- Available colors: black, red, green, yellow, blue, magenta, cyan, white and default, which is the terminal's default foreground color-->
> <color-output>
> <enabled>true</enabled>
> <error-color>red</error-color>
> <warn-color>yellow</warn-color>
> <success-color>default</success-color>
> <required-color>magenta</required-color>
> <workflow-color>green</workflow-color>
> <prompt-color>blue</prompt-color>
> </color-output>
> We should also investigate why tests did not discover this issue.
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (WFWIP-4) Unexpected element: color-output
by Ingo Weiss (JIRA)
[ https://issues.jboss.org/browse/WFWIP-4?page=com.atlassian.jira.plugin.sy... ]
Ingo Weiss commented on WFWIP-4:
--------------------------------
That's because {{jboss-cli.xml}} is wrongly using the version 3.2 parser. I'll fix this but, for now, you can change line 6 to {{<jboss-cli xmlns="urn:jboss:cli:3.3">}} and it will work
> Unexpected element: color-output
> --------------------------------
>
> Key: WFWIP-4
> URL: https://issues.jboss.org/browse/WFWIP-4
> Project: WildFly WIP
> Issue Type: Bug
> Reporter: Erich Duda
> Assignee: Ingo Weiss
> Priority: Blocker
> Labels: WFCORE-3577
>
> When I uncommented {{color-output}} configuration in {{jboss-cli.xml}} and run {{jboss-cli.sh}}, I got {{Unexpected element: color-output}} error.
> {code:xml}
> <!-- Uncomment to display CLI output in colour and configure each of the available responses. -->
> <!-- Available colors: black, red, green, yellow, blue, magenta, cyan, white and default, which is the terminal's default foreground color-->
> <color-output>
> <enabled>true</enabled>
> <error-color>red</error-color>
> <warn-color>yellow</warn-color>
> <success-color>default</success-color>
> <required-color>magenta</required-color>
> <workflow-color>green</workflow-color>
> <prompt-color>blue</prompt-color>
> </color-output>
> We should also investigate why tests did not discover this issue.
> {code}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months