Hi My application listens for requests incoming via WebServices and then processes it by sending something to JMS and database (postgres) in XA - transaction. I've noticed that after processing some thousands transactions - the time required to finish transaction is being risen. I've looked to log and found that in this case time is consumed by EM for execution of method .remove(entity). After all geronimo stops responding for web requests and need `kill -9` to shut down.
What does go wrong ? thanks in advance ----- thanks Beniamin -- View this message in context: http://www.nabble.com/Performance-problem-with-Geronimo-%282.1%29---Entity-Manager-tp17822465s134p17822465.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
