Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
I am using TomEE 7.0.2 and 8.0.0 . I notice the consumer instances are not created as specified in tomee.xml file. Below is my configuration in tomee.xml file. ResourceAdapter = JmsResourceAdapter InstanceLimit = 10 I have also set maxsessions

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Jonathan Gallimore
Just to confirm - are you using ActiveMQ as your broker? If you have any additional config around that, which you can share, that would be great. Thanks Jon On Mon, Jul 6, 2020 at 9:46 AM Dignesh wrote: > I am using TomEE 7.0.2 and 8.0.0 . I notice the consumer instances are not > created as

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Jonathan Gallimore
Thanks. It looks ok, but I'll plug it into an instance here and run some tests. Jon On Mon, Jul 6, 2020 at 10:25 AM Dignesh wrote: > Yes I am using ActiveMQ as my broker. > > I am attaching the following configuration files. active-config.xml >

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
Yes I am using ActiveMQ as my broker. I am attaching the following configuration files. active-config.xml tomee_-_Copy.xml 1.tomee.xml

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
Thank you very much Jon. It would be really helpful to us if you can provide the fix on 7.0.2 and 8.0.0 . By any chance is it possible ? So any specific jars or class within the jars present in lib to be updated. - I am okay to do so. -- Sent from:

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Jonathan Gallimore
> It would be really helpful to us if you can provide the fix on 7.0.2 and 8.0.0 . I'll provide it for 7.0.x (7.0.9), 7.1.x (7.1.4), and 8.0.x (8.0.4). I'm expecting to kick off releases for those this week. 7.0.2 and 8.0.0 are both released, so I can't update them. I'll happily point you at the

Re: Translate to Spanish: example/simple-singlento

2020-07-06 Thread Daniel Dias Dos Santos
Hello Gustavo, thanks for translating, the content is good for me. Looking at the next content in Spanish. -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter:

[GitHub] [tomee] daniel-augusto commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
daniel-augusto commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450199339 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
Also just wanted to confirm with your fix, I would be able to see as many instances as configured in Jconsole tool ? -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html

Security API implementation. Need more eyes

2020-07-06 Thread Jean-Louis Monteiro
Hi all, As you know, I'm trying to get the Security API implementation in TomEE and I have 2 failures I'm not really sure about. https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/securityapi/idstore/noidstore/Client.java#L75 The comment seems to indicate we should

Re: Issue of the Jira TOMEE-2857

2020-07-06 Thread Daniel Dias Dos Santos
Hello Evaldo, thanks for translation : ) Daniel-Augusto made the review . -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em dom., 5 de jul. de 2020

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450267281 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450370405 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] daniel-augusto commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
daniel-augusto commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450390257 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page

[GitHub] [tomee] daniel-augusto commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
daniel-augusto commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450296973 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
tomee.xml a.ear I have attached the sample ear file and the tomee.xml file. I would be helpful for you to replicate the issue internally. Also I have attached the

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Jonathan Gallimore
I managed to reproduce this here. I used a very simple MDB that just echoed a message to the console and slept for 5 seconds. I'd expect to see a single consumer at that point in JConsole, but I'd expect to see or number of MDB instances all running concurrently. As it happens, with your

Re: Consumer instances are not created as per MDB instance limt

2020-07-06 Thread Dignesh
Thank you very much once again Jon. If you can help me in point at the diff(s), I will try to update my environment locally. It would be really helpful, if you can expose instance limit via JMX. this helps us to monitor the beans during performance tuning. -- Sent from:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450534828 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450534917 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450535238 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450535034 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] jrxxjr commented on a change in pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
jrxxjr commented on a change in pull request #668: URL: https://github.com/apache/tomee/pull/668#discussion_r450535000 ## File path: examples/webservice-ws-with-resources-config/README_pt.adoc ## @@ -0,0 +1,86 @@ +:index-group: Webservice +:jbake-type: page +:jbake-status:

[GitHub] [tomee] davidsalter opened a new pull request #669: Removed reference to svn

2020-07-06 Thread GitBox
davidsalter opened a new pull request #669: URL: https://github.com/apache/tomee/pull/669 On the Secure A Web Service page, there is a reference to an old OpenbEJB svn repo. This has been modified to point to github. There are also a few headers that are rendered incorrectly.

Issue of the Jira TOMEE-2861

2020-07-06 Thread Evaldo Junior
I go make the translation of the documentation, according to issue 2861. Follow the link of the issue: https://issues.apache.org/jira/browse/TOMEE-2861 Regards, Evaldo Junior >

Re: New PR - References to SVN on Securing A Web Service page

2020-07-06 Thread Daniel Dias Dos Santos
merged, thanks : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 6 de jul. de 2020 às 18:30, Daniel Dias Dos Santos <

[GitHub] [tomee] Daniel-Dos merged pull request #669: Removed reference to svn

2020-07-06 Thread GitBox
Daniel-Dos merged pull request #669: URL: https://github.com/apache/tomee/pull/669 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tomee] Daniel-Dos commented on pull request #667: Translate to Spanish: example/simple-singlento

2020-07-06 Thread GitBox
Daniel-Dos commented on pull request #667: URL: https://github.com/apache/tomee/pull/667#issuecomment-654533062 merged. thanks . This is an automated message from the Apache Git Service. To respond to the message, please log

Re: Translate to Spanish: example/simple-singlento

2020-07-06 Thread Daniel Dias Dos Santos
merged. thanks . -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 6 de jul. de 2020 às 08:54, Daniel Dias Dos Santos <

[GitHub] [tomee] Daniel-Dos merged pull request #667: Translate to Spanish: example/simple-singlento

2020-07-06 Thread GitBox
Daniel-Dos merged pull request #667: URL: https://github.com/apache/tomee/pull/667 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tomee] Daniel-Dos merged pull request #668: Portuguese translation README.adoc file examples/webservice-ws-with-resources-config

2020-07-06 Thread GitBox
Daniel-Dos merged pull request #668: URL: https://github.com/apache/tomee/pull/668 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: Issue of the Jira TOMEE-2857

2020-07-06 Thread Daniel Dias Dos Santos
hello, merged . thanks : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 6 de jul. de 2020 às 10:44, Daniel Dias Dos Santos <

New PR - References to SVN on Securing A Web Service page

2020-07-06 Thread David Salter
Hi, There is a reference to svn on the "Securing A Web Service" page (https://tomee.apache.org/tomee-8.0/docs/securing-a-web-service.html) I've created a Jira for this (https://issues.apache.org/jira/browse/TOMEE-2860) and a PR (https://github.com/apache/tomee/pull/669). Can someone take

Re: New PR - References to SVN on Securing A Web Service page

2020-07-06 Thread Daniel Dias Dos Santos
Hello, very good , thanks : ) -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em seg., 6 de jul. de 2020 às 18:05, David Salter escreveu: > Hi, > >

[GitHub] [tomee] willesreis opened a new pull request #670: TOMEE-55 - Review alignment for pages that originally had html tables

2020-07-06 Thread GitBox
willesreis opened a new pull request #670: URL: https://github.com/apache/tomee/pull/670 Fixed the table in the pages according asciidoc syntax. Added new/old page (apache-tomee.adoc) by your relevance. One page (spring-ejb-and-jpa.adoc) were with broken links to old example project