<?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 for .dev.blog</title>
	<atom:link href="http://techo-ecco.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techo-ecco.com/blog</link>
	<description>developer blog</description>
	<lastBuildDate>Sat, 15 Oct 2011 22:27:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by erez</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4821</link>
		<dc:creator>erez</dc:creator>
		<pubDate>Sat, 15 Oct 2011 22:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4821</guid>
		<description>fetchUrl can be found &lt;a href=&quot;https://github.com/erezmazor/famousity/blob/master/famousity-webapp/src/org/echotech/famousity/server/Util.java&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; for any real purpose I suggest you use a decent HTTP library such as the &lt;a href=&quot;http://hc.apache.org/httpclient-3.x/&quot; rel=&quot;nofollow&quot;&gt;apache&lt;/a&gt; one. For your error you should double check your verification code and look a the Facebook &lt;a href=&quot;https://developers.facebook.com/docs/appsonfacebook/tutorial/&quot; rel=&quot;nofollow&quot;&gt;tutorial&lt;/a&gt; to verify the instructions above are not outdated</description>
		<content:encoded><![CDATA[<p>fetchUrl can be found <a href="https://github.com/erezmazor/famousity/blob/master/famousity-webapp/src/org/echotech/famousity/server/Util.java" rel="nofollow">here</a> for any real purpose I suggest you use a decent HTTP library such as the <a href="http://hc.apache.org/httpclient-3.x/" rel="nofollow">apache</a> one. For your error you should double check your verification code and look a the Facebook <a href="https://developers.facebook.com/docs/appsonfacebook/tutorial/" rel="nofollow">tutorial</a> to verify the instructions above are not outdated</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by Diego</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4818</link>
		<dc:creator>Diego</dc:creator>
		<pubDate>Sat, 15 Oct 2011 20:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4818</guid>
		<description>What about Util.fetchURL(url)?¿¿ I don&#039;t know what is the method and its library. Besides, every time I&#039;m going to validate the code I receive 
Error&quot;: {
      &quot;message&quot;: &quot;Error validating verification code.&quot;,

I just try to get an access_token. Thanks</description>
		<content:encoded><![CDATA[<p>What about Util.fetchURL(url)?¿¿ I don&#8217;t know what is the method and its library. Besides, every time I&#8217;m going to validate the code I receive<br />
Error&#8221;: {<br />
      &#8220;message&#8221;: &#8220;Error validating verification code.&#8221;,</p>
<p>I just try to get an access_token. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quartz and Spring Integration by Yonatan</title>
		<link>http://techo-ecco.com/blog/quartz-and-spring-integration/comment-page-1/#comment-4471</link>
		<dc:creator>Yonatan</dc:creator>
		<pubDate>Wed, 21 Sep 2011 05:11:54 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=213#comment-4471</guid>
		<description>@Marina in order to access the service (myService) that was stored under schedulerContextAsMap use the following code:

 @Override
  public void execute(final JobExecutionContext jobExecutionContext) throws JobExecutionException {
...      
MailService mailService = (MailService)
jobExecutionContext.getScheduler().getContext().get(&quot;mailService&quot;); 
...
  }</description>
		<content:encoded><![CDATA[<p>@Marina in order to access the service (myService) that was stored under schedulerContextAsMap use the following code:</p>
<p> @Override<br />
  public void execute(final JobExecutionContext jobExecutionContext) throws JobExecutionException {<br />
&#8230;<br />
MailService mailService = (MailService)<br />
jobExecutionContext.getScheduler().getContext().get(&#8220;mailService&#8221;);<br />
&#8230;<br />
  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quartz and Spring Integration by erez</title>
		<link>http://techo-ecco.com/blog/quartz-and-spring-integration/comment-page-1/#comment-4353</link>
		<dc:creator>erez</dc:creator>
		<pubDate>Mon, 12 Sep 2011 04:35:53 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=213#comment-4353</guid>
		<description>Have you tried using the &quot;jobDataAsMap&quot; property on your job bean? please see the reference documentation for more details: http://static.springsource.org/spring/docs/current/spring-framework-reference/html/scheduling.html#scheduling-quartz</description>
		<content:encoded><![CDATA[<p>Have you tried using the &#8220;jobDataAsMap&#8221; property on your job bean? please see the reference documentation for more details: <a href="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/scheduling.html#scheduling-quartz" rel="nofollow">http://static.springsource.org/spring/docs/current/spring-framework-reference/html/scheduling.html#scheduling-quartz</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Quartz and Spring Integration by Marina</title>
		<link>http://techo-ecco.com/blog/quartz-and-spring-integration/comment-page-1/#comment-4342</link>
		<dc:creator>Marina</dc:creator>
		<pubDate>Sun, 11 Sep 2011 13:45:16 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=213#comment-4342</guid>
		<description>Hello, thank you for a great post - it definitely filled in a hole in the Spring + Quartz documentation.
i have tried using your approach to defining properties of triggers dynamically at run time. All works great, except for the reference to the &quot;myServiceBean&quot;. I tried to store a reference to my custom service bean the same way, but when I try to retrieve it later on in the Job - it is always NULL. 
Here is how I wired it into the quartz scheduler:
	
		
	
 	
    
            
		    
		        
		    
		    
		        
		            
		        
		    
	

And this is how I am trying to retrieve it in my Job class:
public class EMailJob implements Job {
    public void execute(JobExecutionContext context)
        throws JobExecutionException {
        JobDataMap dataMap = context.getMergedJobDataMap();
        MailService mailService = (MailService)dataMap.get(&quot;mailService&quot;);
		if (mailService == null) {
			logger.error(&quot;error scheduling job: mailService = NULL&quot;);
			throw new JobExecutionException(&quot;error executing job: mailService = NULL&quot;);			
		}
...

and it is always NULL...
Any idea why this is happening?

thanks!
Marina</description>
		<content:encoded><![CDATA[<p>Hello, thank you for a great post &#8211; it definitely filled in a hole in the Spring + Quartz documentation.<br />
i have tried using your approach to defining properties of triggers dynamically at run time. All works great, except for the reference to the &#8220;myServiceBean&#8221;. I tried to store a reference to my custom service bean the same way, but when I try to retrieve it later on in the Job &#8211; it is always NULL.<br />
Here is how I wired it into the quartz scheduler:</p>
<p>And this is how I am trying to retrieve it in my Job class:<br />
public class EMailJob implements Job {<br />
    public void execute(JobExecutionContext context)<br />
        throws JobExecutionException {<br />
        JobDataMap dataMap = context.getMergedJobDataMap();<br />
        MailService mailService = (MailService)dataMap.get(&#8220;mailService&#8221;);<br />
		if (mailService == null) {<br />
			logger.error(&#8220;error scheduling job: mailService = NULL&#8221;);<br />
			throw new JobExecutionException(&#8220;error executing job: mailService = NULL&#8221;);<br />
		}<br />
&#8230;</p>
<p>and it is always NULL&#8230;<br />
Any idea why this is happening?</p>
<p>thanks!<br />
Marina</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by BBrian</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4041</link>
		<dc:creator>BBrian</dc:creator>
		<pubDate>Wed, 17 Aug 2011 21:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4041</guid>
		<description>No trailing forward-slash.</description>
		<content:encoded><![CDATA[<p>No trailing forward-slash.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by muky</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4038</link>
		<dc:creator>muky</dc:creator>
		<pubDate>Wed, 17 Aug 2011 18:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4038</guid>
		<description>The link you provided explain how to debug in general, and this is something that I managed to do, but to work with facebook I can&#039;t use the full url, I must omit the extension &quot;?gwt.codesvr=localhost:9997/&quot;</description>
		<content:encoded><![CDATA[<p>The link you provided explain how to debug in general, and this is something that I managed to do, but to work with facebook I can&#8217;t use the full url, I must omit the extension &#8220;?gwt.codesvr=localhost:9997/&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by erez</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4035</link>
		<dc:creator>erez</dc:creator>
		<pubDate>Wed, 17 Aug 2011 14:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4035</guid>
		<description>See my previous reply to the same issue, stackoverflow has a thread for this as well as this blog: http://notepad2.blogspot.com/2010/12/debug-google-web-toolkit-applications.html</description>
		<content:encoded><![CDATA[<p>See my previous reply to the same issue, stackoverflow has a thread for this as well as this blog: <a href="http://notepad2.blogspot.com/2010/12/debug-google-web-toolkit-applications.html" rel="nofollow">http://notepad2.blogspot.com/2010/12/debug-google-web-toolkit-applications.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by muky</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4031</link>
		<dc:creator>muky</dc:creator>
		<pubDate>Wed, 17 Aug 2011 11:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4031</guid>
		<description>disregard this comment, I tried to redirect with http://localhost:8888/?gwt.codesvr=localhost:9997/ but it doesn&#039;t work. changing it to http://localhost:8888/ work (but then I lost the ability to debug the client side.

Please help</description>
		<content:encoded><![CDATA[<p>disregard this comment, I tried to redirect with <a href="http://localhost:8888/?gwt.codesvr=localhost:9997/" rel="nofollow">http://localhost:8888/?gwt.codesvr=localhost:9997/</a> but it doesn&#8217;t work. changing it to <a href="http://localhost:8888/" rel="nofollow">http://localhost:8888/</a> work (but then I lost the ability to debug the client side.</p>
<p>Please help</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Facebook app with Google App Engine and Google Web Toolkit by muky</title>
		<link>http://techo-ecco.com/blog/creating-a-facebook-app-with-google-app-engine-and-google-web-toolkit/comment-page-1/#comment-4030</link>
		<dc:creator>muky</dc:creator>
		<pubDate>Wed, 17 Aug 2011 10:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://techo-ecco.com/blog/?p=360#comment-4030</guid>
		<description>It is working, but I lost the ability to debug my client side as http://localhost:8888/?gwt.codesvr=localhost:9997/ will not work as a redirect_uri.

any suggestion?</description>
		<content:encoded><![CDATA[<p>It is working, but I lost the ability to debug my client side as <a href="http://localhost:8888/?gwt.codesvr=localhost:9997/" rel="nofollow">http://localhost:8888/?gwt.codesvr=localhost:9997/</a> will not work as a redirect_uri.</p>
<p>any suggestion?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

