<?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"
	>
<channel>
	<title>Comments on: Ajax4jsf 1.0.2 works out-of-the-box with Seam</title>
	<atom:link href="http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Tue, 06 Jan 2009 22:14:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Christoph</title>
		<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-51</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Sun, 15 Oct 2006 17:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-51</guid>
		<description>Hi again,

I was a little quick on my judgment. It seems JBoss Portal is involved, too.
What I've found out is that I don't get the exception if I don't start up the database configured for JBoss Portal. Still need help!

greets,
Christoph</description>
		<content:encoded><![CDATA[<p>Hi again,</p>
<p>I was a little quick on my judgment. It seems JBoss Portal is involved, too.<br />
What I&#8217;ve found out is that I don&#8217;t get the exception if I don&#8217;t start up the database configured for JBoss Portal. Still need help!</p>
<p>greets,<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-50</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Sun, 15 Oct 2006 17:26:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-50</guid>
		<description>Thanks for the update!</description>
		<content:encoded><![CDATA[<p>Thanks for the update!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-49</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Sun, 15 Oct 2006 12:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-49</guid>
		<description>Hi Michael,

thank you for your quick reply.
The problem was duplicate jar files.
I just removed them from the tomcat jsf-libs directory
and now it works!

Greets,
Christoph</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>thank you for your quick reply.<br />
The problem was duplicate jar files.<br />
I just removed them from the tomcat jsf-libs directory<br />
and now it works!</p>
<p>Greets,<br />
Christoph</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-43</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Thu, 12 Oct 2006 18:53:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-43</guid>
		<description>Christoph,

I will take a look but cannot promise anything. In the meanwhile, perhaps you can contact the author of this application: Todd Smart. His email address is in the JIRA issue you referenced.

cheers
Michael</description>
		<content:encoded><![CDATA[<p>Christoph,</p>
<p>I will take a look but cannot promise anything. In the meanwhile, perhaps you can contact the author of this application: Todd Smart. His email address is in the JIRA issue you referenced.</p>
<p>cheers<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-42</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Thu, 12 Oct 2006 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2006/10/05/ajax4jsf-102-works-out-of-the-box-with-seam/#comment-42</guid>
		<description>Hello,

I am quite interested in using seam together with ajax4jsf
but unfortunately i can't get it to work.
I tried to deploy the application referenced on
 
http://jira.jboss.org/jira/browse/JBSEAM-388

but this is the exception i get during deploy:

15:40:23,766 ERROR [[/jfash-booking-example]] Exception starting filter ajax4jsf
java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.
A typical config looks like this;

  org.apache.myfaces.webapp.StartupServletContextListener


	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90)
	at org.ajax4jsf.framework.resource.InternetResourceService.init(InternetResourceService.java:58)
	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.init(BaseFilter.java:121)
	[... ...]


I am sorry if this is the wrong place to ask this question but i have no idea how to register with jboss since I am a student and can not provide the information needed to fill out the registration form.

Regards,

Christoph</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I am quite interested in using seam together with ajax4jsf<br />
but unfortunately i can&#8217;t get it to work.<br />
I tried to deploy the application referenced on</p>
<p><a href="http://jira.jboss.org/jira/browse/JBSEAM-388" rel="nofollow">http://jira.jboss.org/jira/browse/JBSEAM-388</a></p>
<p>but this is the exception i get during deploy:</p>
<p>15:40:23,766 ERROR [[/jfash-booking-example]] Exception starting filter ajax4jsf<br />
java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all the necessary libs are included. Also check the logging output of your web application and your container for any exceptions!<br />
If you did that and find nothing, the mistake might be due to the fact that you use some special web-containers which do not support registering context-listeners via TLD files and a context listener is not setup in your web.xml.<br />
A typical config looks like this;</p>
<p>  org.apache.myfaces.webapp.StartupServletContextListener</p>
<p>	at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:90)<br />
	at org.ajax4jsf.framework.resource.InternetResourceService.init(InternetResourceService.java:58)<br />
	at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.init(BaseFilter.java:121)<br />
	[... ...]</p>
<p>I am sorry if this is the wrong place to ask this question but i have no idea how to register with jboss since I am a student and can not provide the information needed to fill out the registration form.</p>
<p>Regards,</p>
<p>Christoph</p>
]]></content:encoded>
	</item>
</channel>
</rss>
