[
https://issues.jboss.org/browse/WFLY-5252?page=com.atlassian.jira.plugin....
]
Chen Maoqian resolved WFLY-5252.
--------------------------------
Resolution: Cannot Reproduce
Hi,i have run the project on one night with the version 10.1.0.Final,but i can not find
the error once.And in the github,the recently pull request also have not happen this
error.so i think the issue has been fixed,if you can reproduce this problem ,please upload
the attachment about the log,if so i will reopen this problem.Thanks for your attention!
Fix MDB20TestCase
-----------------
Key: WFLY-5252
URL:
https://issues.jboss.org/browse/WFLY-5252
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 10.0.0.Beta2
Reporter: Jeff Mesnil
Assignee: Chen Maoqian
Priority: Minor
Fix For: 10.1.0.Final
The MDB20TestCase is failing often on our test suite with the error:
{noformat}
java.lang.AssertionError: Reply message was null on reply queue:
ActiveMQQueue[ejb2x/replyQueueB]
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at
org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20TopicTestCase.testEjb20TopicMDBs(MDB20TopicTestCase.java:118)
{noformat}
From the logs, only 1 of the MDB receives the message sent to the topic.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)