Bugs item #631335, was opened at 2002-10-31 00:32
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=631335&group_id=22866

Category: JBossCMP
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: John Shi (johnshi)
Assigned to: Nobody/Anonymous (nobody)
Summary: JBoss Memory Leak

Initial Comment:
Puting creating and removing a record in a while loop to 
do it forever with primary key (Integer) constantly 
increasing will cause memory build up. The instance 
count of CacheKey, HashMap, MashalledObject, .. will 
grow rapidly.

Attached is the jar file which was a JBoss CD example. 
The Upload.java is modified to do the job mentioned 
above. This file has been cahnged to two files: 
TestNoProblem.java, which does not increase the 
primary key value, and the other one is 
TestWithProblem.java which constantly increases the 
primary key value.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=631335&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to