Hello, I have a question on tomee.xml configuration for highly loaded system. In my application all business logic is implemented in stateless EJB components. When load starts to grow, particular components stop responding to client requests, however others do fine and container continues working - for me it looks like pool of particular EJB components exceeded some max size and requests are hanging waiting for free resources.
In logs there are no exceptions just this line each time I request "hanged" EJB: INFO: JSR-330 'javax.inject.Inject' annotation found and supported for autowiring This happens on TomEE v1.0 and ob nightly builds of Sep 9-10. The only way to restore operation is kill <tomee pid> because it's even impossible to stop it. Any comments/recommendations? Thanks, Alex -- View this message in context: http://openejb.979440.n4.nabble.com/tomee-xml-configuration-for-high-load-tp4657577.html Sent from the OpenEJB User mailing list archive at Nabble.com.
