]
subhendu sahu commented on WFLY-3503:
-------------------------------------
I am facing same problem in wildfly10. Is there any patch for this?
EJB method takes more time to return after each call
----------------------------------------------------
Key: WFLY-3503
URL:
https://issues.jboss.org/browse/WFLY-3503
Project: WildFly
Issue Type: Bug
Components: EJB
Affects Versions: JBoss AS7 7.2.0.Final
Environment: windows 7
Reporter: Cesar Tron-Lozai
Assignee: David Lloyd
I had this issue with JBoss EAP 6.1
I have a method that loops for an arbitrary number of times and makes call to a simple
get method from an stateless bean. Everytime the methods gets called, it takes more and
more time to complete.
Please look at the link on Stackoverflow for more details and code snipets