<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>They point the finger at me.. again!</title>
	<atom:link href="http://vtkrishn.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vtkrishn.wordpress.com</link>
	<description>________________________I&#039;m asking why________________________</description>
	<lastBuildDate>Sun, 08 Jan 2012 18:03:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vtkrishn.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/8b4f1ac1e0bc68ce534b1e994c88bf75?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>They point the finger at me.. again!</title>
		<link>http://vtkrishn.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vtkrishn.wordpress.com/osd.xml" title="They point the finger at me.. again!" />
	<atom:link rel='hub' href='http://vtkrishn.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Display iterated list in horizontal fashion</title>
		<link>http://vtkrishn.wordpress.com/2012/01/08/display-iterated-list-in-horizontal-fashion/</link>
		<comments>http://vtkrishn.wordpress.com/2012/01/08/display-iterated-list-in-horizontal-fashion/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 18:03:20 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF Faces]]></category>
		<category><![CDATA[ADF UI]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[iterator]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=657</guid>
		<description><![CDATA[Recently I had a challenge of showing the list in a horizontal fashion in two columns which I had thought would be easy to implement using af:iterator and af:panelGroupLayout. But when I actually tried it, the horizontal display of the iterated list becomes a challenge. I tried a couple of options to display close to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=657&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Recently I had a challenge of showing the list in a horizontal fashion in two columns which I had thought would be easy to implement using af:iterator and af:panelGroupLayout. But when I actually tried it, the horizontal display of the iterated list becomes a challenge.<br />
I tried a couple of options to display close to the requirement but was not actually reaching there.<br />
Finally I got the solution by using</p>
<p><pre class="brush: java;">
panelFormLayout id=&quot;pfl1&quot; rows=&quot;1&quot; maxColumns=&quot;2&quot;&gt;
forEach items=&quot;#{List}&quot; var=&quot;row&quot; step=&quot;2&quot; begin=&quot;0&quot;&gt;
..
forEach&gt;
&lt;af:forEach items=&quot;#{List}&quot; var=&quot;row&quot; step=&quot;2&quot; begin=&quot;1&quot;&gt;
..
&lt;/af:forEach&gt;
&lt;/af:panelFormLayout&gt;
</pre></p>
<p>The step and the begin attribute is the key here along with the maxColumns and rows.<br />
<a href="http://vtkrishn.files.wordpress.com/2012/01/foreach.png"><img class="aligncenter size-full wp-image-658" title="foreach" src="http://vtkrishn.files.wordpress.com/2012/01/foreach.png?w=720" alt=""   /></a></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/foreach/'>foreach</a>, <a href='http://vtkrishn.wordpress.com/tag/horizontal/'>horizontal</a>, <a href='http://vtkrishn.wordpress.com/tag/iterator/'>iterator</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/657/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=657&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2012/01/08/display-iterated-list-in-horizontal-fashion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2012/01/foreach.png" medium="image">
			<media:title type="html">foreach</media:title>
		</media:content>
	</item>
		<item>
		<title>Attempt to validate an already invalid RegionSite</title>
		<link>http://vtkrishn.wordpress.com/2011/12/17/attempt-to-validate-an-already-invalid-regionsite/</link>
		<comments>http://vtkrishn.wordpress.com/2011/12/17/attempt-to-validate-an-already-invalid-regionsite/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 05:17:04 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF UI]]></category>
		<category><![CDATA[60098]]></category>
		<category><![CDATA[ADF]]></category>
		<category><![CDATA[Attempt]]></category>
		<category><![CDATA[default activity]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[regionsite]]></category>
		<category><![CDATA[RENDER_RESPONSE 6]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[weblogic]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=650</guid>
		<description><![CDATA[was facing this issue and couldn&#8217;t find a proper place to look into then I got to know that this issue is surely related to the view.. After serious debugging found that this issue is mainly because of the usage of a taskflow as a region but the taskflow is not having a default activity.. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=650&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>was facing this issue and couldn&#8217;t find a proper place to look into then I got to know that this issue is surely related to the view..</p>
<p>After serious debugging found that this issue is mainly because of the usage of a taskflow as a region but the taskflow is not having a default activity..</p>
<p>The default activity somehow got removed and setting it back into the place made my day.</p>
<p><pre class="brush: java;">

Attempt to validate an already invalid RegionSite:
  &lt;_handleException&gt; ADF_FACES-60098:Faces lifecycle receives unhandled exceptions in phase RENDER_RESPONSE 6
 java.lang.IllegalStateException: Attempt to validate an already invalid RegionSite:

</pre></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/60098/'>60098</a>, <a href='http://vtkrishn.wordpress.com/tag/adf/'>ADF</a>, <a href='http://vtkrishn.wordpress.com/tag/attempt/'>Attempt</a>, <a href='http://vtkrishn.wordpress.com/tag/default-activity/'>default activity</a>, <a href='http://vtkrishn.wordpress.com/tag/error/'>error</a>, <a href='http://vtkrishn.wordpress.com/tag/regionsite/'>regionsite</a>, <a href='http://vtkrishn.wordpress.com/tag/render_response-6/'>RENDER_RESPONSE 6</a>, <a href='http://vtkrishn.wordpress.com/tag/server/'>server</a>, <a href='http://vtkrishn.wordpress.com/tag/weblogic/'>weblogic</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/650/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/650/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/650/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=650&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/12/17/attempt-to-validate-an-already-invalid-regionsite/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
		<item>
		<title>Webcenter &#8211; How to create a Space</title>
		<link>http://vtkrishn.wordpress.com/2011/11/19/webcenter-how-to-create-a-space/</link>
		<comments>http://vtkrishn.wordpress.com/2011/11/19/webcenter-how-to-create-a-space/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 22:02:38 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[webcenter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[portal]]></category>
		<category><![CDATA[spaces]]></category>
		<category><![CDATA[webcenterspaces]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=642</guid>
		<description><![CDATA[In this post i will quickly help you how to create a group space. What is a Space? WebCenter Spaces provides the Spaces, which bring content together through a single access, accessible through the WebCenter Spaces application of by direct URL, to help groups of people to share information and interact in a collaborative fashion. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=642&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In this post i will quickly help you how to create a group space.</p>
<p><strong>What is a Space?</strong></p>
<p>WebCenter Spaces provides the Spaces, which bring content together through a single access, accessible through the WebCenter Spaces application of by direct URL, to help groups of people to share information and interact in a collaborative fashion.</p>
<p><strong>Example of Spaces?</strong></p>
<ul>
<li>Large Company intranet with multiple departments like HR, Finance, Administration etc</li>
<li>Internet Groups that share common interest</li>
</ul>
<p><strong>How to create a space in Webcenter Spaces?</strong></p>
<p>When you login to the spaces the application looks like the following screenshot. You have to click on the Spaces tab to view all available spaces.</p>
<p><a href="http://vtkrishn.files.wordpress.com/2011/11/webcenter_login.png"><img class="aligncenter size-medium wp-image-643" title="webcenter_login" src="http://vtkrishn.files.wordpress.com/2011/11/webcenter_login.png?w=300&#038;h=101" alt="" width="300" height="101" /></a></p>
<p>To Create the space , you will have to click on the Create Space link that is marked to open a dialog to create the space. The <strong>Name, Description</strong> and the <strong>Keywords</strong> are entered to create a space. Adding keywords will help to find your space  from the available spaces.</p>
<p><a href="http://vtkrishn.files.wordpress.com/2011/11/create_space.png"><img class="aligncenter size-medium wp-image-645" title="create_space" src="http://vtkrishn.files.wordpress.com/2011/11/create_space.png?w=300&#038;h=156" alt="" width="300" height="156" /></a></p>
<p>The next section will allow you to provide the URL for your space. You can also set your access level in this section. You can make the space visible to anyone by making it <strong>Public</strong> or set an invitation based access with the <strong>Private</strong> access. Keeping it <strong>hidden</strong> makes your space not visible to others and will not appear in the search results also.</p>
<p><a href="http://vtkrishn.files.wordpress.com/2011/11/access_create_spaces.png"><img class="aligncenter size-medium wp-image-646" title="access_create_spaces" src="http://vtkrishn.files.wordpress.com/2011/11/access_create_spaces.png?w=300&#038;h=168" alt="" width="300" height="168" /></a></p>
<p>The final step is to choose the template that your spaces is targeted for. There are 6 templates available for you to choose from the option.<a href="http://vtkrishn.files.wordpress.com/2011/11/create_space_content.png"><img class="aligncenter size-medium wp-image-647" title="create_space_content" src="http://vtkrishn.files.wordpress.com/2011/11/create_space_content.png?w=300&#038;h=189" alt="" width="300" height="189" /></a></p>
<p>Hope this post helps you to know about Spaces and to create it using webcenter.</p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/create/'>create</a>, <a href='http://vtkrishn.wordpress.com/tag/portal/'>portal</a>, <a href='http://vtkrishn.wordpress.com/tag/spaces/'>spaces</a>, <a href='http://vtkrishn.wordpress.com/tag/webcenter/'>webcenter</a>, <a href='http://vtkrishn.wordpress.com/tag/webcenterspaces/'>webcenterspaces</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/642/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=642&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/11/19/webcenter-how-to-create-a-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/11/webcenter_login.png?w=300" medium="image">
			<media:title type="html">webcenter_login</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/11/create_space.png?w=300" medium="image">
			<media:title type="html">create_space</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/11/access_create_spaces.png?w=300" medium="image">
			<media:title type="html">access_create_spaces</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/11/create_space_content.png?w=300" medium="image">
			<media:title type="html">create_space_content</media:title>
		</media:content>
	</item>
		<item>
		<title>useful webcenter resources</title>
		<link>http://vtkrishn.wordpress.com/2011/11/14/useful-webcenter-resources/</link>
		<comments>http://vtkrishn.wordpress.com/2011/11/14/useful-webcenter-resources/#comments</comments>
		<pubDate>Sun, 13 Nov 2011 22:11:33 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[webcenter]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[resources]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=638</guid>
		<description><![CDATA[http://www.oracle.com/pls/as111120/vbook_subject?subject=wc http://download.oracle.com/docs/cd/E21764_01/webcenter.htm http://yonaweb.be/ Tagged: links, resources, webcenter<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=638&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle.com/pls/as111120/vbook_subject?subject=wc">http://www.oracle.com/pls/as111120/vbook_subject?subject=wc</a></p>
<p><a href="http://download.oracle.com/docs/cd/E21764_01/webcenter.htm">http://download.oracle.com/docs/cd/E21764_01/webcenter.htm</a></p>
<p><a href="http://yonaweb.be/">http://yonaweb.be/</a></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/links/'>links</a>, <a href='http://vtkrishn.wordpress.com/tag/resources/'>resources</a>, <a href='http://vtkrishn.wordpress.com/tag/webcenter/'>webcenter</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/638/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/638/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/638/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=638&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/11/14/useful-webcenter-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
		<item>
		<title>implementing userlockout using OAM</title>
		<link>http://vtkrishn.wordpress.com/2011/09/27/implementing-userlockout-using-oam/</link>
		<comments>http://vtkrishn.wordpress.com/2011/09/27/implementing-userlockout-using-oam/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:16:25 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[lockout]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[logout]]></category>
		<category><![CDATA[oam]]></category>
		<category><![CDATA[oid]]></category>
		<category><![CDATA[securty]]></category>
		<category><![CDATA[user lockout]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=635</guid>
		<description><![CDATA[Document for this can be downloaded from here Tagged: lockout, login, logout, oam, oid, securty, user lockout<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=635&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Document for this can be downloaded from <a href="http://adfproject.googlecode.com/files/Implementing%20Userlockout%20using%20Oracle%20Access%20Manager%20in%20ADF.pdf">here</a></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/lockout/'>lockout</a>, <a href='http://vtkrishn.wordpress.com/tag/login/'>login</a>, <a href='http://vtkrishn.wordpress.com/tag/logout/'>logout</a>, <a href='http://vtkrishn.wordpress.com/tag/oam/'>oam</a>, <a href='http://vtkrishn.wordpress.com/tag/oid/'>oid</a>, <a href='http://vtkrishn.wordpress.com/tag/securty/'>securty</a>, <a href='http://vtkrishn.wordpress.com/tag/user-lockout/'>user lockout</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/635/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/635/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/635/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=635&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/09/27/implementing-userlockout-using-oam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
		<item>
		<title>New ADF Guru&#8230;</title>
		<link>http://vtkrishn.wordpress.com/2011/09/13/new-adf-guru/</link>
		<comments>http://vtkrishn.wordpress.com/2011/09/13/new-adf-guru/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 11:54:06 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[ADF UI]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[guru]]></category>
		<category><![CDATA[post]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=632</guid>
		<description><![CDATA[chk here Top 5 user. https://forums.oracle.com/forums/forum.jspa?forumID=83&#38;start=0 with guru status.. Tagged: ADF, forum, guru, post<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=632&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://vtkrishn.files.wordpress.com/2011/09/top5.png"><img class="aligncenter size-full wp-image-633" title="top5" src="http://vtkrishn.files.wordpress.com/2011/09/top5.png?w=720" alt=""   /></a></p>
<p>chk here</p>
<p>Top 5 user.</p>
<p><a href="https://forums.oracle.com/forums/forum.jspa?forumID=83&amp;start=0">https://forums.oracle.com/forums/forum.jspa?forumID=83&amp;start=0</a></p>
<p>with guru status..</p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/adf/'>ADF</a>, <a href='http://vtkrishn.wordpress.com/tag/forum/'>forum</a>, <a href='http://vtkrishn.wordpress.com/tag/guru/'>guru</a>, <a href='http://vtkrishn.wordpress.com/tag/post/'>post</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/632/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/632/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/632/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=632&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/09/13/new-adf-guru/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/09/top5.png" medium="image">
			<media:title type="html">top5</media:title>
		</media:content>
	</item>
		<item>
		<title>IE8 element not found error</title>
		<link>http://vtkrishn.wordpress.com/2011/08/23/ie8-element-not-found-error/</link>
		<comments>http://vtkrishn.wordpress.com/2011/08/23/ie8-element-not-found-error/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 17:40:15 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[boot-js]]></category>
		<category><![CDATA[boot-SHERMAN-1147.js]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[elemnt not found]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ie7]]></category>
		<category><![CDATA[ie8]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=624</guid>
		<description><![CDATA[We recently stuck with this error in IE8 and in other browser the application is working without any problem. On searching for a solution we found this link http://www.winhelponline.com/articles/122/1/Error-Element-not-found-when-attempting-to-add-a-Search-Provider-in-Internet-Explorer-7.html The fix is to download the attachment &#8211; ie7tlbfix.reg and apply the registry fix onto the windows This issue is discussed here as well https://forums.oracle.com/forums/thread.jspa?messageID=4376493 &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=624&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We recently stuck with this error in IE8 and in other browser the application is working without any problem.</p>
<p>On searching for a solution we found this link</p>
<p><a href="http://www.winhelponline.com/articles/122/1/Error-Element-not-found-when-attempting-to-add-a-Search-Provider-in-Internet-Explorer-7.html">http://www.winhelponline.com/articles/122/1/Error-Element-not-found-when-attempting-to-add-a-Search-Provider-in-Internet-Explorer-7.html</a></p>
<p>The fix is to download the attachment &#8211; ie7tlbfix.reg and apply the registry fix onto the windows</p>
<p>This issue is discussed here as well</p>
<p><a href="https://forums.oracle.com/forums/thread.jspa?messageID=4376493">https://forums.oracle.com/forums/thread.jspa?messageID=4376493</a></p>
<p>&nbsp;</p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/boot-js/'>boot-js</a>, <a href='http://vtkrishn.wordpress.com/tag/boot-sherman-1147-js/'>boot-SHERMAN-1147.js</a>, <a href='http://vtkrishn.wordpress.com/tag/browser/'>browser</a>, <a href='http://vtkrishn.wordpress.com/tag/element/'>element</a>, <a href='http://vtkrishn.wordpress.com/tag/elemnt-not-found/'>elemnt not found</a>, <a href='http://vtkrishn.wordpress.com/tag/error/'>error</a>, <a href='http://vtkrishn.wordpress.com/tag/ie7/'>ie7</a>, <a href='http://vtkrishn.wordpress.com/tag/ie8/'>ie8</a>, <a href='http://vtkrishn.wordpress.com/tag/javascript/'>javascript</a>, <a href='http://vtkrishn.wordpress.com/tag/js/'>js</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/624/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/624/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/624/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=624&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/08/23/ie8-element-not-found-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
		<item>
		<title>select tab based on the commandlink</title>
		<link>http://vtkrishn.wordpress.com/2011/08/20/select-tab-based-on-the-commandlink/</link>
		<comments>http://vtkrishn.wordpress.com/2011/08/20/select-tab-based-on-the-commandlink/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 17:05:40 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[commandlink]]></category>
		<category><![CDATA[jsf]]></category>
		<category><![CDATA[panletab]]></category>
		<category><![CDATA[param]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[request param]]></category>
		<category><![CDATA[selection]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=621</guid>
		<description><![CDATA[The example of the paneltab selection by clicking the af:commandlink example is here The same use case can be achieved by passing a request parameter for the goLink like and enable the panelTabbed showdetailitem accordingly.. Tagged: commandlink, jsf, panletab, param, request, request param, selection<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=621&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The example of the paneltab selection by clicking the af:commandlink example is <a href="http://adfproject.googlecode.com/files/IdentifyTabBasedonCommandLinkClick.zip">here</a></p>
<p>The same use case can be achieved by passing a request parameter for the goLink like</p>
<p><pre class="brush: xml;">

&lt;af:golink destination=&quot;/faces/index?dt=true&quot;&gt;

</pre></p>
<p>and enable the panelTabbed showdetailitem accordingly..</p>
<p><pre class="brush: xml;">

&lt;af:showdetailitem disclosed=&quot;#{param.dt eq 'true'}&quot;&gt;

</pre></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/commandlink/'>commandlink</a>, <a href='http://vtkrishn.wordpress.com/tag/jsf/'>jsf</a>, <a href='http://vtkrishn.wordpress.com/tag/panletab/'>panletab</a>, <a href='http://vtkrishn.wordpress.com/tag/param/'>param</a>, <a href='http://vtkrishn.wordpress.com/tag/request/'>request</a>, <a href='http://vtkrishn.wordpress.com/tag/request-param/'>request param</a>, <a href='http://vtkrishn.wordpress.com/tag/selection/'>selection</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/621/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/621/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/621/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=621&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/08/20/select-tab-based-on-the-commandlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
		<item>
		<title>Achieved!!</title>
		<link>http://vtkrishn.wordpress.com/2011/08/03/achieved/</link>
		<comments>http://vtkrishn.wordpress.com/2011/08/03/achieved/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 17:42:42 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[achieved]]></category>
		<category><![CDATA[contributions]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[jdev]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=617</guid>
		<description><![CDATA[At last made an entry in Jdeveloper and ADF forum&#8217;s Top users list.. 10th now.. will soon climb up.. http://forums.oracle.com/forums/forum.jspa?forumID=83&#38;start=0 Tagged: achieved, ADF, contributions, forums, jdev<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=617&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://vtkrishn.files.wordpress.com/2011/08/jdevforums.png"><img class="alignleft size-full wp-image-618" title="jdevforums" src="http://vtkrishn.files.wordpress.com/2011/08/jdevforums.png?w=720" alt=""   /></a></p>
<p>At last made an entry in Jdeveloper and ADF forum&#8217;s Top users list.. 10th now.. will soon climb up..</p>
<p><a href="http://forums.oracle.com/forums/forum.jspa?forumID=83&amp;start=0">http://forums.oracle.com/forums/forum.jspa?forumID=83&amp;start=0</a></p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/achieved/'>achieved</a>, <a href='http://vtkrishn.wordpress.com/tag/adf/'>ADF</a>, <a href='http://vtkrishn.wordpress.com/tag/contributions/'>contributions</a>, <a href='http://vtkrishn.wordpress.com/tag/forums/'>forums</a>, <a href='http://vtkrishn.wordpress.com/tag/jdev/'>jdev</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/617/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/617/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/617/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=617&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/08/03/achieved/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>

		<media:content url="http://vtkrishn.files.wordpress.com/2011/08/jdevforums.png" medium="image">
			<media:title type="html">jdevforums</media:title>
		</media:content>
	</item>
		<item>
		<title>jdevloper not taking the latest changes &#8211; what to do?</title>
		<link>http://vtkrishn.wordpress.com/2011/07/19/jdevloper-not-taking-the-latest-changes-what-to-do/</link>
		<comments>http://vtkrishn.wordpress.com/2011/07/19/jdevloper-not-taking-the-latest-changes-what-to-do/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 17:38:23 +0000</pubDate>
		<dc:creator>vtkrishn</dc:creator>
				<category><![CDATA[ADF]]></category>
		<category><![CDATA[JDeveloper]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[jdev]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system folder]]></category>

		<guid isPermaLink="false">http://vtkrishn.wordpress.com/?p=613</guid>
		<description><![CDATA[Sometime when you do the changes and run the application the latest changes are not updated while running the application. The culprit is the system folder. {user_home}\system11.1.1.4.37.57.75\o.j2ee\drs\ has the exploded war file which will have the classes that is old. deleting the classes from the exploded directory would definitely fix the issue. Tagged: ADF, class, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=613&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometime when you do the changes and run the application the latest changes are not updated while running the application.</p>
<p>The culprit is the system folder.</p>
<p><strong>{user_home}\system11.1.1.4.37.57.75\o.j2ee\drs\</strong></p>
<p>has the exploded war file which will have the classes that is old. deleting the classes from the exploded directory would definitely fix the issue.</p>
<br /> Tagged: <a href='http://vtkrishn.wordpress.com/tag/adf/'>ADF</a>, <a href='http://vtkrishn.wordpress.com/tag/class/'>class</a>, <a href='http://vtkrishn.wordpress.com/tag/jdev/'>jdev</a>, <a href='http://vtkrishn.wordpress.com/tag/jdeveloper/'>JDeveloper</a>, <a href='http://vtkrishn.wordpress.com/tag/system/'>system</a>, <a href='http://vtkrishn.wordpress.com/tag/system-folder/'>system folder</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vtkrishn.wordpress.com/613/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vtkrishn.wordpress.com/613/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vtkrishn.wordpress.com/613/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vtkrishn.wordpress.com&amp;blog=12782672&amp;post=613&amp;subd=vtkrishn&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vtkrishn.wordpress.com/2011/07/19/jdevloper-not-taking-the-latest-changes-what-to-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/50f7413a54e587474e3f24c906d5db02?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">vtkrishn</media:title>
		</media:content>
	</item>
	</channel>
</rss>
