[JBoss JIRA] (WFLY-3805) JGroupsBroadcastGroupConfiguration Serialization Problem
by Ravi Soni (JIRA)
[ https://issues.jboss.org/browse/WFLY-3805?page=com.atlassian.jira.plugin.... ]
Ravi Soni commented on WFLY-3805:
---------------------------------
Jboss Eap 6.4.4 is still having this issue and I am patching code from your PR to make it working HornetQ over Jgroups.
EAP 6X should get this fix as its long term supported.
> JGroupsBroadcastGroupConfiguration Serialization Problem
> --------------------------------------------------------
>
> Key: WFLY-3805
> URL: https://issues.jboss.org/browse/WFLY-3805
> Project: WildFly
> Issue Type: Bug
> Components: JMS
> Affects Versions: 8.1.0.Final
> Reporter: Yong Hao Gao
> Assignee: Yong Hao Gao
> Fix For: 10.1.0.Final
>
>
> When configuring JMS connection factories using jgroups discovery group, the client will get serialization exceptions because we pass a JChannel which is not serializable.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (WFLY-6101) Removing of non-existent policy-module finishes with outcome success
by Ondrej Lukas (JIRA)
Ondrej Lukas created WFLY-6101:
----------------------------------
Summary: Removing of non-existent policy-module finishes with outcome success
Key: WFLY-6101
URL: https://issues.jboss.org/browse/WFLY-6101
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Ondrej Lukas
Assignee: Alexey Loubyansky
Priority: Minor
In case when non-existent policy-module is removed through Management CLI, operation should finish with failure. However it finishes with outcome success and nothing is changed. It can be confusing since wrong command seems same as correct command.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (WFLY-6102) Removing of non-existent mapping-module finishes with outcome success
by Ondrej Lukas (JIRA)
Ondrej Lukas created WFLY-6102:
----------------------------------
Summary: Removing of non-existent mapping-module finishes with outcome success
Key: WFLY-6102
URL: https://issues.jboss.org/browse/WFLY-6102
Project: WildFly
Issue Type: Bug
Components: CLI
Reporter: Ondrej Lukas
Assignee: Alexey Loubyansky
Priority: Minor
In case when non-existent mapping-module is removed through Management CLI, operation should finish with failure. However it finishes with outcome success and nothing is changed. It can be confusing since wrong command seems same as correct command.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (WFLY-6100) org.wildfly.bom tag for version 10.0.0.Final
by Leandro Kersting de Freitas (JIRA)
Leandro Kersting de Freitas created WFLY-6100:
-------------------------------------------------
Summary: org.wildfly.bom tag for version 10.0.0.Final
Key: WFLY-6100
URL: https://issues.jboss.org/browse/WFLY-6100
Project: WildFly
Issue Type: Task
Affects Versions: 10.0.0.Final
Reporter: Leandro Kersting de Freitas
Assignee: Jason Greene
Generate maven bom dependencies.
{code:xml}
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-javaee7</artifactId>
<version>10.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>wildfly-javaee7-with-tools</artifactId>
<version>10.0.0.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months