Patches item #639788, was opened at 2002-11-17 22:28 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=639788&group_id=22866
Category: JBossServer Group: CVS HEAD Status: Open Resolution: None Priority: 5 Submitted By: Frank Langelage (lafr) Assigned to: Nobody/Anonymous (nobody) Summary: too many HashMap's in Invocation Initial Comment: In org.jboss.invocation.Invocation the payload variables are initilized twice, as long as the default constructor is not used. This causes many HashMaps created an thrown away short time later. This patch changes Invocation.java to initialize this variables only once in the constructors. See attached diff. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376687&aid=639788&group_id=22866 ------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
