<?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 for Blog IT - Mateusz Mrozewski</title>
	<atom:link href="http://tech.mrozewski.pl/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.mrozewski.pl</link>
	<description>moje techniczne notki</description>
	<lastBuildDate>Mon, 01 Mar 2010 20:23:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on From JUnit3 to Easyb by Scott Davis</title>
		<link>http://tech.mrozewski.pl/2010/02/26/from-junit3-to-easyb/comment-page-1/#comment-304</link>
		<dc:creator>Scott Davis</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=458#comment-304</guid>
		<description>Great post! I always have to explain to folks that easyb doesn&#039;t offer dramatically different testing capabilities over JUnit version.x -- if you are already unit testing, easyb doesn&#039;t change that. Yes, there are some slight syntax changes, but they aren&#039;t the interesting part. What easyb brings to the party is a bit of a semantic shift -- your source code for the tests become a bit more self-documenting, and the easyb HTML reports really shine when you put them in front of the end users. Nice work!</description>
		<content:encoded><![CDATA[<p>Great post! I always have to explain to folks that easyb doesn&#8217;t offer dramatically different testing capabilities over JUnit version.x &#8212; if you are already unit testing, easyb doesn&#8217;t change that. Yes, there are some slight syntax changes, but they aren&#8217;t the interesting part. What easyb brings to the party is a bit of a semantic shift &#8212; your source code for the tests become a bit more self-documenting, and the easyb HTML reports really shine when you put them in front of the end users. Nice work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From JUnit3 to Easyb by mati</title>
		<link>http://tech.mrozewski.pl/2010/02/26/from-junit3-to-easyb/comment-page-1/#comment-302</link>
		<dc:creator>mati</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=458#comment-302</guid>
		<description>There is a comment in source code that is has been removed for clarity. I will update the post with a note that is it necessary.</description>
		<content:encoded><![CDATA[<p>There is a comment in source code that is has been removed for clarity. I will update the post with a note that is it necessary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on From JUnit3 to Easyb by Paweł Stawicki</title>
		<link>http://tech.mrozewski.pl/2010/02/26/from-junit3-to-easyb/comment-page-1/#comment-301</link>
		<dc:creator>Paweł Stawicki</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:23:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=458#comment-301</guid>
		<description>You missed &quot;equals&quot; method in Money class. Without it, test &quot;Assert.assertTrue(expected.equals(result));&quot; will always fail, as it is comparing different instances.</description>
		<content:encoded><![CDATA[<p>You missed &#8220;equals&#8221; method in Money class. Without it, test &#8220;Assert.assertTrue(expected.equals(result));&#8221; will always fail, as it is comparing different instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails &#8211; plug-ins by mati</title>
		<link>http://tech.mrozewski.pl/2009/06/19/grails-plug-ins/comment-page-1/#comment-296</link>
		<dc:creator>mati</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=353#comment-296</guid>
		<description>O to samo spytałem Marcina w mailu :) Czekamy na odpowiedź :)</description>
		<content:encoded><![CDATA[<p>O to samo spytałem Marcina w mailu <img src='http://tech.mrozewski.pl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Czekamy na odpowiedź <img src='http://tech.mrozewski.pl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails &#8211; plug-ins by Jacek Laskowski</title>
		<link>http://tech.mrozewski.pl/2009/06/19/grails-plug-ins/comment-page-1/#comment-295</link>
		<dc:creator>Jacek Laskowski</dc:creator>
		<pubDate>Fri, 12 Mar 2010 09:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=353#comment-295</guid>
		<description>&lt;a href=&quot;#comment-294&quot; rel=&quot;nofollow&quot;&gt;@Marcin Piechota&lt;/a&gt;, a mógłbyś napisać, co jest niedojrzałego. Nie twierdzę, że Grails jest dojrzały i mam wewnętrzną potrzebę poznania, co Tobie/Twojemu zespołowi nie pasowało.</description>
		<content:encoded><![CDATA[<p><a href="#comment-294" rel="nofollow">@Marcin Piechota</a>, a mógłbyś napisać, co jest niedojrzałego. Nie twierdzę, że Grails jest dojrzały i mam wewnętrzną potrzebę poznania, co Tobie/Twojemu zespołowi nie pasowało.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails &#8211; plug-ins by Marcin Piechota</title>
		<link>http://tech.mrozewski.pl/2009/06/19/grails-plug-ins/comment-page-1/#comment-294</link>
		<dc:creator>Marcin Piechota</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=353#comment-294</guid>
		<description>Robimy teraz pierwszy projekt w Grails i mimo, że jesteśmy nowicjuszami idzie to bardzo sprawnie. Ale jednak muszę powiedzieć, że dojrzałość grailsów jest bardzo mała, ale czego wymagać po nowym frameworku.</description>
		<content:encoded><![CDATA[<p>Robimy teraz pierwszy projekt w Grails i mimo, że jesteśmy nowicjuszami idzie to bardzo sprawnie. Ale jednak muszę powiedzieć, że dojrzałość grailsów jest bardzo mała, ale czego wymagać po nowym frameworku.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EJB3 Tutorial part 01 &#8211; environment setup and first EJB with JBoss Tools and JBoss AS by Blaze</title>
		<link>http://tech.mrozewski.pl/2009/09/25/ejb3-tutorial-part-01-environment-setup-and-first-ejb-with-jboss-tools-and-jboss-as/comment-page-1/#comment-293</link>
		<dc:creator>Blaze</dc:creator>
		<pubDate>Fri, 12 Mar 2010 21:33:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=408#comment-293</guid>
		<description>&lt;a href=&quot;#comment-292&quot; rel=&quot;nofollow&quot;&gt;@mati&lt;/a&gt; 

Thanks, Mati.

I&#039;m check my client code and found that write Context ctx = new InitialContext(); instead of Context ctx=new InitialContext(props);</description>
		<content:encoded><![CDATA[<p><a href="#comment-292" rel="nofollow">@mati</a> </p>
<p>Thanks, Mati.</p>
<p>I&#8217;m check my client code and found that write Context ctx = new InitialContext(); instead of Context ctx=new InitialContext(props);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EJB3 Tutorial part 01 &#8211; environment setup and first EJB with JBoss Tools and JBoss AS by mati</title>
		<link>http://tech.mrozewski.pl/2009/09/25/ejb3-tutorial-part-01-environment-setup-and-first-ejb-with-jboss-tools-and-jboss-as/comment-page-1/#comment-292</link>
		<dc:creator>mati</dc:creator>
		<pubDate>Fri, 12 Mar 2010 19:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=408#comment-292</guid>
		<description>@Blaze: check if you have modified the build path for the client project as described and if you don&#039;t have any typos in your client code (especially around setting the properties).</description>
		<content:encoded><![CDATA[<p>@Blaze: check if you have modified the build path for the client project as described and if you don&#8217;t have any typos in your client code (especially around setting the properties).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EJB3 Tutorial part 01 &#8211; environment setup and first EJB with JBoss Tools and JBoss AS by Blaze</title>
		<link>http://tech.mrozewski.pl/2009/09/25/ejb3-tutorial-part-01-environment-setup-and-first-ejb-with-jboss-tools-and-jboss-as/comment-page-1/#comment-291</link>
		<dc:creator>Blaze</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=408#comment-291</guid>
		<description>Hi.

I get exception when try to run client appliation:

Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
	at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)
	at javax.naming.InitialContext.lookup(InitialContext.java:392)
	at Main.main(Main.java:19)

I&#039;m see to Jboss console and find Consolbe EJB bean in it, but i can&#039;t access to it from client</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I get exception when try to run client appliation:</p>
<p>Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial<br />
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial<br />
	at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:645)<br />
	at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)<br />
	at javax.naming.InitialContext.getURLOrDefaultInitCtx(InitialContext.java:325)<br />
	at javax.naming.InitialContext.lookup(InitialContext.java:392)<br />
	at Main.main(Main.java:19)</p>
<p>I&#8217;m see to Jboss console and find Consolbe EJB bean in it, but i can&#8217;t access to it from client</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on rootnode.net by ahes</title>
		<link>http://tech.mrozewski.pl/2010/01/26/rootnode-net/comment-page-1/#comment-282</link>
		<dc:creator>ahes</dc:creator>
		<pubDate>Fri, 12 Mar 2010 23:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=450#comment-282</guid>
		<description>&lt;a href=&quot;#comment-276&quot; rel=&quot;nofollow&quot;&gt;@Tomek Bujok&lt;/a&gt; 
Not anymore.</description>
		<content:encoded><![CDATA[<p><a href="#comment-276" rel="nofollow">@Tomek Bujok</a><br />
Not anymore.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
