<?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>GWT 1.6でJNDIを使う方法 へのコメント</title>
	<atom:link href="http://blog.daisukeyamashita.com/post/699.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.daisukeyamashita.com/post/699.html</link>
	<description>日々発見した技術や会社経営の日常を書き記して行きます。</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:34:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>chep より</title>
		<link>http://blog.daisukeyamashita.com/post/699.html/comment-page-1#comment-2904</link>
		<dc:creator>chep</dc:creator>
		<pubDate>Mon, 30 Nov 2009 09:53:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=699#comment-2904</guid>
		<description>Thank you for your attention. I found my problem. The error was because I put field with type Date in my RPC class. The problem has gone when I commented the field. 

Sincerely, 
cheprus</description>
		<content:encoded><![CDATA[<p>Thank you for your attention. I found my problem. The error was because I put field with type Date in my RPC class. The problem has gone when I commented the field. </p>
<p>Sincerely,<br />
cheprus</p>
]]></content:encoded>
	</item>
	<item>
		<title>Daisuke より</title>
		<link>http://blog.daisukeyamashita.com/post/699.html/comment-page-1#comment-2903</link>
		<dc:creator>Daisuke</dc:creator>
		<pubDate>Mon, 30 Nov 2009 01:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=699#comment-2903</guid>
		<description>Hi chep,

Thanks for your comment.
Now changed servlet container to Jetty from GWT 1.6.

It becomes impossible to use the setting of JNDI that moved with GWT that is older than 1.6 therefore. 

If you using &quot;Google Plugin for Eclipse&quot;, resolve your problem this following configuration.


1.create &quot;lib&quot; direcotry in right under the project directory.
2.copy &quot;jetty-naming-6.1.11.jar&quot; &amp; &quot;jetty-plus-6.1.11.jar&quot; to  lib directory and add to classpath.
3.copy &quot;jetty-web.xml&quot; to &quot;war/WEB-INF&quot; (how to write jetty-web.xml refer to the above-mentioned. it&#039;s configuration for MySQL.)
4.To generate the configuration for run automatically, it running once. right click on the project name. and select [Run As] - [Web Application]
5.right click on the project name. and select [Run As] - [Run Configurations...], [Arguments]tab [-Djava.naming.factory.initial=org.mortbay.naming.InitialContextFactory］to &quot;VM arguments&quot; finally click [Apply].

cheers</description>
		<content:encoded><![CDATA[<p>Hi chep,</p>
<p>Thanks for your comment.<br />
Now changed servlet container to Jetty from GWT 1.6.</p>
<p>It becomes impossible to use the setting of JNDI that moved with GWT that is older than 1.6 therefore. </p>
<p>If you using &#8220;Google Plugin for Eclipse&#8221;, resolve your problem this following configuration.</p>
<p>1.create &#8220;lib&#8221; direcotry in right under the project directory.<br />
2.copy &#8220;jetty-naming-6.1.11.jar&#8221; &amp; &#8220;jetty-plus-6.1.11.jar&#8221; to  lib directory and add to classpath.<br />
3.copy &#8220;jetty-web.xml&#8221; to &#8220;war/WEB-INF&#8221; (how to write jetty-web.xml refer to the above-mentioned. it&#8217;s configuration for MySQL.)<br />
4.To generate the configuration for run automatically, it running once. right click on the project name. and select [Run As] &#8211; [Web Application]<br />
5.right click on the project name. and select [Run As] &#8211; [Run Configurations...], [Arguments]tab [-Djava.naming.factory.initial=org.mortbay.naming.InitialContextFactory］to "VM arguments" finally click [Apply].</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>chep より</title>
		<link>http://blog.daisukeyamashita.com/post/699.html/comment-page-1#comment-2902</link>
		<dc:creator>chep</dc:creator>
		<pubDate>Fri, 27 Nov 2009 20:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.daisukeyamashita.com/?p=699#comment-2902</guid>
		<description>Hello Daisuke,
I do not read Japanese. But could you resolve the problem with com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details
?</description>
		<content:encoded><![CDATA[<p>Hello Daisuke,<br />
I do not read Japanese. But could you resolve the problem with com.google.gwt.user.client.rpc.StatusCodeException: The call failed on the server; see server log for details<br />
?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
