<?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 Ehcache Integration</title>
	<atom:link href="http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/</link>
	<description>All About Software Development</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Adeel</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/comment-page-1/#comment-24455</link>
		<dc:creator>Adeel</dc:creator>
		<pubDate>Tue, 04 Oct 2011 12:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121#comment-24455</guid>
		<description>Very nice. 

http://eiconsulting.blogspot.com/2011/10/ehcache-implementation-in-spring.html

Another tutorial with detailed explaination</description>
		<content:encoded><![CDATA[<p>Very nice. </p>
<p><a href="http://eiconsulting.blogspot.com/2011/10/ehcache-implementation-in-spring.html" rel="nofollow">http://eiconsulting.blogspot.com/2011/10/ehcache-implementation-in-spring.html</a></p>
<p>Another tutorial with detailed explaination</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ehcache.net</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/comment-page-1/#comment-13092</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Mon, 03 Jan 2011 02:52:37 +0000</pubDate>
		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121#comment-13092</guid>
		<description>&lt;strong&gt;Spring Ehcache Integration...&lt;/strong&gt;

I am one of the authors of a new project intended to provide Ehcache integration for Spring 3 projects via annotations:...</description>
		<content:encoded><![CDATA[<p><strong>Spring Ehcache Integration&#8230;</strong></p>
<p>I am one of the authors of a new project intended to provide Ehcache integration for Spring 3 projects via annotations:&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Dalquist</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/comment-page-1/#comment-4943</link>
		<dc:creator>Eric Dalquist</dc:creator>
		<pubDate>Fri, 09 Apr 2010 12:20:29 +0000</pubDate>
		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121#comment-4943</guid>
		<description>The JTA library issue can be resolved by following the steps here: http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html

I&#039;ll update the main page for the project with this information</description>
		<content:encoded><![CDATA[<p>The JTA library issue can be resolved by following the steps here: <a href="http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html" rel="nofollow">http://maven.apache.org/guides/mini/guide-coping-with-sun-jars.html</a></p>
<p>I&#8217;ll update the main page for the project with this information</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/comment-page-1/#comment-4930</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121#comment-4930</guid>
		<description>@Viv
You might want to post your question on project&#039;s discussion board. Anyways, from the error, looks like jta-1.0.1B jar cannot be resolved by maven. Try installing the jar locally.</description>
		<content:encoded><![CDATA[<p>@Viv<br />
You might want to post your question on project&#8217;s discussion board. Anyways, from the error, looks like jta-1.0.1B jar cannot be resolved by maven. Try installing the jar locally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Viv</title>
		<link>http://blog.inflinx.com/2009/02/26/spring-ehcache-integration/comment-page-1/#comment-4927</link>
		<dc:creator>Viv</dc:creator>
		<pubDate>Thu, 08 Apr 2010 23:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://inflinx.com/blogs/wordpress/?p=121#comment-4927</guid>
		<description>Hi Eric,
I started with  the ehcache-spring-annotations from code.google. After I added the maven dependency 

  com.googlecode.ehcache-spring-annotations
  ehcache-spring-annotations
  1.0.1


I got this error

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) javax.transaction:transaction-api:jar:1.0.1B

Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi Eric,<br />
I started with  the ehcache-spring-annotations from code.google. After I added the maven dependency </p>
<p>  com.googlecode.ehcache-spring-annotations<br />
  ehcache-spring-annotations<br />
  1.0.1</p>
<p>I got this error</p>
<p>[ERROR] BUILD ERROR<br />
[INFO] &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
[INFO] Failed to resolve artifact.</p>
<p>Missing:<br />
&#8212;&#8212;&#8212;-<br />
1) javax.transaction:transaction-api:jar:1.0.1B</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

