<?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 and SOA</title>
	<atom:link href="http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/</link>
	<description>"Science is a wonderful thing if one does not have to earn one's living at it" -- Albert Einstein</description>
	<pubDate>Thu, 11 Mar 2010 04:55:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: spinergywmy</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-93214</link>
		<dc:creator>spinergywmy</dc:creator>
		<pubDate>Fri, 27 Feb 2009 08:07:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-93214</guid>
		<description>Hi Michael,

I am currently using Seam 2.1.1 GA, JBoss AS 4.2.2, Eclipse Europa, to develop a web application. I have 2 separate project which want to integrate using Seam WS. Server side project consists 3 entity classes, for instance, an User entity consists of username and DOB attributes. 

I have written the interface and implementation classes at server end, the return type is User instance. On the client end, I want to retrieve the username and DOB info, I am wondering how to achieve that. 

I did write a same interface class on the client end, but I did not have User entity class on client project, and stucked on writing the interface method. I am thinking should I create the same User entity class on the client end, please advice.

I did look at the seambay example, but it has only server side implementation.

My objective is to know how I can retrieve the User info from client and without implement the User entity class in client end. Correct me if I am wrong about the concept of WS.</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I am currently using Seam 2.1.1 GA, JBoss AS 4.2.2, Eclipse Europa, to develop a web application. I have 2 separate project which want to integrate using Seam WS. Server side project consists 3 entity classes, for instance, an User entity consists of username and DOB attributes. </p>
<p>I have written the interface and implementation classes at server end, the return type is User instance. On the client end, I want to retrieve the username and DOB info, I am wondering how to achieve that. </p>
<p>I did write a same interface class on the client end, but I did not have User entity class on client project, and stucked on writing the interface method. I am thinking should I create the same User entity class on the client end, please advice.</p>
<p>I did look at the seambay example, but it has only server side implementation.</p>
<p>My objective is to know how I can retrieve the User info from client and without implement the User entity class in client end. Correct me if I am wrong about the concept of WS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ulrike</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-55009</link>
		<dc:creator>Ulrike</dc:creator>
		<pubDate>Wed, 05 Mar 2008 09:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-55009</guid>
		<description>@Jim: Replace the endpoint with '/jboss-seam-bay-jboss-seam-bay/AuctionService'
