<?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/"
		>
<channel>
	<title>Comments on: Spring &amp; Hessian, how cool!</title>
	<atom:link href="http://www.the-arm.com/2009/03/spring-hessian-how-cool/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.the-arm.com/2009/03/spring-hessian-how-cool/</link>
	<description>A weblog about Methodologies for Development</description>
	<lastBuildDate>Mon, 14 Jun 2010 09:49:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: toni</title>
		<link>http://www.the-arm.com/2009/03/spring-hessian-how-cool/comment-page-1/#comment-19464</link>
		<dc:creator>toni</dc:creator>
		<pubDate>Thu, 23 Apr 2009 10:03:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-arm.com/?p=365#comment-19464</guid>
		<description>That class seems to be in these versions of hessian: http://www.findjar.com/class/com/caucho/hessian/io/SerializerFactory.html
hessian-2.1.12.jar
hessian-3.0.1.jar
hessian-3.0.8.jar
resin-3.0.9.jar 

You should probably double check the maven settings!

for me this configuration worked:

&lt;code&gt;
    
        
            org.springframework
            spring
            2.5.6
        
        
            com.caucho
            hessian
            3.1.5
        
    
&lt;/code&gt;

declaring the hessian exported servuce in this way:

&lt;code&gt;
    
        
        
    
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>That class seems to be in these versions of hessian: <a href="http://www.findjar.com/class/com/caucho/hessian/io/SerializerFactory.html" rel="nofollow">http://www.findjar.com/class/com/caucho/hessian/io/SerializerFactory.html</a><br />
hessian-2.1.12.jar<br />
hessian-3.0.1.jar<br />
hessian-3.0.8.jar<br />
resin-3.0.9.jar </p>
<p>You should probably double check the maven settings!</p>
<p>for me this configuration worked:</p>
<p><code></p>
<p>            org.springframework<br />
            spring<br />
            2.5.6</p>
<p>            com.caucho<br />
            hessian<br />
            3.1.5</p>
<p></code></p>
<p>declaring the hessian exported servuce in this way:</p>
<p><code></p>
<p></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Edward He</title>
		<link>http://www.the-arm.com/2009/03/spring-hessian-how-cool/comment-page-1/#comment-19463</link>
		<dc:creator>Edward He</dc:creator>
		<pubDate>Wed, 22 Apr 2009 05:15:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.the-arm.com/?p=365#comment-19463</guid>
		<description>It looks good and cool, but I met a problem and raised it in spring forun, http://forum.springsource.org/showthread.php?t=70553, it blocked my development, and caused me plan to turn to balzeDS.

Would you please take a look, and do me a favor? Thanks in advance.

Edward He</description>
		<content:encoded><![CDATA[<p>It looks good and cool, but I met a problem and raised it in spring forun, <a href="http://forum.springsource.org/showthread.php?t=70553" rel="nofollow">http://forum.springsource.org/showthread.php?t=70553</a>, it blocked my development, and caused me plan to turn to balzeDS.</p>
<p>Would you please take a look, and do me a favor? Thanks in advance.</p>
<p>Edward He</p>
]]></content:encoded>
	</item>
</channel>
</rss>
