<?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: Seam book examples updated to JBoss AS 4.2.0 GA</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/</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:27:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Vitaly Yurik</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-49713</link>
		<dc:creator>Vitaly Yurik</dc:creator>
		<pubDate>Fri, 25 Jan 2008 16:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-49713</guid>
		<description>I solved the problem.</description>
		<content:encoded><![CDATA[<p>I solved the problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geeta</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-48830</link>
		<dc:creator>Geeta</dc:creator>
		<pubDate>Fri, 18 Jan 2008 16:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-48830</guid>
		<description>Hi Michael
   You said for for non-JBoss examples, please see the “jpa” and “jee5″ examples in Seam distribution.  I am trying to run "tomcatjpa" example from seam book on tomcat and I am getting
Error configuring application listener of class com.sun.faces.config.ConfigureListener
java.lang.NoClassDefFoundError: javax/el/CompositeELResolver

I have succesfully run  "tomcatjpa" with old seam book distribution ( before you updated to 2.0.0).

I followed all steps in your book to run "tomcatjpa" application. Are there any changes in steps for seam 2.0.0?


Geeta</description>
		<content:encoded><![CDATA[<p>Hi Michael<br />
   You said for for non-JBoss examples, please see the “jpa” and “jee5″ examples in Seam distribution.  I am trying to run &#8220;tomcatjpa&#8221; example from seam book on tomcat and I am getting<br />
Error configuring application listener of class com.sun.faces.config.ConfigureListener<br />
java.lang.NoClassDefFoundError: javax/el/CompositeELResolver</p>
<p>I have succesfully run  &#8220;tomcatjpa&#8221; with old seam book distribution ( before you updated to 2.0.0).</p>
<p>I followed all steps in your book to run &#8220;tomcatjpa&#8221; application. Are there any changes in steps for seam 2.0.0?</p>
<p>Geeta</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vitaly Yurik</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-48753</link>
		<dc:creator>Vitaly Yurik</dc:creator>
		<pubDate>Thu, 17 Jan 2008 15:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-48753</guid>
		<description>Hi Michael,
I've built helloworld.ear as described in 
chapter 2. I am using JBoss 4.2.1.GA, jboss-seam-2.0.0.GA, JDK 1.6.0_03.
At JBoss deployment time I have the following exceptions:
10:23:30,068 WARN  [ServiceController] Problem starting service jboss.web.deploy
ment:war=app.war,id=1562089102
org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.2.1.GA/server/def
ault/tmp/deploy/tmp55842helloworld.ear-contents/app-exp.war/ deployment failed
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(Tom
catDeployer.java:379)
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeplo
yer.java:104)
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
-------------------------

Any idea what's going on and how to fix the problem.
Regards,
Vitaly</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
I&#8217;ve built helloworld.ear as described in<br />
chapter 2. I am using JBoss 4.2.1.GA, jboss-seam-2.0.0.GA, JDK 1.6.0_03.<br />
At JBoss deployment time I have the following exceptions:<br />
10:23:30,068 WARN  [ServiceController] Problem starting service jboss.web.deploy<br />
ment:war=app.war,id=1562089102<br />
org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.2.1.GA/server/def<br />
ault/tmp/deploy/tmp55842helloworld.ear-contents/app-exp.war/ deployment failed<br />
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(Tom<br />
catDeployer.java:379)<br />
        at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeplo<br />
yer.java:104)<br />
        at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Any idea what&#8217;s going on and how to fix the problem.<br />
Regards,<br />
Vitaly</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-45305</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 14 Dec 2007 13:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-45305</guid>
		<description>hi i get:

java.lang.NoClassDefFoundError: javax/el/ELResolver

if i remove the el-ri-jboss-seam-1.2.1.GA.jar, i get more error about el...

and ELResolver is included in this packages</description>
		<content:encoded><![CDATA[<p>hi i get:</p>
<p>java.lang.NoClassDefFoundError: javax/el/ELResolver</p>
<p>if i remove the el-ri-jboss-seam-1.2.1.GA.jar, i get more error about el&#8230;</p>
<p>and ELResolver is included in this packages</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: farouk</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-37354</link>
		<dc:creator>farouk</dc:creator>
		<pubDate>Mon, 15 Oct 2007 19:56:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-37354</guid>
		<description>HI Micheal yuan

I have read almost all the chapters in your boook. Real cool stuff...no junk

I'm new to J2EE but want to start with the currrent technologies. Well i want to also do real time developments. I've been trying for a month to develop a crud example with RHDS. its always given me a problem. I've managed to get around all the obstacles except one that says FaroukOnline not bound...well i dont kno want that means....and nothing i've done has worked.

So i stoped using that ide.
I have developed an enterprise application with EJB3 and JSF without seam in netbeans 6. done all the redundant coding since Seam made it all easy. I want to deploy on JBoss 4.2.1 that ejb deploys but the client doesnt...i get error 404 but the war is in the deploy folder

please help me

and how can i use seam in netbeans 6 since there is no update center option in the tools drop down</description>
		<content:encoded><![CDATA[<p>HI Micheal yuan</p>
<p>I have read almost all the chapters in your boook. Real cool stuff&#8230;no junk</p>
<p>I&#8217;m new to J2EE but want to start with the currrent technologies. Well i want to also do real time developments. I&#8217;ve been trying for a month to develop a crud example with RHDS. its always given me a problem. I&#8217;ve managed to get around all the obstacles except one that says FaroukOnline not bound&#8230;well i dont kno want that means&#8230;.and nothing i&#8217;ve done has worked.</p>
<p>So i stoped using that ide.<br />
I have developed an enterprise application with EJB3 and JSF without seam in netbeans 6. done all the redundant coding since Seam made it all easy. I want to deploy on JBoss 4.2.1 that ejb deploys but the client doesnt&#8230;i get error 404 but the war is in the deploy folder</p>
<p>please help me</p>
<p>and how can i use seam in netbeans 6 since there is no update center option in the tools drop down</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-35720</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Tue, 02 Oct 2007 15:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-35720</guid>
		<description>For non-JBoss examples, please see the "jpa" and "jee5" examples in Seam distribution.

But the last time I tried WebLogic 10, it has some EJB3 issues. So, for now, you can only use JPA + Seam POJO in WebLogic 10.</description>
		<content:encoded><![CDATA[<p>For non-JBoss examples, please see the &#8220;jpa&#8221; and &#8220;jee5&#8243; examples in Seam distribution.</p>
<p>But the last time I tried WebLogic 10, it has some EJB3 issues. So, for now, you can only use JPA + Seam POJO in WebLogic 10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wallya</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-35679</link>
		<dc:creator>wallya</dc:creator>
		<pubDate>Tue, 02 Oct 2007 07:33:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-35679</guid>
		<description>Hi Michael,

You have published a very good example's, which would make any one comfortable to start working with seams in jboss, but it would be good to have some working example which would work with weblogic 10 and any latest application server which supports jee5. 

By this I am sure that seam would be one of the favourite frame works of any j2ee developer in future.

As I still have lot of issue in deploying the seam sample application in weblogic 10 and which really stops me to use this frame work in our future development.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>You have published a very good example&#8217;s, which would make any one comfortable to start working with seams in jboss, but it would be good to have some working example which would work with weblogic 10 and any latest application server which supports jee5. </p>
<p>By this I am sure that seam would be one of the favourite frame works of any j2ee developer in future.</p>
<p>As I still have lot of issue in deploying the seam sample application in weblogic 10 and which really stops me to use this frame work in our future development.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chuaky</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-31241</link>
		<dc:creator>chuaky</dc:creator>
		<pubDate>Mon, 27 Aug 2007 10:50:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-31241</guid>
		<description>hi michael,

I was looking for the portal example in the "17 examples" but couldn't find one?   Do u have any example for the portal case?

Thanks.</description>
		<content:encoded><![CDATA[<p>hi michael,</p>
<p>I was looking for the portal example in the &#8220;17 examples&#8221; but couldn&#8217;t find one?   Do u have any example for the portal case?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elegando &#187; Blog Archive &#187; Seam on JBoss AS 4.2</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-30688</link>
		<dc:creator>Elegando &#187; Blog Archive &#187; Seam on JBoss AS 4.2</dc:creator>
		<pubDate>Thu, 23 Aug 2007 17:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-30688</guid>
		<description>[...] Luckily, those steps are chronicled here (by Michael Yuan) and here (by Nicolas Leroux). Oh, and Michael&#8217;s site has updated samples from his book. [...]</description>
		<content:encoded><![CDATA[<p>[...] Luckily, those steps are chronicled here (by Michael Yuan) and here (by Nicolas Leroux). Oh, and Michael&#8217;s site has updated samples from his book. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Valerie</title>
		<link>http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-30343</link>
		<dc:creator>Valerie</dc:creator>
		<pubDate>Wed, 22 Aug 2007 00:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/05/29/seam-book-examples-updated-to-jboss-as-420-ga/#comment-30343</guid>
		<description>I have not been able to get the seam jpa example working on websphere. [Tried Seam 2.0.0.BETA1 &#38; 1.2.1GA with both WAS xpress 6.1.1 &#38; WAS std 6.1.0.3...most success with WAS express &#38; 2.0.0BETA1]

It deploys but all actions fail.  Could it be related to: 
java.lang.ClassCastException: org.jboss.seam.persistence.EntityManagerFactory incompatible with javax.persistence.EntityManagerFactory

My understanding is that WAS does not support  EJB 3.0 without a beta feature pack.  Is this example using the embeddable EJB3.0?

Any pointers would be really appreciated.  (I'm new to seam &#38; WAS, so could easily be a config issue.) Thanks.</description>
		<content:encoded><![CDATA[<p>I have not been able to get the seam jpa example working on websphere. [Tried Seam 2.0.0.BETA1 &amp; 1.2.1GA with both WAS xpress 6.1.1 &amp; WAS std 6.1.0.3...most success with WAS express &amp; 2.0.0BETA1]</p>
<p>It deploys but all actions fail.  Could it be related to:<br />
java.lang.ClassCastException: org.jboss.seam.persistence.EntityManagerFactory incompatible with javax.persistence.EntityManagerFactory</p>
<p>My understanding is that WAS does not support  EJB 3.0 without a beta feature pack.  Is this example using the embeddable EJB3.0?</p>
<p>Any pointers would be really appreciated.  (I&#8217;m new to seam &amp; WAS, so could easily be a config issue.) Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
