<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Tech Notes @ Fernvale</title>
	<atom:link href="http://fernvale.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fernvale.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 29 Sep 2009 06:56:32 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Failed image upload in Joomla 1.5 by manoj</title>
		<link>http://fernvale.wordpress.com/2008/07/31/failed-image-upload-in-joomla-15/#comment-115</link>
		<dc:creator>manoj</dc:creator>
		<pubDate>Tue, 29 Sep 2009 06:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=36#comment-115</guid>
		<description>sir, i hav changed my temp dir permission (777) but it is  not still working.


manoj</description>
		<content:encoded><![CDATA[<p>sir, i hav changed my temp dir permission (777) but it is  not still working.</p>
<p>manoj</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails quickstart by jdporter</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-109</link>
		<dc:creator>jdporter</dc:creator>
		<pubDate>Thu, 07 May 2009 07:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-109</guid>
		<description>I don&#039;t know exactly what causes the error.
But to get around it, you can change the value of the
    grails.enable.native2ascii
setting from true to false in the
    grails-app/conf/Config.groovy
file.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know exactly what causes the error.<br />
But to get around it, you can change the value of the<br />
    grails.enable.native2ascii<br />
setting from true to false in the<br />
    grails-app/conf/Config.groovy<br />
file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate facebook infinite session by links for 2009-04-09 &#124; Nathan and his Open Ideals</title>
		<link>http://fernvale.wordpress.com/2008/05/30/how-to-generate-facebook-infinite-session/#comment-108</link>
		<dc:creator>links for 2009-04-09 &#124; Nathan and his Open Ideals</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=33#comment-108</guid>
		<description>[...] How to generate facebook infinite session « Tech Notes @ Fernvale When developing facebook applications, we might need an infinite session that will enable us to update the app users’ profile periodically. For instance, a “Quote Of TheDay” application needs to update its users’ profile everyday with a new quote. (tags: api facebook sessions social)     Share and Enjoy: [...]</description>
		<content:encoded><![CDATA[<p>[...] How to generate facebook infinite session « Tech Notes @ Fernvale When developing facebook applications, we might need an infinite session that will enable us to update the app users’ profile periodically. For instance, a “Quote Of TheDay” application needs to update its users’ profile everyday with a new quote. (tags: api facebook sessions social)     Share and Enjoy: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails quickstart by Robert Billheimer</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-107</link>
		<dc:creator>Robert Billheimer</dc:creator>
		<pubDate>Tue, 24 Mar 2009 20:25:03 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-107</guid>
		<description>I just downloaded and installed Grails version 1.1 along with Java 1.6.0_10 and set up my environment variables GRAILS_HOME and JAVA_HOME accordingly and added %GRAILS_HOME%\bin; to my Path environment variable.  I hen attempted this tutorial and when I entered &gt;grails generate-all Seminar I received the error:
Error executing script GenerateAll: No such property: readable for class: org.sp
ringframework.core.io.ClassPathResource
gant.TargetMissingPropertyException: No such property: readable for class: org.s
pringframework.core.io.ClassPathResource
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:329)
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334)
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy)
        at gant.Gant.withBuildListeners(Gant.groovy:344)
        at gant.Gant.this$2$withBuildListeners(Gant.groovy)
        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)
        at gant.Gant.dispatch(Gant.groovy:334)
        at gant.Gant.this$2$dispatch(Gant.groovy)
        at gant.Gant.invokeMethod(Gant.groovy)
        at gant.Gant.processTargets(Gant.groovy:495)
        at gant.Gant.processTargets(Gant.groovy:480)
Caused by: groovy.lang.MissingPropertyException: No such property: readable for
class: org.springframework.core.io.ClassPathResource
        at _GrailsSettings_groovy$_run_closure7_closure12.doCall(_GrailsSettings
_groovy:202)
        at _GrailsSettings_groovy$_run_closure7.doCall(_GrailsSettings_groovy:20
1)
        at _GrailsPackage_groovy$_run_closure7.doCall(_GrailsPackage_groovy:222)

        at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:75)
        at GenerateAll$_run_closure1.doCall(GenerateAll.groovy:32)
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)
        ... 10 more

Do you have any idea what is causing this error and what I need to do to correct it?</description>
		<content:encoded><![CDATA[<p>I just downloaded and installed Grails version 1.1 along with Java 1.6.0_10 and set up my environment variables GRAILS_HOME and JAVA_HOME accordingly and added %GRAILS_HOME%\bin; to my Path environment variable.  I hen attempted this tutorial and when I entered &gt;grails generate-all Seminar I received the error:<br />
Error executing script GenerateAll: No such property: readable for class: org.sp<br />
ringframework.core.io.ClassPathResource<br />
gant.TargetMissingPropertyException: No such property: readable for class: org.s<br />
pringframework.core.io.ClassPathResource<br />
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:329)<br />
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy:334)<br />
        at gant.Gant$_dispatch_closure6.doCall(Gant.groovy)<br />
        at gant.Gant.withBuildListeners(Gant.groovy:344)<br />
        at gant.Gant.this$2$withBuildListeners(Gant.groovy)<br />
        at gant.Gant$this$2$withBuildListeners.callCurrent(Unknown Source)<br />
        at gant.Gant.dispatch(Gant.groovy:334)<br />
        at gant.Gant.this$2$dispatch(Gant.groovy)<br />
        at gant.Gant.invokeMethod(Gant.groovy)<br />
        at gant.Gant.processTargets(Gant.groovy:495)<br />
        at gant.Gant.processTargets(Gant.groovy:480)<br />
