<?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 2.0 and Tomcat</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Wed, 07 Jan 2009 04:38:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Xavier</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-57420</link>
		<dc:creator>Xavier</dc:creator>
		<pubDate>Sun, 23 Mar 2008 13:50:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-57420</guid>
		<description>Hi everybody,

did somebody try to integrate a webservice functionality to the jpa example. The basic idea is to have tomcat+seam/jpa+ws (cxf, ...).

Regards,
Xavier</description>
		<content:encoded><![CDATA[<p>Hi everybody,</p>
<p>did somebody try to integrate a webservice functionality to the jpa example. The basic idea is to have tomcat+seam/jpa+ws (cxf, &#8230;).</p>
<p>Regards,<br />
Xavier</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johann Geyer</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-56564</link>
		<dc:creator>Johann Geyer</dc:creator>
		<pubDate>Sun, 16 Mar 2008 15:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-56564</guid>
		<description>Hi Adrian!

You are right concerning der asm.jar.

With Seam2 it is not possible to deploy the microcontainer with the application war.

Regards,
Jo</description>
		<content:encoded><![CDATA[<p>Hi Adrian!</p>
<p>You are right concerning der asm.jar.</p>
<p>With Seam2 it is not possible to deploy the microcontainer with the application war.</p>
<p>Regards,<br />
Jo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adrian Florea</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-53232</link>
		<dc:creator>Adrian Florea</dc:creator>
		<pubDate>Thu, 21 Feb 2008 08:10:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-53232</guid>
		<description>Running the jpa example on Tomcat6 (maybe also Tomcat5) requires also to copy asm.jar in the server lib folder. Otherwise the example will not run because of a java.lang.NoClassDefFoundError: org/objectweb/asm/Type
exceprion.

Regards, 
Ady

BTW: Is there a way to run Seam2 (EJB3) application in Tomcat without the need to change/enhance the server installation. Can the EJB3 Micro container be manually installed along with the custom war file?</description>
		<content:encoded><![CDATA[<p>Running the jpa example on Tomcat6 (maybe also Tomcat5) requires also to copy asm.jar in the server lib folder. Otherwise the example will not run because of a java.lang.NoClassDefFoundError: org/objectweb/asm/Type<br />
exceprion.</p>
<p>Regards,<br />
Ady</p>
<p>BTW: Is there a way to run Seam2 (EJB3) application in Tomcat without the need to change/enhance the server installation. Can the EJB3 Micro container be manually installed along with the custom war file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Milan</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-42644</link>
		<dc:creator>Milan</dc:creator>
		<pubDate>Sat, 24 Nov 2007 00:58:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-42644</guid>
		<description>Hi you all,

I'm currently working on my graduate project 
(it's about SEAM, and various ways of deploying SEAM apps) 

The question that's been bothering me:

Can I have a EJB3 application packed as a WAR file instead of EAR, but working that way on JBoss AS?

I figured if you can have EJB3 WAR for tomcat why can't you have a similar thing for JBoss?

Thanks in advance,
Milan</description>
		<content:encoded><![CDATA[<p>Hi you all,</p>
<p>I&#8217;m currently working on my graduate project<br />
(it&#8217;s about SEAM, and various ways of deploying SEAM apps) </p>
<p>The question that&#8217;s been bothering me:</p>
<p>Can I have a EJB3 application packed as a WAR file instead of EAR, but working that way on JBoss AS?</p>
<p>I figured if you can have EJB3 WAR for tomcat why can&#8217;t you have a similar thing for JBoss?</p>
<p>Thanks in advance,<br />
Milan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Techieexchange</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-41711</link>
		<dc:creator>Techieexchange</dc:creator>
		<pubDate>Sun, 18 Nov 2007 11:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-41711</guid>
		<description>&lt;b&gt;Step-by-Step Tutorial: Seam2 (POJO+JPA)+Eclipse+Tomcat&lt;/b&gt;


I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focusing on developer productivity. 


&lt;a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast" rel="nofollow"&gt; http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast&lt;/a&gt;



 I hope this tutorial will be useful for J2EE/JEE developers.</description>
		<content:encoded><![CDATA[<p><b>Step-by-Step Tutorial: Seam2 (POJO+JPA)+Eclipse+Tomcat</b></p>
<p>I wrote a step-by-step screencast tutorial to make Seam development as RAD - Rapid Application Development with Eclipse and Tomcat, focusing on developer productivity. </p>
<p><a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast" rel="nofollow"> </a><a href="http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast" rel="nofollow">http://techieexchange.wordpress.com/2007/11/11/rad-seam-development-with-eclipse-and-tomcat-step-by-step-tutorial-screencast</a></p>
<p> I hope this tutorial will be useful for J2EE/JEE developers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40292</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Thu, 08 Nov 2007 18:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40292</guid>
		<description>Pablo,

I believe that you can run multiple Seam applications on the same tomcat instance -- at least with RESOURCE_LOCAL transactions. Please try it and let us know. :)

cheers
Michael</description>
		<content:encoded><![CDATA[<p>Pablo,</p>
<p>I believe that you can run multiple Seam applications on the same tomcat instance &#8212; at least with RESOURCE_LOCAL transactions. Please try it and let us know. <img src='http://www.michaelyuan.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>cheers<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40290</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Thu, 08 Nov 2007 18:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40290</guid>
		<description>Michel,
Thanks for your prompt response. I'm looking at running multiple seam apps in one embedded JBoss tomcat instance. However, I looked at this &lt;a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat" rel="nofollow"&gt;wiki page&lt;/a&gt; (the part where it says: "... Currently only one Seam application is supported per tomcat"). and this &lt;a href="http://www.jboss.com/index.html?module=bb&#38;op=viewtopic&#38;p=4065140#4065140" rel="nofollow"&gt; post&lt;/a&gt; on the embedded forum. Is this old documentation? (I hope it is so I can enjoy the new 301 features of seam 2) Maybe I'm missing something. I appreciate your help

Thanks
Pablo</description>
		<content:encoded><![CDATA[<p>Michel,<br />
Thanks for your prompt response. I&#8217;m looking at running multiple seam apps in one embedded JBoss tomcat instance. However, I looked at this <a href="http://wiki.jboss.org/wiki/Wiki.jsp?page=EmbeddedAndTomcat" rel="nofollow">wiki page</a> (the part where it says: &#8220;&#8230; Currently only one Seam application is supported per tomcat&#8221;). and this <a href="http://www.jboss.com/index.html?module=bb&amp;op=viewtopic&amp;p=4065140#4065140" rel="nofollow"> post</a> on the embedded forum. Is this old documentation? (I hope it is so I can enjoy the new 301 features of seam 2) Maybe I&#8217;m missing something. I appreciate your help</p>
<p>Thanks<br />
Pablo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40280</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Thu, 08 Nov 2007 16:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40280</guid>
		<description>Pablo,

As of Seam 2.0, we no longer require JBoss Embeddable to run Seam applications on Tomcat. You have to use JPA POJOs and the RESOURCE_LOCAL transaction to run Seam on plain Tomcat. Please see the examples/jpa example, and build for tomcat55 / tomcat6.

On the other hand, JBoss Embeddable is installed as a shared library on Tomcat. It does not prevent you from deploying multiple Seam apps on the same Tomcat instance. With JBoss Embeddable, you have access to EJB3 features and JTA transactions.

cheers
Michael</description>
		<content:encoded><![CDATA[<p>Pablo,</p>
<p>As of Seam 2.0, we no longer require JBoss Embeddable to run Seam applications on Tomcat. You have to use JPA POJOs and the RESOURCE_LOCAL transaction to run Seam on plain Tomcat. Please see the examples/jpa example, and build for tomcat55 / tomcat6.</p>
<p>On the other hand, JBoss Embeddable is installed as a shared library on Tomcat. It does not prevent you from deploying multiple Seam apps on the same Tomcat instance. With JBoss Embeddable, you have access to EJB3 features and JTA transactions.</p>
<p>cheers<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pablo</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40279</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Thu, 08 Nov 2007 16:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-40279</guid>
		<description>Hi Michel,
I've enjoy working with seam and tomcat for a while now. I developed a few apps and seam really makes a difference when it comes to working with JSF.
I decided it is time to upgrade to 2.0. I read some of the changes... I have to modify the tomcat install (really? hmmm, ok I can do that). I read some more and only one seam app per tomcat server... what? this kills me. I'm reading the forums and neither the seam team nor the embedded team take responsibility on this issue. Is there going to be a fix for this issue? Is running multiple seam apps in tomcat not going to be supported anymore? I hope Seam/Embedded Jboss reconsider this problem. 

Thanks
Pablo</description>
		<content:encoded><![CDATA[<p>Hi Michel,<br />
I&#8217;ve enjoy working with seam and tomcat for a while now. I developed a few apps and seam really makes a difference when it comes to working with JSF.<br />
I decided it is time to upgrade to 2.0. I read some of the changes&#8230; I have to modify the tomcat install (really? hmmm, ok I can do that). I read some more and only one seam app per tomcat server&#8230; what? this kills me. I&#8217;m reading the forums and neither the seam team nor the embedded team take responsibility on this issue. Is there going to be a fix for this issue? Is running multiple seam apps in tomcat not going to be supported anymore? I hope Seam/Embedded Jboss reconsider this problem. </p>
<p>Thanks<br />
Pablo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amit Tiwary</title>
		<link>http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-39909</link>
		<dc:creator>Amit Tiwary</dc:creator>
		<pubDate>Mon, 05 Nov 2007 14:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/24/seam-20-and-tomcat/#comment-39909</guid>
		<description>Hi Michael,
   I have started on Seam a few weeks and looks like it is going to be our framework for next set of web development. I was interested in hibernate2 example which came with Seam download. There were no unit/integration tests provided. Does it mean that we can't have unit/integrated tests without embedded JBoss in Tomcat? Is there any way using which I will be able to write unit/integration tests in plain tomcat deployment scenario. Please help me with answers/suggestions to these queries as it is a big road block for me since last two days.
Please help me.

ps: I tried migrating the test cases from booking example here, but when I run ant test, it throws the below exception.
"
testng] ERROR 05-11 18:51:49,517  [org.jboss.dependency.plugins.AbstractController.incrementState():456] Error installing to Start: name=jboss:database=localDB,service=Hypersonic state=Create mode=Manual requiredState=Installed
   [testng] java.sql.SQLException: Wrong database file version
".
Mine is an Oracle Datasource configured in context.xml.

Have a great day ahead.

Thanks
Amit</description>
		<content:encoded><![CDATA[<p>Hi Michael,<br />
   I have started on Seam a few weeks and looks like it is going to be our framework for next set of web development. I was interested in hibernate2 example which came with Seam download. There were no unit/integration tests provided. Does it mean that we can&#8217;t have unit/integrated tests without embedded JBoss in Tomcat? Is there any way using which I will be able to write unit/integration tests in plain tomcat deployment scenario. Please help me with answers/suggestions to these queries as it is a big road block for me since last two days.<br />
Please help me.</p>
<p>ps: I tried migrating the test cases from booking example here, but when I run ant test, it throws the below exception.<br />
&#8221;<br />
testng] ERROR 05-11 18:51:49,517  [org.jboss.dependency.plugins.AbstractController.incrementState():456] Error installing to Start: name=jboss:database=localDB,service=Hypersonic state=Create mode=Manual requiredState=Installed<br />
   [testng] java.sql.SQLException: Wrong database file version<br />
&#8220;.<br />
Mine is an Oracle Datasource configured in context.xml.</p>
<p>Have a great day ahead.</p>
<p>Thanks<br />
Amit</p>
]]></content:encoded>
	</item>
</channel>
</rss>
