]
David Lloyd commented on WFLY-3503:
-----------------------------------
Have you tested this with WildFly 8.1?
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
Security Level: Public(Everyone can see)
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