From cece4de919b8a79400e79c0eb9e43d91fffded10 Mon Sep 17 00:00:00 2001
From: Sebastian Bazley
Date: Sat, 1 Sep 2007 11:42:12 +0000
Subject: [PATCH] Document bug 40394
git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@571765 13f79535-47bb-0310-9956-ffa450edef68
---
xdocs/changes.xml | 5 +++++
xdocs/usermanual/component_reference.xml | 2 ++
2 files changed, 7 insertions(+)
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index a9adb353d9..74e21edcc5 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -90,6 +90,11 @@ This can be reduced by using a file instead of including the script in the test
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.
+
+CSV Dataset variables are defined after configuration processing is completed,
+so they cannot be used for other configuration items such as JDBC Config.
+(see Bug 40394 )
+
Summary of changes (for more details, see below)
diff --git a/xdocs/usermanual/component_reference.xml b/xdocs/usermanual/component_reference.xml
index 3b8883582d..b40ac652bd 100644
--- a/xdocs/usermanual/component_reference.xml
+++ b/xdocs/usermanual/component_reference.xml
@@ -1958,6 +1958,8 @@ the Report.
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.
+ CSV Dataset variables are defined after configuration processing is completed,
+ so they cannot be used for other configuration items such as JDBC Config (see Bug 40394 )
As a special case, the string "\t" (without quotes) is treated as a Tab.