<?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: Getting started with JBehave in 8 steps.</title>
	<atom:link href="http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/</link>
	<description>Another bit in the wall</description>
	<lastBuildDate>Tue, 15 Jun 2010 06:04:50 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Loading custom-named BDD scenario files for JBehave &#171; The Coding Bone</title>
		<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/comment-page-1/#comment-4384</link>
		<dc:creator>Loading custom-named BDD scenario files for JBehave &#171; The Coding Bone</dc:creator>
		<pubDate>Tue, 15 Jun 2010 06:04:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=256#comment-4384</guid>
		<description>[...] (with inspiration), I modified the testcase to override the default Configuration object, which allowed the loading [...]</description>
		<content:encoded><![CDATA[<p>[...] (with inspiration), I modified the testcase to override the default Configuration object, which allowed the loading [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Building a simple project using behavior-driven development with JBehave &#171; The Coding Bone</title>
		<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/comment-page-1/#comment-1846</link>
		<dc:creator>Building a simple project using behavior-driven development with JBehave &#171; The Coding Bone</dc:creator>
		<pubDate>Wed, 16 Dec 2009 07:31:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=256#comment-1846</guid>
		<description>[...] Getting started with JBehave in 8 steps [...]</description>
		<content:encoded><![CDATA[<p>[...] Getting started with JBehave in 8 steps [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Int21 &#187; Bdd with JBehave</title>
		<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/comment-page-1/#comment-1078</link>
		<dc:creator>Int21 &#187; Bdd with JBehave</dc:creator>
		<pubDate>Fri, 04 Sep 2009 21:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=256#comment-1078</guid>
		<description>[...] I choose a simple kata to develop in Bdd-way, the StringTemplater kata, as saw in a Corey Haines&#8216; video and following this excellent post. [...]</description>
		<content:encoded><![CDATA[<p>[...] I choose a simple kata to develop in Bdd-way, the StringTemplater kata, as saw in a Corey Haines&#8216; video and following this excellent post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shaaf Shah</title>
		<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/comment-page-1/#comment-1044</link>
		<dc:creator>Shaaf Shah</dc:creator>
		<pubDate>Thu, 27 Aug 2009 02:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=256#comment-1044</guid>
		<description>Yep, It cannot find the file. I presume you have UserWantsToShop.java in a package? The scenario and the .java have to be on the same location. Thus if the .java is in a package so should be the .scenario.</description>
		<content:encoded><![CDATA[<p>Yep, It cannot find the file. I presume you have UserWantsToShop.java in a package? The scenario and the .java have to be on the same location. Thus if the .java is in a package so should be the .scenario.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giordano</title>
		<link>http://www.shaafshah.com/2009/08/12/getting-started-with-jbehave-in-8-steps/comment-page-1/#comment-1043</link>
		<dc:creator>Giordano</dc:creator>
		<pubDate>Wed, 26 Aug 2009 20:13:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.shaafshah.com/?p=256#comment-1043</guid>
		<description>Shaaf,
I followed your tutorial, but after I wrote the empty classes, when running as Junit test I get the following error:

org.jbehave.scenario.errors.ScenarioNotFoundException: Scenario user_wants_to_shop could not be found by classloader sun.misc.Launcher$AppClassLoader@11b86e7
	at org.jbehave.scenario.parser.ClasspathScenarioDefiner.loadInputStreamFor(ClasspathScenarioDefiner.java:55)
	at org.jbehave.scenario.parser.ClasspathScenarioDefiner.loadScenarioDefinitionsFor(ClasspathScenarioDefiner.java:47)
	at org.jbehave.scenario.AbstractScenario.runScenario(AbstractScenario.java:74)
	at org.jbehave.scenario.JUnitScenario.runScenario(JUnitScenario.java:51)
	at org.jbehave.scenario.JUnitScenario.testScenario(JUnitScenario.java:73)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at junit.framework.TestCase.runTest(TestCase.java:168)
	at junit.framework.TestCase.runBare(TestCase.java:134)
	at junit.framework.TestResult$1.protect(TestResult.java:110)
	at junit.framework.TestResult.runProtected(TestResult.java:128)
	at junit.framework.TestResult.run(TestResult.java:113)
	at junit.framework.TestCase.run(TestCase.java:124)
	at junit.framework.TestSuite.runTest(TestSuite.java:232)
	at junit.framework.TestSuite.run(TestSuite.java:227)

the file is, correctly, in bin directory with the classes.

Any clue?</description>
		<content:encoded><![CDATA[<p>Shaaf,<br />
I followed your tutorial, but after I wrote the empty classes, when running as Junit test I get the following error:</p>
<p>org.jbehave.scenario.errors.ScenarioNotFoundException: Scenario user_wants_to_shop could not be found by classloader sun.misc.Launcher$AppClassLoader@11b86e7<br />
	at org.jbehave.scenario.parser.ClasspathScenarioDefiner.loadInputStreamFor(ClasspathScenarioDefiner.java:55)<br />
	at org.jbehave.scenario.parser.ClasspathScenarioDefiner.loadScenarioDefinitionsFor(ClasspathScenarioDefiner.java:47)<br />
	at org.jbehave.scenario.AbstractScenario.runScenario(AbstractScenario.java:74)<br />
	at org.jbehave.scenario.JUnitScenario.runScenario(JUnitScenario.java:51)<br />
	at org.jbehave.scenario.JUnitScenario.testScenario(JUnitScenario.java:73)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
	at java.lang.reflect.Method.invoke(Method.java:597)<br />
	at junit.framework.TestCase.runTest(TestCase.java:168)<br />
	at junit.framework.TestCase.runBare(TestCase.java:134)<br />
	at junit.framework.TestResult$1.protect(TestResult.java:110)<br />
	at junit.framework.TestResult.runProtected(TestResult.java:128)<br />
	at junit.framework.TestResult.run(TestResult.java:113)<br />
	at junit.framework.TestCase.run(TestCase.java:124)<br />
	at junit.framework.TestSuite.runTest(TestSuite.java:232)<br />
	at junit.framework.TestSuite.run(TestSuite.java:227)</p>
<p>the file is, correctly, in bin directory with the classes.</p>
<p>Any clue?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
