This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
     new 6cec55c  Backport fix for this test
6cec55c is described below

commit 6cec55c750e33c566cb3a4f2952b2caf32878fe8
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())
 

Reply via email to