<?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"
	>
<channel>
	<title>Comments for n o t e 1 9 . c o m</title>
	<atom:link href="http://note19.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://note19.com</link>
	<description></description>
	<pubDate>Fri, 04 Jul 2008 02:57:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>Comment on OS X 10.5, SyncServer takes 100% of CPU by Elfinn Færevåg</title>
		<link>http://note19.com/2008/05/06/os-x-105-syncserver-takes-100-of-cpu/#comment-1679</link>
		<dc:creator>Elfinn Færevåg</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=350#comment-1679</guid>
		<description>Thank you, that saved my day!</description>
		<content:encoded><![CDATA[<p>Thank you, that saved my day!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 2 and broken render_text by neurodancer</title>
		<link>http://note19.com/2008/02/24/rails-2-and-render_text/#comment-1678</link>
		<dc:creator>neurodancer</dc:creator>
		<pubDate>Sat, 28 Jun 2008 18:20:54 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2008/02/24/rails-2-and-render_text/#comment-1678</guid>
		<description>So much for backward compatibility!  Can we stop changing things?  this kind of migration has caused me more than one headache with rails and ruby!!!!  If ruby and rails are so "great", why this stupidity?</description>
		<content:encoded><![CDATA[<p>So much for backward compatibility!  Can we stop changing things?  this kind of migration has caused me more than one headache with rails and ruby!!!!  If ruby and rails are so &#8220;great&#8221;, why this stupidity?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 2 and broken sessions by Steve</title>
		<link>http://note19.com/2008/02/24/rails-2-and-broken-sessions/#comment-1677</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 24 Jun 2008 08:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=337#comment-1677</guid>
		<description>I also believe it was unwise for the rails committers to not make rails 2 backwards compatible.  I am in the middle of a crunch trying to get two websites out the door and I made the mistake of upgrading to rails 2, believing it would be backwards compatible.  Joke's on me!

Seems like there are some youthful people in charge of rails perhaps without much respect for the developers trying to get things done and make a living in some cases.  I fear if they pull one or two more stunts like this they will lose a lot of mature developers.</description>
		<content:encoded><![CDATA[<p>I also believe it was unwise for the rails committers to not make rails 2 backwards compatible.  I am in the middle of a crunch trying to get two websites out the door and I made the mistake of upgrading to rails 2, believing it would be backwards compatible.  Joke&#8217;s on me!</p>
<p>Seems like there are some youthful people in charge of rails perhaps without much respect for the developers trying to get things done and make a living in some cases.  I fear if they pull one or two more stunts like this they will lose a lot of mature developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to install MySQL on fedora by Eric Shing</title>
		<link>http://note19.com/2008/01/21/how-to-install-mysql-on-fedora/#comment-1675</link>
		<dc:creator>Eric Shing</dc:creator>
		<pubDate>Mon, 16 Jun 2008 20:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2008/01/21/how-to-install-mysql-on-fedora/#comment-1675</guid>
		<description>yes thanks for the note</description>
		<content:encoded><![CDATA[<p>yes thanks for the note</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rails 2 and broken sessions by sj</title>
		<link>http://note19.com/2008/02/24/rails-2-and-broken-sessions/#comment-1674</link>
		<dc:creator>sj</dc:creator>
		<pubDate>Sat, 14 Jun 2008 16:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://note19.wordpress.com/?p=337#comment-1674</guid>
		<description>Well all of sudden my Ruby on Rails application on SharePDf.com stopped working. Everytime  a session object was needed, the server returned HTTP 500 and the logs showed the following:
&lt;code&gt;
  Status: 500 Internal Server Error
  marshal data too short
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:84:in `load'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:84:in `unmarshal'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:122:in `data'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:303:in `restore'
    /usr/lib/ruby/1.8/cgi/session.rb:304:in `[]'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:134:in `session'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:166:in `stale_session_check!'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:114:in `session'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1131:in `assign_shortcuts_without_flash'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/flash.rb:167:in `assign_shortcuts'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:518:in `process_without_filters'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi'
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch'
    dispatch.cgi:10
&lt;/code&gt;
This is really annoying, every time my ISP updates some aspect of Ruby on Rails, the application needs to be updated.</description>
		<content:encoded><![CDATA[<p>Well all of sudden my Ruby on Rails application on SharePDf.com stopped working. Everytime  a session object was needed, the server returned HTTP 500 and the logs showed the following:<br />
<code><br />
  Status: 500 Internal Server Error<br />
  marshal data too short<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:84:in `load'<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:84:in `unmarshal'<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:122:in `data'<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session/active_record_store.rb:303:in `restore'<br />
    /usr/lib/ruby/1.8/cgi/session.rb:304:in `[]&#8216;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:134:in `session&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:166:in `stale_session_check!&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/cgi_process.rb:114:in `session&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1131:in `assign_shortcuts_without_flash&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/flash.rb:167:in `assign_shortcuts&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:518:in `process_without_filters&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi&#8217;<br />
    /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch&#8217;<br />
    dispatch.cgi:10<br />
</code><br />
This is really annoying, every time my ISP updates some aspect of Ruby on Rails, the application needs to be updated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy initialization with Hibernate and Spring by sj</title>
		<link>http://note19.com/2007/08/26/lazy-initialization-with-hibernate-and-spring/#comment-1673</link>
		<dc:creator>sj</dc:creator>
		<pubDate>Sat, 14 Jun 2008 14:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/08/26/lazy-initialization-with-hibernate-and-spring/#comment-1673</guid>
		<description>Hello Muthu,

The source is available. Please see the links to the source in my &lt;a href="http://note19.com/2007/08/26/cascaded-delete-with-hibernate/" rel="nofollow"&gt;other entry&lt;/a&gt; on Spring and Hibernate.</description>
		<content:encoded><![CDATA[<p>Hello Muthu,</p>
<p>The source is available. Please see the links to the source in my <a href="http://note19.com/2007/08/26/cascaded-delete-with-hibernate/" rel="nofollow">other entry</a> on Spring and Hibernate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lazy initialization with Hibernate and Spring by Muthu</title>
		<link>http://note19.com/2007/08/26/lazy-initialization-with-hibernate-and-spring/#comment-1672</link>
		<dc:creator>Muthu</dc:creator>
		<pubDate>Fri, 13 Jun 2008 09:57:12 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/08/26/lazy-initialization-with-hibernate-and-spring/#comment-1672</guid>
		<description>Hi,
I'm new to Hibernate and Springs. Can you give a complete code for the above scenario. This would be helpful for beginners like me to analyse the solution better.

Cheers,
Muthu</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m new to Hibernate and Springs. Can you give a complete code for the above scenario. This would be helpful for beginners like me to analyse the solution better.</p>
<p>Cheers,<br />
Muthu</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and Perforce plug-in by sj</title>
		<link>http://note19.com/2007/10/23/eclipse-and-perforce-plug-in/#comment-1671</link>
		<dc:creator>sj</dc:creator>
		<pubDate>Fri, 13 Jun 2008 05:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/10/23/eclipse-and-perforce-plug-in/#comment-1671</guid>
		<description>You must set up the perforce properties first (via the Eclipse preferences). Next you could "import" a perforce project or add an existing project to perforce. The plugin will ask you to login and provide a password. Make sure that you specify the path to the p4 executable in the Eclipse perforce preferences.</description>
		<content:encoded><![CDATA[<p>You must set up the perforce properties first (via the Eclipse preferences). Next you could &#8220;import&#8221; a perforce project or add an existing project to perforce. The plugin will ask you to login and provide a password. Make sure that you specify the path to the p4 executable in the Eclipse perforce preferences.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Smooth Route Animation in Google Maps: panTo vs. setCenter by sj</title>
		<link>http://note19.com/2007/11/26/smooth-route-animation-in-google-maps-panto-vs-setcenter/#comment-1670</link>
		<dc:creator>sj</dc:creator>
		<pubDate>Fri, 13 Jun 2008 05:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/11/26/smooth-route-animation-in-google-maps-panto-vs-setcenter/#comment-1670</guid>
		<description>Hi Sven,

Please visit &lt;a href="http://javey.net/bike/map/player6/map.html?gpx=http://javey.net/bike/gpx/24-nov-2007.gpx&#38;title=Sheldon.Road.Trail" rel="nofollow"&gt;here&lt;/a&gt; and view the source in the browser.</description>
		<content:encoded><![CDATA[<p>Hi Sven,</p>
<p>Please visit <a href="http://javey.net/bike/map/player6/map.html?gpx=http://javey.net/bike/gpx/24-nov-2007.gpx&amp;title=Sheldon.Road.Trail" rel="nofollow">here</a> and view the source in the browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse and Perforce plug-in by kirin</title>
		<link>http://note19.com/2007/10/23/eclipse-and-perforce-plug-in/#comment-1669</link>
		<dc:creator>kirin</dc:creator>
		<pubDate>Thu, 12 Jun 2008 06:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://note19.com/2007/10/23/eclipse-and-perforce-plug-in/#comment-1669</guid>
		<description>@ sj: I am new with the perforce-eclipse plugin,  perhaps you may help me. You told Alper he should right-click the project, select team and the share project and pick perforce. When I do this, I am not asked for the password. Additional I don't want to add a project to perforce  I want to retrieve a it from perforce and so I tried the help guide: right click in the p4 depot pane, and the click 'New Server..' in the open dialog I may *not* enter my password (only port, user, client workspace) I think this is the reason I may not connect to the server? What should I do? I use eclipse 3.3.2 would it help to use eclipse 3.2.x?</description>
		<content:encoded><![CDATA[<p>@ sj: I am new with the perforce-eclipse plugin,  perhaps you may help me. You told Alper he should right-click the project, select team and the share project and pick perforce. When I do this, I am not asked for the password. Additional I don&#8217;t want to add a project to perforce  I want to retrieve a it from perforce and so I tried the help guide: right click in the p4 depot pane, and the click &#8216;New Server..&#8217; in the open dialog I may *not* enter my password (only port, user, client workspace) I think this is the reason I may not connect to the server? What should I do? I use eclipse 3.3.2 would it help to use eclipse 3.2.x?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
