<?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>Komentarze do: EJB3 Tutorial part 01 &#8211; environment setup and first EJB with JBoss Tools and JBoss AS</title>
	<atom:link href="http://tech.mrozewski.pl/2009/09/25/ejb3-tutorial-part-01-environment-setup-and-first-ejb-with-jboss-tools-and-jboss-as/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.mrozewski.pl/2009/09/25/ejb3-tutorial-part-01-environment-setup-and-first-ejb-with-jboss-tools-and-jboss-as/</link>
	<description>my technical notes</description>
	<lastBuildDate>Fri, 21 Oct 2011 06:34:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Autor: Navanath</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-383</link>
		<dc:creator>Navanath</dc:creator>
		<pubDate>Thu, 02 Dec 2010 16:50:01 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=408#comment-383</guid>
		<description>Hi,
Thanks. The example is working fine.
Could you please give example for creating client in separate project.?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks. The example is working fine.<br />
Could you please give example for creating client in separate project.?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Autor: 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>Sun, 21 Feb 2010 20:33:51 +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>Autor: 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>Sun, 21 Feb 2010 18:30:09 +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>Autor: 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>Sun, 21 Feb 2010 17:03:13 +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>Autor: didxga</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-232</link>
		<dc:creator>didxga</dc:creator>
		<pubDate>Mon, 26 Oct 2009 15:15:45 +0000</pubDate>
		<guid isPermaLink="false">http://tech.mrozewski.pl/?p=408#comment-232</guid>
		<description>Nice tut! thanks for share your knowledge.</description>
		<content:encoded><![CDATA[<p>Nice tut! thanks for share your knowledge.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

