[JBoss JIRA] (JGRP-2058) Probe: add bundler type at runtime
by Bela Ban (JIRA)
Bela Ban created JGRP-2058:
------------------------------
Summary: Probe: add bundler type at runtime
Key: JGRP-2058
URL: https://issues.jboss.org/browse/JGRP-2058
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 4.0
Add a method to shutdown the old Bundler implementation in TP and create and start a new one. Argument should either be {{bundler_type}} or the fully qualified classname of a {{Bundler}} impl, so that unknown bundlers can also be created as long as the code is on the classpath.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (WFCORE-1510) Fix code to not use default platform dependant encoding
by Tomaz Cerar (JIRA)
Tomaz Cerar created WFCORE-1510:
-----------------------------------
Summary: Fix code to not use default platform dependant encoding
Key: WFCORE-1510
URL: https://issues.jboss.org/browse/WFCORE-1510
Project: WildFly Core
Issue Type: Task
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
recently there ware found issues with patching & CLI on windows which have been traced down to not using defined encoding when writing xml files.
We need to go trough whole codebase and fix any similar problems.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (WFLY-6556) File path to file content replacement is bound to validation
by Jean-Francois Denise (JIRA)
Jean-Francois Denise created WFLY-6556:
------------------------------------------
Summary: File path to file content replacement is bound to validation
Key: WFLY-6556
URL: https://issues.jboss.org/browse/WFLY-6556
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Alexey Loubyansky
DefaultBatch and OperationRequestHandler are making the replacement only if validation is enabled.
It seems that users are expecting the replacement to be done in all cases.
Doing so we would make operation description retrieval mandatory for all requests. This could have an impact on the CLI performance.
We should have a configuration option to disable the replacement. By default the replacement should be enabled. With validation OFF and replacement OFF, we would have no extra requests sent by the CLI.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (WFLY-6539) SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-6539?page=com.atlassian.jira.plugin.... ]
Radoslav Husar commented on WFLY-6539:
--------------------------------------
Please use the "clustering" component for clustering test cases too so we don't waste time creating duplicates like WFLY-6553, thanks.
> SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed
> ----------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6539
> URL: https://issues.jboss.org/browse/WFLY-6539
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, Test Suite
> Affects Versions: 10.0.0.Final
> Reporter: Ivan Straka
> Assignee: Ivan Straka
> Priority: Minor
>
> There are two tests
> * SingletonDeploymentDescriptorTestCase
> * SingletonDeploymentJBossAllTestCase
> that fails because http-trace is disallowed
> {code:java}
> Error Details
> expected:<200> but was:<405>
> Stack Trace
> java.lang.AssertionError: expected:<200> but was:<405>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.jboss.as.test.clustering.cluster.singleton.SingletonDeploymentTestCase.test(SingletonDeploymentTestCase.java:107)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...
> {code}
> We need to enable http-trace requests in clustering configurations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (WFLY-6539) SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-6539?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-6539:
---------------------------------
Component/s: Clustering
> SingletonDeploymentDescriptorTestCase and SingletonDeploymentJBossAllTestCase fails due to http-trace disallowed
> ----------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6539
> URL: https://issues.jboss.org/browse/WFLY-6539
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, Test Suite
> Affects Versions: 10.0.0.Final
> Reporter: Ivan Straka
> Assignee: Ivan Straka
> Priority: Minor
>
> There are two tests
> * SingletonDeploymentDescriptorTestCase
> * SingletonDeploymentJBossAllTestCase
> that fails because http-trace is disallowed
> {code:java}
> Error Details
> expected:<200> but was:<405>
> Stack Trace
> java.lang.AssertionError: expected:<200> but was:<405>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotEquals(Assert.java:834)
> at org.junit.Assert.assertEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:631)
> at org.jboss.as.test.clustering.cluster.singleton.SingletonDeploymentTestCase.test(SingletonDeploymentTestCase.java:107)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> ...
> {code}
> We need to enable http-trace requests in clustering configurations.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years