<?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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Techieexchange's Techblog</title>
	<atom:link href="http://techieexchange.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://techieexchange.wordpress.com</link>
	<description>Technical discussion and tutorial contribution related to J2EE, JEE, Jboss Seam, JSF, Eclipse, Spring, Hibernate, RichFaces, AJAX, Google GWT, Web Application frameworks etc.,</description>
	<lastBuildDate>Fri, 07 Aug 2009 10:06:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to make JBoss Seam work with Eclipse (for Windows) by Shailesh Agarwal</title>
		<link>http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-121</link>
		<dc:creator>Shailesh Agarwal</dc:creator>
		<pubDate>Fri, 07 Aug 2009 10:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=55#comment-121</guid>
		<description>Thanks buddy for such a great tutorial.</description>
		<content:encoded><![CDATA[<p>Thanks buddy for such a great tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make JBoss Seam work with Eclipse (for Windows) by LuisH</title>
		<link>http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-120</link>
		<dc:creator>LuisH</dc:creator>
		<pubDate>Wed, 22 Jul 2009 05:05:18 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=55#comment-120</guid>
		<description>I think that people who is trying SEAM must have an idea about jboss development studio.

I want to know what do you think about this product, and if you think it is rigth to be used for development of commercial applications.

can anybody let me know your thoughts ?</description>
		<content:encoded><![CDATA[<p>I think that people who is trying SEAM must have an idea about jboss development studio.</p>
<p>I want to know what do you think about this product, and if you think it is rigth to be used for development of commercial applications.</p>
<p>can anybody let me know your thoughts ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD: Seam development with Eclipse and Tomcat Step-by-Step-Tutorial Screencast by John</title>
		<link>http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/#comment-119</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sun, 05 Jul 2009 20:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/#comment-119</guid>
		<description>Hi, I´ve run the app in tomcat 6 successfully, but when I try to run the test-examples, I got this kind of exception:

java.lang.NullPointerException
	at java.lang.String.startsWith(String.java:1252)
	at java.lang.String.startsWith(String.java:1281)
	at org.ajax4jsf.webapp.WebXml.getFacesResourceKey(WebXml.java:189)
	at org.ajax4jsf.webapp.WebXml.getFacesResourceKey(WebXml.java:222)
	at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:139)
	at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:500)
	at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
	at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
	at org.jboss.seam.mock.AbstractSeamTest$Request.run(AbstractSeamTest.java:491)
	at org.jboss.seam.example.jpa.test.LoginTest.testLogin(LoginTest.java:52)

Note that link

http://www.seamframework.org/Community/TestNGOfSeamEmailFails

I´m not the only one... Something I missed? I didn´t any modifications... (sorry about my english)</description>
		<content:encoded><![CDATA[<p>Hi, I´ve run the app in tomcat 6 successfully, but when I try to run the test-examples, I got this kind of exception:</p>
<p>java.lang.NullPointerException<br />
	at java.lang.String.startsWith(String.java:1252)<br />
	at java.lang.String.startsWith(String.java:1281)<br />
	at org.ajax4jsf.webapp.WebXml.getFacesResourceKey(WebXml.java:189)<br />
	at org.ajax4jsf.webapp.WebXml.getFacesResourceKey(WebXml.java:222)<br />
	at org.ajax4jsf.resource.InternetResourceService.serviceResource(InternetResourceService.java:139)<br />
	at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:500)<br />
	at org.jboss.seam.web.Ajax4jsfFilter.doFilter(Ajax4jsfFilter.java:56)<br />
	at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)<br />
	at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)<br />
	at org.jboss.seam.mock.AbstractSeamTest$Request.run(AbstractSeamTest.java:491)<br />
	at org.jboss.seam.example.jpa.test.LoginTest.testLogin(LoginTest.java:52)</p>
<p>Note that link</p>
<p><a href="http://www.seamframework.org/Community/TestNGOfSeamEmailFails" rel="nofollow">http://www.seamframework.org/Community/TestNGOfSeamEmailFails</a></p>
<p>I´m not the only one&#8230; Something I missed? I didn´t any modifications&#8230; (sorry about my english)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF Session Expired Timeout Solution by Shanth</title>
		<link>http://techieexchange.wordpress.com/2008/02/21/jsf-session-expired-timeout-solution/#comment-118</link>
		<dc:creator>Shanth</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=79#comment-118</guid>
		<description>Nice solution, but how to use the resource bundle inside the SessionTimeoutFilter

I am having  in login page

and adding error message as follows in the backing bean.
------------------------------------------------------------------------------------
FacesContext facesContext = FacesContext.getCurrentInstance();
		FacesMessage message = new FacesMessage(severity, summary, detail);
		facesContext.addMessage(clientId, message);
------------------------------------------------------------------------------------

The error is NullPointerException, while adding messages.</description>
		<content:encoded><![CDATA[<p>Nice solution, but how to use the resource bundle inside the SessionTimeoutFilter</p>
<p>I am having  in login page</p>
<p>and adding error message as follows in the backing bean.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
FacesContext facesContext = FacesContext.getCurrentInstance();<br />
		FacesMessage message = new FacesMessage(severity, summary, detail);<br />
		facesContext.addMessage(clientId, message);<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>The error is NullPointerException, while adding messages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make JBoss Seam work with Eclipse (for Windows) by murali</title>
		<link>http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-117</link>
		<dc:creator>murali</dc:creator>
		<pubDate>Tue, 23 Jun 2009 22:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=55#comment-117</guid>
		<description>thanks. good start for seam novice</description>
		<content:encoded><![CDATA[<p>thanks. good start for seam novice</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RAD: Seam development with Eclipse and Tomcat Step-by-Step-Tutorial Screencast by Khoa Hoang</title>
		<link>http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/#comment-116</link>
		<dc:creator>Khoa Hoang</dc:creator>
		<pubDate>Wed, 17 Jun 2009 03:38:38 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast/#comment-116</guid>
		<description>Hi !! Thanks for your share, it&#039;s very useful. But, i have a question for you. This tutorial guide me how to run an project with Tomcat, but how can i create new projects use JBossSeam ?</description>
		<content:encoded><![CDATA[<p>Hi !! Thanks for your share, it&#8217;s very useful. But, i have a question for you. This tutorial guide me how to run an project with Tomcat, but how can i create new projects use JBossSeam ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make JBoss Seam work with Eclipse (for Windows) by Asim Mirza</title>
		<link>http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-115</link>
		<dc:creator>Asim Mirza</dc:creator>
		<pubDate>Sun, 14 Jun 2009 07:38:35 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=55#comment-115</guid>
		<description>Thanks a lot for publishing such a helpful and practical tutorial.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for publishing such a helpful and practical tutorial.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make JBoss Seam work with Eclipse (for Windows) by Brian Abston</title>
		<link>http://techieexchange.wordpress.com/2008/02/01/how-to-make-jboss-seam-work-with-eclipse-for-windows/#comment-114</link>
		<dc:creator>Brian Abston</dc:creator>
		<pubDate>Tue, 02 Jun 2009 14:32:12 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=55#comment-114</guid>
		<description>Nice Tutorial.  A couple of things.

1) Why are you using an EAR? You should use a WAR unless your project is using EJBs.

2) In you build.xml the default target is &quot;deploy&quot; which packages the WAR and copies it. If you change it to &quot;explode&quot; it will only copy the files that have changed. This will also eliminate the copy errors you are getting. It is suggested to use explode during development.


</description>
		<content:encoded><![CDATA[<p>Nice Tutorial.  A couple of things.</p>
<p>1) Why are you using an EAR? You should use a WAR unless your project is using EJBs.</p>
<p>2) In you build.xml the default target is &#8220;deploy&#8221; which packages the WAR and copies it. If you change it to &#8220;explode&#8221; it will only copy the files that have changed. This will also eliminate the copy errors you are getting. It is suggested to use explode during development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF Session Expired Timeout Solution by Gopi</title>
		<link>http://techieexchange.wordpress.com/2008/02/21/jsf-session-expired-timeout-solution/#comment-113</link>
		<dc:creator>Gopi</dc:creator>
		<pubDate>Thu, 28 May 2009 21:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=79#comment-113</guid>
		<description>I am using Struts and I see the control going in to init() method of Filter but it never got in to doFilter() method. Can someone help me?</description>
		<content:encoded><![CDATA[<p>I am using Struts and I see the control going in to init() method of Filter but it never got in to doFilter() method. Can someone help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on JSF Session Expired Timeout Solution by Gopi</title>
		<link>http://techieexchange.wordpress.com/2008/02/21/jsf-session-expired-timeout-solution/#comment-112</link>
		<dc:creator>Gopi</dc:creator>
		<pubDate>Thu, 28 May 2009 21:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://techieexchange.wordpress.com/?p=79#comment-112</guid>
		<description>For some reason, I don&#039;t see control going in to Filter any time even after giving a URL pattern of *.*

Is there any thing I am missing?</description>
		<content:encoded><![CDATA[<p>For some reason, I don&#8217;t see control going in to Filter any time even after giving a URL pattern of *.*</p>
<p>Is there any thing I am missing?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
