<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Dynamic Data from JMeter JDBC Requests</title>
	<atom:link href="http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/feed/" rel="self" type="application/rss+xml" />
	<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/</link>
	<description>Performance and Test Automation Experts</description>
	<lastBuildDate>Mon, 09 May 2011 03:51:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Timmy Mcirvin</title>
		<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/#comment-7578</link>
		<dc:creator>Timmy Mcirvin</dc:creator>
		<pubDate>Fri, 14 May 2010 19:30:28 +0000</pubDate>
		<guid isPermaLink="false">http://altentee.com/?p=731#comment-7578</guid>
		<description>Hi. I read a few of your other posts and i wanted to say thank you for the informative posts.</description>
		<content:encoded><![CDATA[<p>Hi. I read a few of your other posts and i wanted to say thank you for the informative posts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dinesh</title>
		<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/#comment-7577</link>
		<dc:creator>dinesh</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://altentee.com/?p=731#comment-7577</guid>
		<description>Iam receiving the following error while running the existing script, please explain where the problem might be with :

java.net.ConnectException: Connection refused: connect
	at java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.net.PlainSocketImpl.doConnect(Unknown Source)
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
	at java.net.PlainSocketImpl.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at java.net.Socket.connect(Unknown Source)
	at sun.net.NetworkClient.doConnect(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.openServer(Unknown Source)
	at sun.net.www.http.HttpClient.(Unknown Source)
	at sun.net.www.http.HttpClient.(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.http.HttpClient.New(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:431)
	at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1021)
	at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1007)
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)
	at java.lang.Thread.run(Unknown Source)</description>
		<content:encoded><![CDATA[<p>Iam receiving the following error while running the existing script, please explain where the problem might be with :</p>
<p>java.net.ConnectException: Connection refused: connect<br />
	at java.net.PlainSocketImpl.socketConnect(Native Method)<br />
	at java.net.PlainSocketImpl.doConnect(Unknown Source)<br />
	at java.net.PlainSocketImpl.connectToAddress(Unknown Source)<br />
	at java.net.PlainSocketImpl.connect(Unknown Source)<br />
	at java.net.Socket.connect(Unknown Source)<br />
	at java.net.Socket.connect(Unknown Source)<br />
	at sun.net.NetworkClient.doConnect(Unknown Source)<br />
	at sun.net.www.http.HttpClient.openServer(Unknown Source)<br />
	at sun.net.www.http.HttpClient.openServer(Unknown Source)<br />
	at sun.net.www.http.HttpClient.(Unknown Source)<br />
	at sun.net.www.http.HttpClient.(Unknown Source)<br />
	at sun.net.www.http.HttpClient.New(Unknown Source)<br />
	at sun.net.www.http.HttpClient.New(Unknown Source)<br />
	at sun.net.www.http.HttpClient.New(Unknown Source)<br />
	at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)<br />
	at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)<br />
	at org.apache.jmeter.protocol.http.sampler.HTTPSampler.sample(HTTPSampler.java:431)<br />
	at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1021)<br />
	at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1007)<br />
	at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:290)<br />
	at java.lang.Thread.run(Unknown Source)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/#comment-7576</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Thu, 07 Jan 2010 01:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://altentee.com/?p=731#comment-7576</guid>
		<description>Yeah, that&#039;s what I thought.  Trying to avoid proliferation of libraries (and digging into the main app&#039;s source) at the moment so was seeing if I could use JMeter to extract the data...It would work if JMeter had an &#039;ignore header row&#039; option on it&#039;s CSV Data Set.</description>
		<content:encoded><![CDATA[<p>Yeah, that&#8217;s what I thought.  Trying to avoid proliferation of libraries (and digging into the main app&#8217;s source) at the moment so was seeing if I could use JMeter to extract the data&#8230;It would work if JMeter had an &#8216;ignore header row&#8217; option on it&#8217;s CSV Data Set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Koopmans</title>
		<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/#comment-7575</link>
		<dc:creator>Tim Koopmans</dc:creator>
		<pubDate>Wed, 06 Jan 2010 00:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://altentee.com/?p=731#comment-7575</guid>
		<description>This example returns a single row resultset each time the JDBC Request is executed.

If you wanted to iterate, the query can be parametized using standard JMeter variables.

If you just wanted to populate a single large (multi-row) dataset then I would just use a CSV Data Set Config and populate that as part of your pre-test build e.g. via ant or the command line.

Really just depends on how you intend on using the data i.e. static data, transactional data etc</description>
		<content:encoded><![CDATA[<p>This example returns a single row resultset each time the JDBC Request is executed.</p>
<p>If you wanted to iterate, the query can be parametized using standard JMeter variables.</p>
<p>If you just wanted to populate a single large (multi-row) dataset then I would just use a CSV Data Set Config and populate that as part of your pre-test build e.g. via ant or the command line.</p>
<p>Really just depends on how you intend on using the data i.e. static data, transactional data etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://altentee.com/blogs/2010/dynamic-data-from-jmeter-jdbc-requests/#comment-7574</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Tue, 05 Jan 2010 23:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://altentee.com/?p=731#comment-7574</guid>
		<description>Still learning how to use JMeter, I don&#039;t quite understand how this example might work if I have a large dataset and want each iteration to use a different value.  But then, there are lots of things I still don&#039;t understand about JMeter...</description>
		<content:encoded><![CDATA[<p>Still learning how to use JMeter, I don&#8217;t quite understand how this example might work if I have a large dataset and want each iteration to use a different value.  But then, there are lots of things I still don&#8217;t understand about JMeter&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

