<?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 for Technotrance, Illusions and Perspectives</title>
	<atom:link href="http://myblog.shriharisc.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://myblog.shriharisc.com</link>
	<description>A dose of everyday bruises with Java/JEE</description>
	<lastBuildDate>Wed, 02 Dec 2009 19:54:32 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to open a new window from JSF commandLink tag? by Karthikeyan C</title>
		<link>http://myblog.shriharisc.com/2009/12/02/how-to-open-a-new-window-from-jsf-commandlink-tag/comment-page-1/#comment-35</link>
		<dc:creator>Karthikeyan C</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:54:32 +0000</pubDate>
		<guid isPermaLink="false">http://myblog.shriharisc.com/?p=223#comment-35</guid>
		<description>&lt;h:commandLink action=&quot;#{tutlist.showViewPage}&quot; target=&quot;_blank&quot;&gt;
                            &lt;h:graphicImage value=&quot;/img/ok.png&quot; style=&quot;border:none;&quot;/&gt;
                        &lt;/h:commandLink&gt;</description>
		<content:encoded><![CDATA[<p>&lt;h:commandLink action=&#8221;#{tutlist.showViewPage}&#8221; target=&#8221;_blank&#8221;&gt;<br />
                            &lt;h:graphicImage value=&#8221;/img/ok.png&#8221; style=&#8221;border:none;&#8221;/&gt;<br />
                        &lt;/h:commandLink&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to open a new window from JSF commandLink tag? by Karthikeyan C</title>
		<link>http://myblog.shriharisc.com/2009/12/02/how-to-open-a-new-window-from-jsf-commandlink-tag/comment-page-1/#comment-34</link>
		<dc:creator>Karthikeyan C</dc:creator>
		<pubDate>Wed, 02 Dec 2009 19:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://myblog.shriharisc.com/?p=223#comment-34</guid>
		<description>target=&quot;_blank&quot; works for h:commandLink. For example I use the below code.

 
                            
  </description>
		<content:encoded><![CDATA[<p>target=&#8221;_blank&#8221; works for h:commandLink. For example I use the below code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Formatting messages on JSF page in JBoss Seam by Tweets that mention Technotrance, Illusions and Perspectives » Formatting messages on JSF page in JBoss Seam -- Topsy.com</title>
		<link>http://myblog.shriharisc.com/2009/11/18/formatting-messages-on-jsf-page-in-jboss-seam/comment-page-1/#comment-21</link>
		<dc:creator>Tweets that mention Technotrance, Illusions and Perspectives » Formatting messages on JSF page in JBoss Seam -- Topsy.com</dc:creator>
		<pubDate>Thu, 19 Nov 2009 01:38:50 +0000</pubDate>
		<guid isPermaLink="false">http://myblog.shriharisc.com/?p=203#comment-21</guid>
		<description>[...] This post was mentioned on Twitter by karthikeyan, Shrihari SC. Shrihari SC said: Formatting messages on JSF page in JBoss Seam http://bit.ly/181rFt via @AddToAny [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by karthikeyan, Shrihari SC. Shrihari SC said: Formatting messages on JSF page in JBoss Seam <a href="http://bit.ly/181rFt" rel="nofollow">http://bit.ly/181rFt</a> via @AddToAny [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Resolving conflicts on DWR with jQuery by Intesar Shannan Mohammed</title>
		<link>http://myblog.shriharisc.com/2009/07/04/resolving-conflicts-on-dwr-with-jquery/comment-page-1/#comment-13</link>
		<dc:creator>Intesar Shannan Mohammed</dc:creator>
		<pubDate>Mon, 02 Nov 2009 00:07:40 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=56#comment-13</guid>
		<description>Thanks worked perfectly</description>
		<content:encoded><![CDATA[<p>Thanks worked perfectly</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Google Guice to inject JPA EntityManager by Shrihari Chakrapani</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-11</link>
		<dc:creator>Shrihari Chakrapani</dc:creator>
		<pubDate>Fri, 23 Oct 2009 05:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-11</guid>
		<description>please ensure your meta-inf should all be caps (i.e) META-INF. Also ensure the FQCN of JPAModule is specified in WEB-INF/web.xml optimus.CONFIG_MODULES context param is specified to org.primefaces.optimus.persistence.JPAModule. Since JPAModule internally binds the persistenceUnitName to com.wideplay.warp.jpa.JpaUnit, you could also look at &lt;a href=&quot;http://www.wideplay.com/webextensions::jpaintegration&quot; rel=&quot;nofollow&quot;&gt;Warpextensions at wideplay&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>please ensure your meta-inf should all be caps (i.e) META-INF. Also ensure the FQCN of JPAModule is specified in WEB-INF/web.xml optimus.CONFIG_MODULES context param is specified to org.primefaces.optimus.persistence.JPAModule. Since JPAModule internally binds the persistenceUnitName to com.wideplay.warp.jpa.JpaUnit, you could also look at <a href="http://www.wideplay.com/webextensions::jpaintegration" rel="nofollow">Warpextensions at wideplay</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Google Guice to inject JPA EntityManager by Jenna</title>
		<link>http://myblog.shriharisc.com/2009/06/23/using-google-guice-to-inject-jpa-entitymanager/comment-page-1/#comment-10</link>
		<dc:creator>Jenna</dc:creator>
		<pubDate>Fri, 23 Oct 2009 03:31:13 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=35#comment-10</guid>
		<description>Hi shrihari:

do you have that sample?  I have my persistence.xml in my meta-inf packaged in my war and i have the jpaModule being called properly, but I&#039;m still getting the error that &quot;No implementation for javax.persistence.EntityManager was bound.&quot;

thanks, jenna</description>
		<content:encoded><![CDATA[<p>Hi shrihari:</p>
<p>do you have that sample?  I have my persistence.xml in my meta-inf packaged in my war and i have the jpaModule being called properly, but I&#8217;m still getting the error that &#8220;No implementation for javax.persistence.EntityManager was bound.&#8221;</p>
<p>thanks, jenna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Forking navigations based on user roles in JBoss Seam using Seam-Security by Savannah</title>
		<link>http://myblog.shriharisc.com/2009/10/14/forking-navigations-based-on-user-roles-in-jboss-seam-using-seam-security/comment-page-1/#comment-19</link>
		<dc:creator>Savannah</dc:creator>
		<pubDate>Sat, 17 Oct 2009 09:42:23 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=130#comment-19</guid>
		<description>Awesome blog!

I thought about starting my own blog too but I&#039;m just too lazy so, I guess I&lt;a HREF=&quot;http://community.fox8.com/_Real-Estate-Mutual-Funds/blog/998171/92757.html&quot; rel=&quot;nofollow&quot;&gt;&#039;&lt;/A&gt;ll just have to keep checking yours out&lt;a HREF=&quot;http://www.xbox360achievements.org/forum/member.php?u=245385&quot; rel=&quot;nofollow&quot;&gt;.&lt;/A&gt;
LOL,</description>
		<content:encoded><![CDATA[<p>Awesome blog!</p>
<p>I thought about starting my own blog too but I&#8217;m just too lazy so, I guess I<a HREF="http://community.fox8.com/_Real-Estate-Mutual-Funds/blog/998171/92757.html" rel="nofollow">&#8216;</a>ll just have to keep checking yours out<a HREF="http://www.xbox360achievements.org/forum/member.php?u=245385" rel="nofollow">.</a><br />
LOL,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chaining Apache CXF, JackRabbit using SpringModules by Bill Bartmann</title>
		<link>http://myblog.shriharisc.com/2009/09/11/chaining-apache-cxf-jackrabbit-using-springmodules/comment-page-1/#comment-16</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Fri, 09 Oct 2009 18:37:16 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=103#comment-16</guid>
		<description>Hey, great blog...but I don’t understand how to add your site in my rss reader. Can you Help me, please :)</description>
		<content:encoded><![CDATA[<p>Hey, great blog&#8230;but I don’t understand how to add your site in my rss reader. Can you Help me, please <img src='http://myblog.shriharisc.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Unit testing CXF webservice endpoints using Spring-Test and TestNG by Web Service</title>
		<link>http://myblog.shriharisc.com/2009/10/09/unit-testing-cxf-webservice-endpoints-using-spring-test-and-testng/comment-page-1/#comment-18</link>
		<dc:creator>Web Service</dc:creator>
		<pubDate>Fri, 09 Oct 2009 17:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=127#comment-18</guid>
		<description>an automated process to repeat tests quickly on each new release of your software Regression testing is often used with unit testing. &lt;a href=&quot;http://infosmith.org/webservice/&quot; rel=&quot;nofollow&quot;&gt;Web Service&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>an automated process to repeat tests quickly on each new release of your software Regression testing is often used with unit testing. <a href="http://infosmith.org/webservice/" rel="nofollow">Web Service</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Chaining Apache CXF, JackRabbit using SpringModules by Tnelson</title>
		<link>http://myblog.shriharisc.com/2009/09/11/chaining-apache-cxf-jackrabbit-using-springmodules/comment-page-1/#comment-15</link>
		<dc:creator>Tnelson</dc:creator>
		<pubDate>Thu, 01 Oct 2009 02:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://schakrap.wordpress.com/?p=103#comment-15</guid>
		<description>I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I&#039;ll add a backlink and bookmark your site.</description>
		<content:encoded><![CDATA[<p>I usually don’t post on Blogs but ya forced me to, great info.. excellent! … I&#8217;ll add a backlink and bookmark your site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