Caused by: groovy.lang.MissingPropertyException: No such property: readable for<br />
class: org.springframework.core.io.ClassPathResource<br />
        at _GrailsSettings_groovy$_run_closure7_closure12.doCall(_GrailsSettings<br />
_groovy:202)<br />
        at _GrailsSettings_groovy$_run_closure7.doCall(_GrailsSettings_groovy:20<br />
1)<br />
        at _GrailsPackage_groovy$_run_closure7.doCall(_GrailsPackage_groovy:222)</p>
<p>        at _GrailsPackage_groovy$_run_closure2.doCall(_GrailsPackage_groovy:75)<br />
        at GenerateAll$_run_closure1.doCall(GenerateAll.groovy:32)<br />
        at gant.Gant$_dispatch_closure4.doCall(Gant.groovy:324)<br />
        &#8230; 10 more</p>
<p>Do you have any idea what is causing this error and what I need to do to correct it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grails quickstart by Mohamed Sanaulla</title>
		<link>http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-105</link>
		<dc:creator>Mohamed Sanaulla</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/2007/08/03/grails-quickstart/#comment-105</guid>
		<description>Really cool demo!</description>
		<content:encoded><![CDATA[<p>Really cool demo!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate facebook infinite session by Emmanuel Crouvisier</title>
		<link>http://fernvale.wordpress.com/2008/05/30/how-to-generate-facebook-infinite-session/#comment-99</link>
		<dc:creator>Emmanuel Crouvisier</dc:creator>
		<pubDate>Mon, 19 Jan 2009 01:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=33#comment-99</guid>
		<description>Here&#039;s a more thorough explanation that I just finished writing up, as well as how to use the acquired infinite session key. Hope it helps!

&lt;a href=&quot;http://www.emcro.com/blog/2009/01/facebook-infinite-session-keys-no-more/&quot; rel=&quot;nofollow&quot;&gt;http://www.emcro.com/blog/2009/01/facebook-infinite-session-keys-no-more/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s a more thorough explanation that I just finished writing up, as well as how to use the acquired infinite session key. Hope it helps!</p>
<p><a href="http://www.emcro.com/blog/2009/01/facebook-infinite-session-keys-no-more/" rel="nofollow">http://www.emcro.com/blog/2009/01/facebook-infinite-session-keys-no-more/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding new disk to Solaris 10 on VMWare by dotcom360</title>
		<link>http://fernvale.wordpress.com/2008/11/19/adding-new-disk-to-solaris-10-on-vmware/#comment-98</link>
		<dc:creator>dotcom360</dc:creator>
		<pubDate>Tue, 30 Dec 2008 08:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=64#comment-98</guid>
		<description>You can find more explonatory tutorial here.. http://www.unixadmintalk.com/solaris-operating-system/</description>
		<content:encoded><![CDATA[<p>You can find more explonatory tutorial here.. <a href="http://www.unixadmintalk.com/solaris-operating-system/" rel="nofollow">http://www.unixadmintalk.com/solaris-operating-system/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Failed image upload in Joomla 1.5 by Louwrens</title>
		<link>http://fernvale.wordpress.com/2008/07/31/failed-image-upload-in-joomla-15/#comment-97</link>
		<dc:creator>Louwrens</dc:creator>
		<pubDate>Wed, 10 Dec 2008 09:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=36#comment-97</guid>
		<description>Hi,

I also got the problem, but;

SecFilterEngine Off
SecFilterScanPOST Off

simply didn&#039;t work for me

After looking at the error log. I notice the problem lies with the &quot;temp&quot; folder&quot;

The &quot;temp&quot; folder located in the root of joomla is cmod to 755 which is 100% but some servers clash or something. Just cmod it to 777 and it should solve your problems.

If the problem still keep going. cmod your image and image sub folders to  777.

Later</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I also got the problem, but;</p>
<p>SecFilterEngine Off<br />
SecFilterScanPOST Off</p>
<p>simply didn&#8217;t work for me</p>
<p>After looking at the error log. I notice the problem lies with the &#8220;temp&#8221; folder&#8221;</p>
<p>The &#8220;temp&#8221; folder located in the root of joomla is cmod to 755 which is 100% but some servers clash or something. Just cmod it to 777 and it should solve your problems.</p>
<p>If the problem still keep going. cmod your image and image sub folders to  777.</p>
<p>Later</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate facebook infinite session by singchyun</title>
		<link>http://fernvale.wordpress.com/2008/05/30/how-to-generate-facebook-infinite-session/#comment-95</link>
		<dc:creator>singchyun</dc:creator>
		<pubDate>Tue, 18 Nov 2008 05:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=33#comment-95</guid>
		<description>Hi Murali,

I&#039;m not exactly sure what you&#039;re trying to describe. But in case it&#039;s of any help to you, Facebook &lt;b&gt;infinite sessions are always disabled&lt;/b&gt; unless you explicitly enable them.</description>
		<content:encoded><![CDATA[<p>Hi Murali,</p>
<p>I&#8217;m not exactly sure what you&#8217;re trying to describe. But in case it&#8217;s of any help to you, Facebook <b>infinite sessions are always disabled</b> unless you explicitly enable them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to generate facebook infinite session by Murali</title>
		<link>http://fernvale.wordpress.com/2008/05/30/how-to-generate-facebook-infinite-session/#comment-94</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Thu, 18 Sep 2008 14:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://fernvale.wordpress.com/?p=33#comment-94</guid>
		<description>Hi.

I need to know how disable the infinite session on the application.Because my app has seperate login inside the app.Due to the infinite session i one use logged in the system then loggged out .If another user logged into the app it shows session values of previous user.Please help me this issue as soon as possible</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I need to know how disable the infinite session on the application.Because my app has seperate login inside the app.Due to the infinite session i one use logged in the system then loggged out .If another user logged into the app it shows session values of previous user.Please help me this issue as soon as possible</p>
]]></content:encoded>
	</item>
</channel>
</rss>
