User Transaction 2003-08-27 - By P i P O
Back JSP -- ---->Session Bean |-- -->Begin UserTransaction |-- -->Perform Database updates |-- -->Perform non-EJB task ----> if unsccessful, throw Exception |-- --> Perform SOAP Operation ----> if unsccessful, throw Exception |-- -->Commit UserTransaction
This process is repeatedly simultaneously using JMeter. As I observe through verbosegc option in Java, every Full GC, the remaining memory increases until this operation reaches the point to be out of memory error. If I remove the UserTransaction lines, everything is normal, no problem at all.
Anybody could help me? I am using Oracle9i AS.
Thank you.
Pipo
==================================================================== Companion Site: http://www.corej2eepatterns.com J2EE BluePrints: http://java.sun.com/blueprints/corej2eepatterns List Archive: http://archives.java.sun.com/archives/j2eepatterns-interest.html Unsubscribing: email "signoff J2EEPATTERNS-INTEREST" to listserv@(protected)
|
|