[JBoss JIRA] (AS7-5317) ClusteredSingleSignOnTestCase fails intermittently
by Stephen Coy (JIRA)
[ https://issues.jboss.org/browse/AS7-5317?page=com.atlassian.jira.plugin.s... ]
Stephen Coy commented on AS7-5317:
----------------------------------
org.jboss.as.test.integration.web.sso.SingleSignOnUnitTestCase also falls into this bucket.
org.jboss.as.test.integration.web.sso.SSOTestBase.addSso(ModelControllerClient)
org.jboss.as.test.integration.web.sso.SSOTestBase.addClusteredSso(ModelControllerClient)
org.jboss.as.test.integration.web.sso.SSOTestBase.removeSso(ModelControllerClient)
all need to be updated for undertow sso.
> ClusteredSingleSignOnTestCase fails intermittently
> --------------------------------------------------
>
> Key: AS7-5317
> URL: https://issues.jboss.org/browse/AS7-5317
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Clustering
> Reporter: Kabir Khan
> Assignee: Remy Maucherat
> Priority: Critical
> Fix For: 8.0.0.Alpha1
>
> Attachments: ClusteredSingleSignOnTestCase1.html, ClusteredSingleSignOnTestCase2.html, ClusteredSingleSignOnTestCase3.html
>
>
> See attached files for surefire output - the test has been @Ignored
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6912) Remove deprecated attributes of messaging subsystem in console
by Brian Stansberry (JIRA)
[ https://issues.jboss.org/browse/AS7-6912?page=com.atlassian.jira.plugin.s... ]
Brian Stansberry commented on AS7-6912:
---------------------------------------
Please resolve this when a console release when this fix in it is merged. Best is to find out what console version will have the fix, add an AS7 JIRA for the upgrade to that version, and link this JIRA to it.
> Remove deprecated attributes of messaging subsystem in console
> --------------------------------------------------------------
>
> Key: AS7-6912
> URL: https://issues.jboss.org/browse/AS7-6912
> Project: Application Server 7
> Issue Type: Bug
> Components: Console
> Reporter: Harald Pehl
> Assignee: Harald Pehl
> Priority: Minor
> Fix For: 8.0.0.CR1
>
>
> The attribute {{failover-on-server-shutdown}} in
> * {{/subsystem=messaging/hornetq-server=default/connection-factory=*}} and
> * {{/subsystem=messaging/hornetq-server=default/bridge=*}}
> is deprecated and should be removed from the UI. The relevant classes in the UI are
> * {{org.jboss.as.console.client.shared.subsys.messaging.model.ConnectionFactory}}
> * {{org.jboss.as.console.client.shared.subsys.messaging.model.Bridge}}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months
[JBoss JIRA] (AS7-6941) CLI jboss-cli.sh/bat --help fails with StringIndexOutOfBoundsException
by Alexey Loubyansky (JIRA)
Alexey Loubyansky created AS7-6941:
--------------------------------------
Summary: CLI jboss-cli.sh/bat --help fails with StringIndexOutOfBoundsException
Key: AS7-6941
URL: https://issues.jboss.org/browse/AS7-6941
Project: Application Server 7
Issue Type: Bug
Components: CLI
Reporter: Alexey Loubyansky
Assignee: Alexey Loubyansky
Fix For: 8.0.0.Alpha1
The CLI doesn't initialize the console when it is launched in the non-interactive mode. But the help content formatter relies on the current terminal width and height that are set to -1 in the non-interactive mode.
So, the console should be initialized on demand/lazily in these cases.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 9 months