http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1297 *** shadow/1297 Tue Apr 10 13:23:02 2001 --- shadow/1297.tmp.7787 Wed Apr 11 05:44:23 2001 *************** *** 2,11 **** | ClassCastException Testing Database in 1.6 | +----------------------------------------------------------------------------+ | Bug #: 1297 Product: JMeter | ! | Status: NEW Version: 1.5 | ! | Resolution: Platform: PC | ! | Severity: Normal OS/Version: | ! | Priority: Component: Main | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | --- 2,11 ---- | ClassCastException Testing Database in 1.6 | +----------------------------------------------------------------------------+ | Bug #: 1297 Product: JMeter | ! | Status: RESOLVED Version: 1.5 | ! | Resolution: FIXED Platform: PC | ! | Severity: Normal OS/Version: All | ! | Priority: High Component: Main | +----------------------------------------------------------------------------+ | Assigned To: [EMAIL PROTECTED] | | Reported By: [EMAIL PROTECTED] | *************** *** 42,45 **** org.apache.jmeter.config.LoginConfig but does not override the clone() method. This means that aDbConfig.clone() returns an instance of LoginConfig. Since the Entry class clones ConfigElements before putting them on a hash, the return ! value of getConfigElement() is a LoginConfig. Hope this helps. --- 42,48 ---- org.apache.jmeter.config.LoginConfig but does not override the clone() method. This means that aDbConfig.clone() returns an instance of LoginConfig. Since the Entry class clones ConfigElements before putting them on a hash, the return ! value of getConfigElement() is a LoginConfig. Hope this helps. ! ! ------- Additional Comments From [EMAIL PROTECTED] 2001-04-11 05:44 ------- ! Added the required clone() method to DbConfig. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
