This is an automated email from the ASF dual-hosted git repository.
jgallimore pushed a commit to branch tomee-7.0.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-7.0.x by this push:
new af6cb4c Backport fix for this test
af6cb4c is described below
commit af6cb4c4a615c1b9eecdb5c1eaa614cee63f6b88
Author: Jonathan Gallimore <[email protected]>
AuthorDate: Thu Jul 9 12:00:00 2020 +0100
Backport fix for this test
---
.../src/test/java/org/apache/openejb/core/mdb/EndpointHandlerTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/container/openejb-core/src/test/java/org/apache/openejb/core/mdb/EndpointHandlerTest.java
b/container/openejb-core/src/test/java/org/apache/openejb/core/mdb/EndpointHandlerTest.java
index d401baa..8d2b50a 100644
---
a/container/openejb-core/src/test/java/org/apache/openejb/core/mdb/EndpointHandlerTest.java
+++
b/container/openejb-core/src/test/java/org/apache/openejb/core/mdb/EndpointHandlerTest.java
@@ -63,6 +63,7 @@ public class EndpointHandlerTest {
.p("mdbs", "new://Container?type=MESSAGE")
.p("mdbs.ResourceAdapter", "sra")
.p("mdbs.pool", "false")
+ .p("mdbs.InstanceLimit", "100")
.p("mdbs.ActivationSpecClass",
SampleActivationSpec.class.getName())
.p("mdbs.MessageListenerInterface",
InboundListener.class.getName())