<?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: JRuby trunk - issues with JDBC connectivity</title>
	<atom:link href="http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/feed/" rel="self" type="application/rss+xml" />
	<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/</link>
	<description>Comments, thoughts and observations on technology, web and life</description>
	<pubDate>Thu, 04 Dec 2008 15:49:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Richard Forster</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7609</link>
		<dc:creator>Richard Forster</dc:creator>
		<pubDate>Thu, 23 Oct 2008 00:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7609</guid>
		<description>If you are migrating from an earlier version of rails you may need to change the database gem reference in environment.rb:

from 
  gem 'ActiveRecord-JDBC'
to  
   gem 'activerecord-jdbc-adapter'</description>
		<content:encoded><![CDATA[<p>If you are migrating from an earlier version of rails you may need to change the database gem reference in environment.rb:</p>
<p>from<br />
  gem &#8216;ActiveRecord-JDBC&#8217;<br />
to<br />
   gem &#8216;activerecord-jdbc-adapter&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Borges</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7385</link>
		<dc:creator>Leonardo Borges</dc:creator>
		<pubDate>Fri, 04 Apr 2008 13:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7385</guid>
		<description>The funny thing about this is that a freshly new app doesn't show this behaviour. Just saw it happening on the app migration I am working right now. Anyway, thanks, this was of much help! ;)</description>
		<content:encoded><![CDATA[<p>The funny thing about this is that a freshly new app doesn&#8217;t show this behaviour. Just saw it happening on the app migration I am working right now. Anyway, thanks, this was of much help! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aye</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7315</link>
		<dc:creator>Aye</dc:creator>
		<pubDate>Thu, 14 Feb 2008 21:35:24 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7315</guid>
		<description>Thanks Miro. Definitely helped me get started on using the new glassfish gem.</description>
		<content:encoded><![CDATA[<p>Thanks Miro. Definitely helped me get started on using the new glassfish gem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miro</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7286</link>
		<dc:creator>Miro</dc:creator>
		<pubDate>Mon, 21 Jan 2008 23:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7286</guid>
		<description>@pH:
Yes, it would be safer and less confusing to stick with single way. If your environment PATH has jruby before than ruby directories, the later way works OK as well. 

Ad2: do not know answer ready, sorry. If I figure it out, will let you know ...</description>
		<content:encoded><![CDATA[<p>@pH:<br />
Yes, it would be safer and less confusing to stick with single way. If your environment PATH has jruby before than ruby directories, the later way works OK as well. </p>
<p>Ad2: do not know answer ready, sorry. If I figure it out, will let you know &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pH</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7285</link>
		<dc:creator>pH</dc:creator>
		<pubDate>Mon, 21 Jan 2008 21:33:30 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7285</guid>
		<description>Hi, two remarks : 

1) shouldn't the last line read 

jurby -S gem uninstall ActiveRecord-JDBC 

? 

2) I am struggling with running my migrations .. I tried 'jruby -S rake db:migrate', but all I can get is : 

 rake aborted!
Don't know how to build task 'drop'

I though it would be a bad install of some gem, or my driver, or anything ... where could I find / ask for some help on this ?</description>
		<content:encoded><![CDATA[<p>Hi, two remarks : </p>
<p>1) shouldn&#8217;t the last line read </p>
<p>jurby -S gem uninstall ActiveRecord-JDBC </p>
<p>? </p>
<p>2) I am struggling with running my migrations .. I tried &#8216;jruby -S rake db:migrate&#8217;, but all I can get is : </p>
<p> rake aborted!<br />
Don&#8217;t know how to build task &#8216;drop&#8217;</p>
<p>I though it would be a bad install of some gem, or my driver, or anything &#8230; where could I find / ask for some help on this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miro</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7177</link>
		<dc:creator>Miro</dc:creator>
		<pubDate>Tue, 01 Jan 2008 17:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7177</guid>
		<description>That is a good idea, Hans. I posted the link to this post as comment.</description>
		<content:encoded><![CDATA[<p>That is a good idea, Hans. I posted the link to this post as comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Doggen</title>
		<link>http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7175</link>
		<dc:creator>Hans Doggen</dc:creator>
		<pubDate>Tue, 01 Jan 2008 16:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://thinkwrap.wordpress.com/2007/12/28/jruby-trunk-issues-with-jdbc-connectivity/#comment-7175</guid>
		<description>Thanks! Finally a solution to this problem. There was a bug report and it was closed, but it was not clear enough (http://jira.codehaus.org/browse/JRUBY-1698). I think it would be a good idea if you also add this remark to the bug (so people can find the solution easier)</description>
		<content:encoded><![CDATA[<p>Thanks! Finally a solution to this problem. There was a bug report and it was closed, but it was not clear enough (http://jira.codehaus.org/browse/JRUBY-1698). I think it would be a good idea if you also add this remark to the bug (so people can find the solution easier)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