and it will work.
JBoss 4.2.2 shows the registered service endpoints on http://localhost:8080/jbossws/services</description>
		<content:encoded><![CDATA[<p>@Jim: Replace the endpoint with &#8216;/jboss-seam-bay-jboss-seam-bay/AuctionService&#8217;<br />
and it will work.<br />
JBoss 4.2.2 shows the registered service endpoints on <a href="http://localhost:8080/jbossws/services" rel="nofollow">http://localhost:8080/jbossws/services</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Solderitsch</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-43849</link>
		<dc:creator>Jim Solderitsch</dc:creator>
		<pubDate>Fri, 30 Nov 2007 22:40:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-43849</guid>
		<description>I tried to run the example from the SOAP UI tool and I get the error:

Fri Nov 30 17:33:23 EST 2007:WARN:Failed to prettyPrint xml [JBossWeb/2.0.1.GA - Error report&lt;!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--&gt; HTTP Status 404 - /AuctionServiceService/AuctionService&lt;b&gt;type&lt;/b&gt; Status report&lt;b&gt;message&lt;/b&gt; /AuctionServiceService/AuctionService&lt;b&gt;description&lt;/b&gt; The requested resource (/AuctionServiceService/AuctionService) is not available.JBossWeb/2.0.1.GA]: org.apache.xmlbeans.XmlException: error:  does not close tag .
Fri Nov 30 17:33:23 EST 2007:WARN:Failed to prettyPrint xml [JBossWeb/2.0.1.GA - Error report&lt;!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--&gt; HTTP Status 404 - /AuctionServiceService/AuctionService&lt;b&gt;type&lt;/b&gt; Status report&lt;b&gt;message&lt;/b&gt; /AuctionServiceService/AuctionService&lt;b&gt;description&lt;/b&gt; The requested resource (/AuctionServiceService/AuctionService) is not available.JBossWeb/2.0.1.GA]: org.apache.xmlbeans.XmlException: error:  does not close tag .

Any ideas? I did an ant deploy and it seemed to work -- no errors.

I am using JBoss 4.2.2 and the latest Seam (2.0.0GA)

Jim</description>
		<content:encoded><![CDATA[<p>I tried to run the example from the SOAP UI tool and I get the error:</p>
<p>Fri Nov 30 17:33:23 EST 2007:WARN:Failed to prettyPrint xml [JBossWeb/2.0.1.GA - Error report<!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--> HTTP Status 404 - /AuctionServiceService/AuctionService<b>type</b> Status report<b>message</b> /AuctionServiceService/AuctionService<b>description</b> The requested resource (/AuctionServiceService/AuctionService) is not available.JBossWeb/2.0.1.GA]: org.apache.xmlbeans.XmlException: error:  does not close tag .<br />
Fri Nov 30 17:33:23 EST 2007:WARN:Failed to prettyPrint xml [JBossWeb/2.0.1.GA - Error report<!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--> HTTP Status 404 - /AuctionServiceService/AuctionService<b>type</b> Status report<b>message</b> /AuctionServiceService/AuctionService<b>description</b> The requested resource (/AuctionServiceService/AuctionService) is not available.JBossWeb/2.0.1.GA]: org.apache.xmlbeans.XmlException: error:  does not close tag .</p>
<p>Any ideas? I did an ant deploy and it seemed to work &#8212; no errors.</p>
<p>I am using JBoss 4.2.2 and the latest Seam (2.0.0GA)</p>
<p>Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-37564</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 17 Oct 2007 11:08:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-37564</guid>
		<description>Hi Michael,

I am actually planning to use Seam 2.0 and its SOA features in a future-product and I'm very interested in training and the JBoss "early adopter" opportunity. 
Which is person I can contact about this?

David</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>I am actually planning to use Seam 2.0 and its SOA features in a future-product and I&#8217;m very interested in training and the JBoss &#8220;early adopter&#8221; opportunity.<br />
Which is person I can contact about this?</p>
<p>David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shashank</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-35806</link>
		<dc:creator>Shashank</dc:creator>
		<pubDate>Wed, 03 Oct 2007 13:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-35806</guid>
		<description>I would be interested in the JBoss "early adopter" opportunity. Is Mark the right person to contact?What email can one reach you at?</description>
		<content:encoded><![CDATA[<p>I would be interested in the JBoss &#8220;early adopter&#8221; opportunity. Is Mark the right person to contact?What email can one reach you at?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-32628</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 06 Sep 2007 16:22:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-32628</guid>
		<description>I'm interested in the ESB "early adopter" opportunity.  Let me know how to get in touch.</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in the ESB &#8220;early adopter&#8221; opportunity.  Let me know how to get in touch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-30656</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 23 Aug 2007 13:12:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-30656</guid>
		<description>I'm quite interested in Europe training topic. What is the most efficient way to register?</description>
		<content:encoded><![CDATA[<p>I&#8217;m quite interested in Europe training topic. What is the most efficient way to register?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-28120</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 02 Aug 2007 22:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-28120</guid>
		<description>Thanks for your reply, I will get 2.0, I hope to see the wiki more up to date, I went through this kind of thing with jboss portal and it just seemed dead even though a lot of work was being put into it. Rob</description>
		<content:encoded><![CDATA[<p>Thanks for your reply, I will get 2.0, I hope to see the wiki more up to date, I went through this kind of thing with jboss portal and it just seemed dead even though a lot of work was being put into it. Rob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-27975</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:57:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-27975</guid>
		<description>Can you possibly use Seam 2.0 (in CVS)? I believe this issue is fixed in Seam 2.0. It is hard for us to go back and release updates for the Seam 1.2.1 branch (we will probably have to if a support customer demands it ...)

There are a few more configuration changes you need to make in order to run Seam 2.0. Please see the migration readme file in the Seam 2.0 root directory for more. Thanks.</description>
		<content:encoded><![CDATA[<p>Can you possibly use Seam 2.0 (in CVS)? I believe this issue is fixed in Seam 2.0. It is hard for us to go back and release updates for the Seam 1.2.1 branch (we will probably have to if a support customer demands it &#8230;)</p>
<p>There are a few more configuration changes you need to make in order to run Seam 2.0. Please see the migration readme file in the Seam 2.0 root directory for more. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Yuan</title>
		<link>http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-27974</link>
		<dc:creator>Michael Yuan</dc:creator>
		<pubDate>Wed, 01 Aug 2007 20:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelyuan.com/blog/2007/07/31/seam-and-soa/#comment-27974</guid>
		<description>Rob,

Actually, Red Hat does provide official support for Seam 1.2.1 through the JBoss Enterprise Application Platform subscription.

As for Seam itself, yes, a lot of work has been done in the past weeks. We are addressing JIRA issues listed under the Seam 2.0.0 CR1 module right now. If there are "old" issues you'd like to escalate, you feel free to raise them on the forum and we will go over them. Thanks.

cheers
Michael</description>
		<content:encoded><![CDATA[<p>Rob,</p>
<p>Actually, Red Hat does provide official support for Seam 1.2.1 through the JBoss Enterprise Application Platform subscription.</p>
<p>As for Seam itself, yes, a lot of work has been done in the past weeks. We are addressing JIRA issues listed under the Seam 2.0.0 CR1 module right now. If there are &#8220;old&#8221; issues you&#8217;d like to escalate, you feel free to raise them on the forum and we will go over them. Thanks.</p>
<p>cheers<br />
Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
