<?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: When JBoss Seam Fails</title>
	<atom:link href="http://zef.me/2333/when-jboss-seam-fails/feed" rel="self" type="application/rss+xml" />
	<link>http://zef.me/2333/when-jboss-seam-fails</link>
	<description>Technology, Me, You.</description>
	<lastBuildDate>Tue, 09 Mar 2010 13:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: vitamin k</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3555</link>
		<dc:creator>vitamin k</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3555</guid>
		<description>&lt;p&gt;Modern web applications are built using a number of domain-specific languages that interact with Java in various ways – JSF, regular expressions, SQL or HQL and various sorts of XML configuration files. Once Java start interacting with other languages, things start going wrong and static typing is no longer helpful.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Modern web applications are built using a number of domain-specific languages that interact with Java in various ways – JSF, regular expressions, SQL or HQL and various sorts of XML configuration files. Once Java start interacting with other languages, things start going wrong and static typing is no longer helpful.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3500</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 17 Nov 2009 17:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3500</guid>
		<description>&lt;p&gt;As we see, all of these problem can or could be adressed.&lt;br&gt;&lt;br&gt;It is possible to make/include validator in the build prcess and simply make the build fail if there is an error.&lt;br&gt;&lt;br&gt;JSP and alike should not permit &quot;script like&quot; syntax, but only clean and statically typed code. It could be even included in the design.&lt;br&gt;&lt;br&gt;I prefer to use a full object framework like GWT or Zk that permit to have static checks for many more part of my code that frameworks based on templates and script. In the long run it save a lot of time.&lt;br&gt;&lt;br&gt;Oh and it not only static compiled programs give to you, but a much more common mistake : you misspelled your identifier. (And this in dynamic languages or scripts like JSP, it doesn&#039;t work).&lt;br&gt;&lt;br&gt;Another good thing with IDE this time, is that they can give you all methods, valids identifiers and all with their type anywere you need it and instantly. IDE doesn&#039;t just detect error, they help you write a correct code in the first place.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As we see, all of these problem can or could be adressed.<br /><br />It is possible to make/include validator in the build prcess and simply make the build fail if there is an error.<br /><br />JSP and alike should not permit &#8220;script like&#8221; syntax, but only clean and statically typed code. It could be even included in the design.<br /><br />I prefer to use a full object framework like GWT or Zk that permit to have static checks for many more part of my code that frameworks based on templates and script. In the long run it save a lot of time.<br /><br />Oh and it not only static compiled programs give to you, but a much more common mistake : you misspelled your identifier. (And this in dynamic languages or scripts like JSP, it doesn&#39;t work).<br /><br />Another good thing with IDE this time, is that they can give you all methods, valids identifiers and all with their type anywere you need it and instantly. IDE doesn&#39;t just detect error, they help you write a correct code in the first place.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3486</link>
		<dc:creator>Nicolas</dc:creator>
		<pubDate>Tue, 17 Nov 2009 16:12:55 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3486</guid>
		<description>&lt;p&gt;As we see, all of these problem can or could be adressed.&lt;br&gt;&lt;br&gt;It is possible to make/include validator in the build prcess and simply make the build fail if there is an error.&lt;br&gt;&lt;br&gt;JSP and alike should not permit &quot;script like&quot; syntax, but only clean and statically typed code. It could be even included in the design.&lt;br&gt;&lt;br&gt;I prefer to use a full object framework like GWT or Zk that permit to have static checks for many more part of my code that frameworks based on templates and script. In the long run it save a lot of time.&lt;br&gt;&lt;br&gt;Oh and it not only static compiled programs give to you, but a much more common mistake : you misspelled your identifier. (And this in dynamic languages or scripts like JSP, it doesn&#039;t work).&lt;br&gt;&lt;br&gt;Another good thing with IDE this time, is that they can give you all methods, valids identifiers and all with their type anywere you need it and instantly. IDE doesn&#039;t just detect error, they help you write a correct code in the first place.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As we see, all of these problem can or could be adressed.<br /><br />It is possible to make/include validator in the build prcess and simply make the build fail if there is an error.<br /><br />JSP and alike should not permit &#8220;script like&#8221; syntax, but only clean and statically typed code. It could be even included in the design.<br /><br />I prefer to use a full object framework like GWT or Zk that permit to have static checks for many more part of my code that frameworks based on templates and script. In the long run it save a lot of time.<br /><br />Oh and it not only static compiled programs give to you, but a much more common mistake : you misspelled your identifier. (And this in dynamic languages or scripts like JSP, it doesn&#39;t work).<br /><br />Another good thing with IDE this time, is that they can give you all methods, valids identifiers and all with their type anywere you need it and instantly. IDE doesn&#39;t just detect error, they help you write a correct code in the first place.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: philip andrew</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3480</link>
		<dc:creator>philip andrew</dc:creator>
		<pubDate>Tue, 17 Nov 2009 07:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3480</guid>
		<description>&lt;p&gt;If you use IntelliJ Idea it picks up all these errors in the IDE and highlights them in RED.&lt;br&gt;I&#039;m not advertising their product, just state a fact.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you use IntelliJ Idea it picks up all these errors in the IDE and highlights them in RED.<br />I&#39;m not advertising their product, just state a fact.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ashitkin Alexander</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3467</link>
		<dc:creator>Ashitkin Alexander</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:46:11 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3467</guid>
		<description>&lt;p&gt;for me it&#039;s a regular  article for the subject &#039;man with axis can break it all&#039;. IDEA has amazing seam support, so if you miss something - visit your oculist as the first step to an error free application.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>for me it&#39;s a regular  article for the subject &#39;man with axis can break it all&#39;. IDEA has amazing seam support, so if you miss something &#8211; visit your oculist as the first step to an error free application.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: kk</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3466</link>
		<dc:creator>kk</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:40:46 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3466</guid>
		<description>&lt;p&gt;Mistake #4: JPA &lt;em&gt;named&lt;/em&gt; queries are validated when deploying, not at runtime.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Mistake #4: JPA <em>named</em> queries are validated when deploying, not at runtime.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Drees</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3446</link>
		<dc:creator>Matt Drees</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3446</guid>
		<description>&lt;p&gt;&quot;we consider badly reported errors as a real bug&quot;&lt;br&gt;&lt;br&gt;I love that mentality.  I wish more projects had it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>&#8220;we consider badly reported errors as a real bug&#8221;<br /><br />I love that mentality.  I wish more projects had it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Luxspes</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3445</link>
		<dc:creator>Luxspes</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3445</guid>
		<description>&lt;p&gt;How about a an article with the title: When JSR standards fail? &lt;br&gt;&lt;a href=&quot;http://luxspes.blogspot.com/2009/11/jpa-myth-eclipselink-and-hibernate-are.html&quot; rel=&quot;nofollow&quot;&gt;http://luxspes.blogspot.com/2009/11/jpa-myth-ec...&lt;/a&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>How about a an article with the title: When JSR standards fail? <br /><a href="http://luxspes.blogspot.com/2009/11/jpa-myth-eclipselink-and-hibernate-are.html" rel="nofollow"></a><a href="http://luxspes.blogspot.com/2009/11/jpa-myth-ec.." rel="nofollow">http://luxspes.blogspot.com/2009/11/jpa-myth-ec..</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: sannegrinovero</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3444</link>
		<dc:creator>sannegrinovero</dc:creator>
		<pubDate>Fri, 13 Nov 2009 18:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3444</guid>
		<description>&lt;p&gt;Hi, nice post.&lt;br&gt;You forgot a point: the names of injected components. An important issue, especially as the solution in Weld/Seam3 is so cool.&lt;br&gt;Also consider that using JBoss Tools you&#039;re pretty much covered: you can even refactor method names it will find and update the references in facelets. As mentioned above, IDEA also helps; noone is using Vim or notepad with Seam I guess.&lt;br&gt;About the Pattern problem, could it be considered a Java language limitation?&lt;br&gt;Everybody writing a regex should have some unit tests convering them, so you&#039;re sure they will at the very least compile.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, nice post.<br />You forgot a point: the names of injected components. An important issue, especially as the solution in Weld/Seam3 is so cool.<br />Also consider that using JBoss Tools you&#39;re pretty much covered: you can even refactor method names it will find and update the references in facelets. As mentioned above, IDEA also helps; noone is using Vim or notepad with Seam I guess.<br />About the Pattern problem, could it be considered a Java language limitation?<br />Everybody writing a regex should have some unit tests convering them, so you&#39;re sure they will at the very least compile.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Muir</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3441</link>
		<dc:creator>Pete Muir</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:22:02 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3441</guid>
		<description>&lt;p&gt;Couldn&#039;t agree more :-)&lt;br&gt;&lt;br&gt;Better error reporting is something we are working hard on for Weld/Seam 3.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Couldn&#39;t agree more :-)<br /><br />Better error reporting is something we are working hard on for Weld/Seam 3.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3439</link>
		<dc:creator>Guillaume</dc:creator>
		<pubDate>Fri, 13 Nov 2009 17:10:57 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3439</guid>
		<description>&lt;p&gt;@zef, your tests are very interesting. As a lot of people say, playframework try to be very good at this particular point. But there is no magic. We have to manage each problem specifically, trying to find the most interesting underlying exception for each particular error. &lt;br&gt;&lt;br&gt;I would love to see a &#039;When Play framework Fails&#039; post. I hope better results. But as I said there is still no magic in play. You will surely find badly reported errors in you try hard enough. &lt;br&gt;&lt;br&gt;However I think that the difference with most projects is that we consider badly reported errors as a real bug.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@zef, your tests are very interesting. As a lot of people say, playframework try to be very good at this particular point. But there is no magic. We have to manage each problem specifically, trying to find the most interesting underlying exception for each particular error. <br /><br />I would love to see a &#39;When Play framework Fails&#39; post. I hope better results. But as I said there is still no magic in play. You will surely find badly reported errors in you try hard enough. <br /><br />However I think that the difference with most projects is that we consider badly reported errors as a real bug.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Groth</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3438</link>
		<dc:creator>Jan Groth</dc:creator>
		<pubDate>Fri, 13 Nov 2009 14:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3438</guid>
		<description>&lt;p&gt;@Stephen - just to mention the obvious: if you rely on IDE-highlighting, and overlook just a little yellow dotted line or so (-&gt; BTW, I&#039;m colorblind... )  the next level of quality assurance can be your customer calling...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Stephen &#8211; just to mention the obvious: if you rely on IDE-highlighting, and overlook just a little yellow dotted line or so (-&gt; BTW, I&#39;m colorblind&#8230; )  the next level of quality assurance can be your customer calling&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Friedrich</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3437</link>
		<dc:creator>Stephen Friedrich</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3437</guid>
		<description>&lt;p&gt;I agree with all your points.  For me the conclusion however is to use a smart IDE.&lt;br&gt;IntelliJ IDEA prevents all these mistakes by giving live warnings while coding:&lt;br&gt;#1: EL expressions are validated against the java beans.&lt;br&gt;#2: Page references in pages.xml are validated.&lt;br&gt;#3: Regular expression syntax is also checked while typing&lt;br&gt;#4: HQL queries in strings are fully supported including validation and code completion (in latest builds even with nested EL expressions like #{user.username})&lt;br&gt;&lt;br&gt;IMHO there still is a fundamental difference in between these kind of languages (EL, HQL, RegExp) and dynamically types languages like Ruby.&lt;br&gt;For the first kind of languages it is at least theoretically possible to do strict static type checks. It is more an issue with language tools.&lt;br&gt;In Ruby all static checks have to be best guesses (correct me if I&#039;m wrong).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree with all your points.  For me the conclusion however is to use a smart IDE.<br />IntelliJ IDEA prevents all these mistakes by giving live warnings while coding:<br />#1: EL expressions are validated against the java beans.<br />#2: Page references in pages.xml are validated.<br />#3: Regular expression syntax is also checked while typing<br />#4: HQL queries in strings are fully supported including validation and code completion (in latest builds even with nested EL expressions like #{user.username})<br /><br />IMHO there still is a fundamental difference in between these kind of languages (EL, HQL, RegExp) and dynamically types languages like Ruby.<br />For the first kind of languages it is at least theoretically possible to do strict static type checks. It is more an issue with language tools.<br />In Ruby all static checks have to be best guesses (correct me if I&#39;m wrong).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Friedrich</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3436</link>
		<dc:creator>Stephen Friedrich</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:37:59 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3436</guid>
		<description>&lt;p&gt;I agree with all your points.  For me the conclusion however is to use a smart IDE.&lt;br&gt;IntelliJ IDEA prevents all these mistakes by giving live warnings while coding:&lt;br&gt;#1: EL expressions are validated against the java beans.&lt;br&gt;#2: Page references in pages.xml are validated.&lt;br&gt;#3: Regular expression syntax is also checked while typing&lt;br&gt;#4: HQL queries in strings are fully supported including validation and code completion (in latest builds even with nested EL expressions like #{user.username})&lt;br&gt;&lt;br&gt;IMHO there still is a fundamental difference in between these kind of languages (EL, HQL, RegExp) and dynamically types languages like Ruby.&lt;br&gt;For the first kind of languages it is at least theoretically possible to do strict static type checks. It is more an issue with language tools.&lt;br&gt;In Ruby all static checks have to be best guesses (correct me if I&#039;m wrong).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I agree with all your points.  For me the conclusion however is to use a smart IDE.<br />IntelliJ IDEA prevents all these mistakes by giving live warnings while coding:<br />#1: EL expressions are validated against the java beans.<br />#2: Page references in pages.xml are validated.<br />#3: Regular expression syntax is also checked while typing<br />#4: HQL queries in strings are fully supported including validation and code completion (in latest builds even with nested EL expressions like #{user.username})<br /><br />IMHO there still is a fundamental difference in between these kind of languages (EL, HQL, RegExp) and dynamically types languages like Ruby.<br />For the first kind of languages it is at least theoretically possible to do strict static type checks. It is more an issue with language tools.<br />In Ruby all static checks have to be best guesses (correct me if I&#39;m wrong).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3435</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3435</guid>
		<description>&lt;p&gt;As Emmanuel mentioned, some of these kinds of errors are actually detectable using our eclipse toolset, and we are definitely getting even better with JPA2 and CDI. (Typesafety was a major goal.)&lt;br&gt;&lt;br&gt;But I agree with your broader point that things start to go bad once you leave Java.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As Emmanuel mentioned, some of these kinds of errors are actually detectable using our eclipse toolset, and we are definitely getting even better with JPA2 and CDI. (Typesafety was a major goal.)<br /><br />But I agree with your broader point that things start to go bad once you leave Java.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3434</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:11:20 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3434</guid>
		<description>&lt;p&gt;As Emmanuel mentioned, some of these kinds of errors are actually detectable using our eclipse toolset, and we are definitely getting even better with JPA2 and CDI. (Typesafety was a major goal.)&lt;br&gt;&lt;br&gt;But I agree with your broader point that things start to go bad once you leave Java.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As Emmanuel mentioned, some of these kinds of errors are actually detectable using our eclipse toolset, and we are definitely getting even better with JPA2 and CDI. (Typesafety was a major goal.)<br /><br />But I agree with your broader point that things start to go bad once you leave Java.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Bernard</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3433</link>
		<dc:creator>Emmanuel Bernard</dc:creator>
		<pubDate>Fri, 13 Nov 2009 13:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3433</guid>
		<description>&lt;p&gt;Interesting feedback,&lt;br&gt;JPA 2 will bring a solution to Mistake #4 via the Criteria API&lt;br&gt;and I think I have a solution for Mistake #3 for Hibernate Validator 4 ( &lt;a href=&quot;http://opensource.atlassian.com/projects/hibernate/browse/HV-270&quot; rel=&quot;nofollow&quot;&gt;http://opensource.atlassian.com/projects/hibern...&lt;/a&gt; ): a compile time we will detect these type of errors&lt;br&gt;&lt;br&gt;We are making progress. The idea is to represent more in Java and less in String, a move we have started a few years ago. It takes time though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Interesting feedback,<br />JPA 2 will bring a solution to Mistake #4 via the Criteria API<br />and I think I have a solution for Mistake #3 for Hibernate Validator 4 ( <a href="http://opensource.atlassian.com/projects/hibernate/browse/HV-270" rel="nofollow"></a><a href="http://opensource.atlassian.com/projects/hibern.." rel="nofollow">http://opensource.atlassian.com/projects/hibern..</a>. ): a compile time we will detect these type of errors<br /><br />We are making progress. The idea is to represent more in Java and less in String, a move we have started a few years ago. It takes time though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: When Scala DSLs Fail &#171; I am Zef</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3440</link>
		<dc:creator>When Scala DSLs Fail &#171; I am Zef</dc:creator>
		<pubDate>Fri, 13 Nov 2009 12:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3440</guid>
		<description>&lt;p&gt;[...] Lift, more configuration is done in Scala code rather than in XML files like in a framework like Seam. Consequently, simple typing mistakes are typically caught by the compiler. One area where mistakes [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Lift, more configuration is done in Scala code rather than in XML files like in a framework like Seam. Consequently, simple typing mistakes are typically caught by the compiler. One area where mistakes [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MAG</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3420</link>
		<dc:creator>MAG</dc:creator>
		<pubDate>Thu, 12 Nov 2009 20:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3420</guid>
		<description>&lt;p&gt;As far as I remember JBoss Tools for Eclipse does highlight error #1.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>As far as I remember JBoss Tools for Eclipse does highlight error #1.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Zef Hemel</title>
		<link>http://zef.me/2333/when-jboss-seam-fails/comment-page-1#comment-3416</link>
		<dc:creator>Zef Hemel</dc:creator>
		<pubDate>Thu, 12 Nov 2009 19:39:30 +0000</pubDate>
		<guid isPermaLink="false">http://zef.me/?p=2333#comment-3416</guid>
		<description>&lt;p&gt;This is all just a long analysis section of an upcoming paper we&#039;re writing. And yes, there will be a solution in the end ;)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is all just a long analysis section of an upcoming paper we&#39;re writing. And yes, there will be a solution in the end ;)</p>]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->