<?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 on: Eclipse 4.0 and tutorial on writing e4-RCP-application released</title>
	<atom:link href="http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/</link>
	<description>Tom&#039;s opensource development</description>
	<lastBuildDate>Thu, 09 Feb 2012 23:05:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Thomas</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3378</link>
		<dc:creator><![CDATA[Thomas]]></dc:creator>
		<pubDate>Fri, 11 Nov 2011 14:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3378</guid>
		<description><![CDATA[Interesting tutorial.
I also ran into this nullpointer with eclipse 4.1. It works with 4.0. (older release of org.eclipse.e4.ui.workbench.swt)
Another thing to mention: Chapter &quot;Event-System&quot;. You didn&#039;t mention, that you&#039;ve created the interface EventConstants.]]></description>
		<content:encoded><![CDATA[<p>Interesting tutorial.<br />
I also ran into this nullpointer with eclipse 4.1. It works with 4.0. (older release of org.eclipse.e4.ui.workbench.swt)<br />
Another thing to mention: Chapter &#8220;Event-System&#8221;. You didn&#8217;t mention, that you&#8217;ve created the interface EventConstants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Dessner</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3130</link>
		<dc:creator><![CDATA[Andreas Dessner]]></dc:creator>
		<pubDate>Thu, 15 Sep 2011 13:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3130</guid>
		<description><![CDATA[Very nice e4 tutorial ! But wenn i try to start the example the same Problem here: Feature &#039;bindingContextId&#039; not found.

will check your blog and hope you will find the time to update the sources ;)]]></description>
		<content:encoded><![CDATA[<p>Very nice e4 tutorial ! But wenn i try to start the example the same Problem here: Feature &#8216;bindingContextId&#8217; not found.</p>
<p>will check your blog and hope you will find the time to update the sources <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Nöbauer</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3092</link>
		<dc:creator><![CDATA[Stefan Nöbauer]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:35:44 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3092</guid>
		<description><![CDATA[Thanx for the quick answer. Is there a fast way to solve the NPE in the ShellActivationListener?

Caused by: java.lang.NullPointerException
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.getShellContext(ShellActivationListener.java:193)
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.activate(ShellActivationListener.java:114)
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.handleEvent(ShellActivationListener.java:73)]]></description>
		<content:encoded><![CDATA[<p>Thanx for the quick answer. Is there a fast way to solve the NPE in the ShellActivationListener?</p>
<p>Caused by: java.lang.NullPointerException<br />
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.getShellContext(ShellActivationListener.java:193)<br />
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.activate(ShellActivationListener.java:114)<br />
	at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.handleEvent(ShellActivationListener.java:73)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schindl</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3091</link>
		<dc:creator><![CDATA[Tom Schindl]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3091</guid>
		<description><![CDATA[The problem is that we&#039;ve changed the model slightly in this area while working on 4.1 but I haven&#039;t had the chance to fix my tutorial sources]]></description>
		<content:encoded><![CDATA[<p>The problem is that we&#8217;ve changed the model slightly in this area while working on 4.1 but I haven&#8217;t had the chance to fix my tutorial sources</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Nöbauer</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3090</link>
		<dc:creator><![CDATA[Stefan Nöbauer]]></dc:creator>
		<pubDate>Wed, 31 Aug 2011 14:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3090</guid>
		<description><![CDATA[Hi Tom,
Thanx very much for the tutorial. I just have one question about the NPE. I still get this Exception on the 4.1 Platform. What exaclty is the problem?

i also get another problem when running the code downloaded from git:
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature &#039;bindingContextId&#039; not found. (platform:/plugin/org.eclipse.e4.demo.mailapp/Application.e4xmi, 30, 166)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadResource(ResourceHandler.java:187)
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadBaseModel(ResourceHandler.java:167)
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:236)
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:346)

What am I doing wrong?]]></description>
		<content:encoded><![CDATA[<p>Hi Tom,<br />
Thanx very much for the tutorial. I just have one question about the NPE. I still get this Exception on the 4.1 Platform. What exaclty is the problem?</p>
<p>i also get another problem when running the code downloaded from git:<br />
org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature &#8216;bindingContextId&#8217; not found. (platform:/plugin/org.eclipse.e4.demo.mailapp/Application.e4xmi, 30, 166)<br />
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.handleDemandLoadException(ResourceSetImpl.java:315)<br />
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.demandLoadHelper(ResourceSetImpl.java:274)<br />
	at org.eclipse.emf.ecore.resource.impl.ResourceSetImpl.getResource(ResourceSetImpl.java:397)<br />
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadResource(ResourceHandler.java:187)<br />
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadBaseModel(ResourceHandler.java:167)<br />
	at org.eclipse.e4.ui.internal.workbench.ResourceHandler.loadMostRecentModel(ResourceHandler.java:236)<br />
	at org.eclipse.e4.ui.internal.workbench.swt.E4Application.loadApplicationModel(E4Application.java:346)</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3043</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 20:07:22 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3043</guid>
		<description><![CDATA[Thanks Tom!  I&#039;m sorry - I&#039;m a bit of a git noob.  I see the branches now.  I guess what confused me was that there appears to be no source in master.  I&#039;ll be watching the blog for updates.  Thanks again.]]></description>
		<content:encoded><![CDATA[<p>Thanks Tom!  I&#8217;m sorry &#8211; I&#8217;m a bit of a git noob.  I see the branches now.  I guess what confused me was that there appears to be no source in master.  I&#8217;ll be watching the blog for updates.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schindl</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3041</link>
		<dc:creator><![CDATA[Tom Schindl]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 17:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3041</guid>
		<description><![CDATA[I started updating the stuff to 4.1 but didn&#039;t had time to finish it. The source is also in the git repo and found in various branches. I&#039;m going to take a look (maybe tonight) and publish a blog post when done. So if you simply subscribe to my blog you should get informed when I&#039;m done.]]></description>
		<content:encoded><![CDATA[<p>I started updating the stuff to 4.1 but didn&#8217;t had time to finish it. The source is also in the git repo and found in various branches. I&#8217;m going to take a look (maybe tonight) and publish a blog post when done. So if you simply subscribe to my blog you should get informed when I&#8217;m done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-3040</link>
		<dc:creator><![CDATA[Ben]]></dc:creator>
		<pubDate>Tue, 26 Jul 2011 15:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-3040</guid>
		<description><![CDATA[First of all, thanks for the tutorial - it&#039;s a nice way to learn about E4.  However, I have run across a number of issues as I try to go through the tutorial.  For example:

* Some of the examples do not seem to run on Eclipse 4.1.  For example, opening the preference dialog bombs in 4.1 with java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.getShellContext(ShellActivationListener.java:193).  Note: I ran the code directly from chapter8.zip to make sure this wasn&#039;t due to my own mistake.  This code works in Eclipse 4.0 however.  

* Running the code from contributions.zip in Eclipse 4.1 results in org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature &#039;bindingContextId&#039; not found.  Trying Eclipse 4.0 yields java.lang.ClassNotFoundException: org.eclipse.e4.core.commands.CommandServiceAddon and others.

* The document suggests all the source code is available from the git repository, but it looks to me like the git repository only contains the document - not the source.  I was hoping to gain a little more insight about the differences between 4.0 and 4.1 via the history in git.]]></description>
		<content:encoded><![CDATA[<p>First of all, thanks for the tutorial &#8211; it&#8217;s a nice way to learn about E4.  However, I have run across a number of issues as I try to go through the tutorial.  For example:</p>
<p>* Some of the examples do not seem to run on Eclipse 4.1.  For example, opening the preference dialog bombs in 4.1 with java.lang.NullPointerException at org.eclipse.e4.ui.internal.workbench.swt.ShellActivationListener.getShellContext(ShellActivationListener.java:193).  Note: I ran the code directly from chapter8.zip to make sure this wasn&#8217;t due to my own mistake.  This code works in Eclipse 4.0 however.  </p>
<p>* Running the code from contributions.zip in Eclipse 4.1 results in org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature &#8216;bindingContextId&#8217; not found.  Trying Eclipse 4.0 yields java.lang.ClassNotFoundException: org.eclipse.e4.core.commands.CommandServiceAddon and others.</p>
<p>* The document suggests all the source code is available from the git repository, but it looks to me like the git repository only contains the document &#8211; not the source.  I was hoping to gain a little more insight about the differences between 4.0 and 4.1 via the history in git.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holger Sachse</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-2797</link>
		<dc:creator><![CDATA[Holger Sachse]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 20:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-2797</guid>
		<description><![CDATA[Done with Bug 337890.

Holger]]></description>
		<content:encoded><![CDATA[<p>Done with Bug 337890.</p>
<p>Holger</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Schindl</title>
		<link>http://tomsondev.bestsolution.at/2010/07/28/eclipse-4-0-and-tutorial-on-writing-e4-rcp-application-released/#comment-2796</link>
		<dc:creator><![CDATA[Tom Schindl]]></dc:creator>
		<pubDate>Tue, 22 Feb 2011 18:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://tomsondev.bestsolution.at/?p=1763#comment-2796</guid>
		<description><![CDATA[Can please file a bug. There is the possibility of a regression in the rendering stuff and or I&#039;m simply creating invalid things. Please cc me on the bug]]></description>
		<content:encoded><![CDATA[<p>Can please file a bug. There is the possibility of a regression in the rendering stuff and or I&#8217;m simply creating invalid things. Please cc me on the bug</p>
]]></content:encoded>
	</item>
</channel>
</rss>

