Author: sebb
Date: Sat Sep  1 04:42:12 2007
New Revision: 571765

URL: http://svn.apache.org/viewvc?rev=571765&view=rev
Log:
Document bug 40394

Modified:
    jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
    jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml

Modified: jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml?rev=571765&r1=571764&r2=571765&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml (original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/changes.xml Sat Sep  1 04:42:12 2007
@@ -90,6 +90,11 @@
 Variables and functions do not work in Listeners in client-server (remote) 
mode so they cannot be used
 to name log files in client-server mode.
 </p>
+<p>
+CSV Dataset variables are defined after configuration processing is completed,
+so they cannot be used for other configuration items such as JDBC Config.
+(see <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934";>Bug 
40394 </a>)
+</p>
 
 <h4>Summary of changes (for more details, see below)</h4>
 <p>

Modified: 
jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml?rev=571765&r1=571764&r2=571765&view=diff
==============================================================================
--- jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
(original)
+++ jakarta/jmeter/branches/rel-2-2/xdocs/usermanual/component_reference.xml 
Sat Sep  1 04:42:12 2007
@@ -1958,6 +1958,8 @@
        The file is only opened once, and each thread will use a different line 
from the file. 
        Lines are read as the threads need them.
        </p>
+       <note>CSV Dataset variables are defined after configuration processing 
is completed,
+       so they cannot be used for other configuration items such as JDBC 
Config (see <a 
href="http://issues.apache.org/bugzilla/show_bug.cgi?id=40934";>Bug 40394 
</a>)</note>
        <p>
        As a special case, the string "\t" (without quotes) is treated as a Tab.
        </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to