<?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: Deploying Ruby on Rails as J2EE application</title>
	<atom:link href="http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/</link>
	<description>Software Craftsman</description>
	<lastBuildDate>Sat, 19 Dec 2009 02:49:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ivan Sanchez</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/comment-page-1/#comment-126</link>
		<dc:creator>Ivan Sanchez</dc:creator>
		<pubDate>Fri, 28 Mar 2008 22:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-126</guid>
		<description>Aha! There you go... While you&#039;re following this article you should forget you have Ruby installed in your machine. All the gems should be managed by the gem script provided by JRuby.

Try removing Ruby from your PATH and installing the gem again. Shout if you have any problems ;)</description>
		<content:encoded><![CDATA[<p>Aha! There you go&#8230; While you&#8217;re following this article you should forget you have Ruby installed in your machine. All the gems should be managed by the gem script provided by JRuby.</p>
<p>Try removing Ruby from your PATH and installing the gem again. Shout if you have any problems <img src='http://isanchez.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/comment-page-1/#comment-125</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Fri, 28 Mar 2008 19:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-125</guid>
		<description>Yes, I&#039;ve set all files in the script directory to use jruby. I&#039;ve got the same error again. Looks like the jdbc-adapter isn&#039;t installed... But it is, at least in the C:\ruby (do i need to install it in the jruby directory too?). Netbeans IDE found it when i&#039;ve checked in the gems configurations....</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;ve set all files in the script directory to use jruby. I&#8217;ve got the same error again. Looks like the jdbc-adapter isn&#8217;t installed&#8230; But it is, at least in the C:\ruby (do i need to install it in the jruby directory too?). Netbeans IDE found it when i&#8217;ve checked in the gems configurations&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Sanchez</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/comment-page-1/#comment-124</link>
		<dc:creator>Ivan Sanchez</dc:creator>
		<pubDate>Fri, 28 Mar 2008 17:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-124</guid>
		<description>If you&#039;re sure the activerecord-jdbc-adapter gem is installed correctly, try taking a look in the script files generated by rails. Are they pointing to Ruby or JRuby?</description>
		<content:encoded><![CDATA[<p>If you&#8217;re sure the activerecord-jdbc-adapter gem is installed correctly, try taking a look in the script files generated by rails. Are they pointing to Ruby or JRuby?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/comment-page-1/#comment-123</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Fri, 28 Mar 2008 15:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-123</guid>
		<description>Oh, I forgot, my PATH it&#039;s ok too. I can use jruby in my command window as well, so, I think, there isn&#039;t any problem with the ’script‘ directory.</description>
		<content:encoded><![CDATA[<p>Oh, I forgot, my PATH it&#8217;s ok too. I can use jruby in my command window as well, so, I think, there isn&#8217;t any problem with the ’script‘ directory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/comment-page-1/#comment-122</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Fri, 28 Mar 2008 15:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://isanchez.net/2008/01/01/deploying-ruby-on-rails-as-j2ee-application/#comment-122</guid>
		<description>Hi.
Everything went fine &#039;till the test with the new database.yml (using the jdbc) configuration. My JRUBY_PATH its ok too (I&#039;m under WINXP).
But, when I start de Webrick I get this annoying message:

&quot;C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:231:in `establish_connection&#039;: Please install the jdbc adapter: `gem install activerecord-jdbc-adapter` (no such file to load -- java) (RuntimeError)&quot;

But I&#039;ve already installed the jdbc adapter and copied the &quot;mysql-connector-java-5.1.6-bin.jar&quot; to JRUBY_HOME/lib

Any sugestion?

Thanks in advance! :)</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Everything went fine &#8217;till the test with the new database.yml (using the jdbc) configuration. My JRUBY_PATH its ok too (I&#8217;m under WINXP).<br />
But, when I start de Webrick I get this annoying message:</p>
<p>&#8220;C:/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:231:in `establish_connection&#8217;: Please install the jdbc adapter: `gem install activerecord-jdbc-adapter` (no such file to load &#8212; java) (RuntimeError)&#8221;</p>
<p>But I&#8217;ve already installed the jdbc adapter and copied the &#8220;mysql-connector-java-5.1.6-bin.jar&#8221; to JRUBY_HOME/lib</p>
<p>Any sugestion?</p>
<p>Thanks in advance! <img src='http://isanchez.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
