You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2012/09/08 15:46:02 UTC

svn commit: r1382303 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sat Sep  8 13:46:02 2012
New Revision: 1382303

URL: http://svn.apache.org/viewvc?rev=1382303&view=rev
Log:
Bug 53844 - JDBC related elements should check class of Variable Name supposed to contain JDBC Connection Configuration to avoid ClassCastException 
Fix screenshot dimensions
Bugzilla Id: 53844

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1382303&r1=1382302&r2=1382303&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Sep  8 13:46:02 2012
@@ -3526,7 +3526,7 @@ instead. (see figures 12 and 13).</p>
 </component>
 
 <component name="JDBC Connection Configuration" index="&sect-num;.4.8" 
-                 width="369" height="443" screenshot="jdbc-config/jdbc-conn-config.png">
+                 width="474" height="458" screenshot="jdbc-config/jdbc-conn-config.png">
 	<description>Creates a database connection (used by <complink name="JDBC Request"/>Sampler)
 	 from the supplied JDBC Connection settings. The connection may be optionally pooled between threads.
      Otherwise each thread gets its own connection.