<?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"
	>

<channel>
	<title>Quality Obsessed</title>
	<atom:link href="http://qualityobsession.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://QualityObsession.com/blog</link>
	<description>it is an obsession...</description>
	<pubDate>Tue, 26 Aug 2008 12:06:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>&#8220;Application is not deployed in the Grid Execution Environment&#8221; in websphere</title>
		<link>http://QualityObsession.com/blog/archives/110</link>
		<comments>http://QualityObsession.com/blog/archives/110#comments</comments>
		<pubDate>Tue, 26 Aug 2008 12:06:58 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Websphere-XD]]></category>

		<category><![CDATA[Xd]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=110</guid>
		<description><![CDATA[If you get this error &#34;Application is not deployed in the Grid Execution Environment&#34;
&#62; Are you running the upplication under Xd?
&#62;Check if ParallelJobManager has started.
&#62;make sure that the application name in the xjcl and the name of the actual Application match.
]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/110/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Install Zend Optimizer in Xampp under windows</title>
		<link>http://QualityObsession.com/blog/archives/109</link>
		<comments>http://QualityObsession.com/blog/archives/109#comments</comments>
		<pubDate>Tue, 12 Aug 2008 05:31:28 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=109</guid>
		<description><![CDATA[Zend Optimizer is a package that supposedly optimizes the php runtime code for optimum performance,
However the actual reason it is used is, there is a package called as zend guard which encodes the php code so that no one can view the source of your code and the zend optimizer decodes it at runtime.
Installation:
1) download [...]]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/109/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to enable Auto Commit in Hibernate Transactions</title>
		<link>http://QualityObsession.com/blog/archives/108</link>
		<comments>http://QualityObsession.com/blog/archives/108#comments</comments>
		<pubDate>Thu, 31 Jul 2008 08:40:36 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[Hibernate]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=108</guid>
		<description><![CDATA[Use
&#160;
&#60;property name=&#34;connection.autocommit&#34;&#62;true&#60;/property&#62;
 in the hibernate config xml.
]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/108/feed</wfw:commentRss>
		</item>
		<item>
		<title>An error has occurred activating decorator VSS Plugin Team Decorator - RAD</title>
		<link>http://QualityObsession.com/blog/archives/107</link>
		<comments>http://QualityObsession.com/blog/archives/107#comments</comments>
		<pubDate>Fri, 25 Jul 2008 10:39:31 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[WebSphere]]></category>

		<category><![CDATA[RAD]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=107</guid>
		<description><![CDATA[VssPlugin is an excellent plugin for Eclipse which enables integration of code with Vss and makes life much simpler.
&#34;An error has occurred activating decorator VSS Plugin Team Decorator.&#34;
During Startup and also the following error after you configure the VSS client,
&#34; An error occured when setting vssplugin nature for project. Perhaps the .project file is readonly?&#34;
&#34; [...]]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/107/feed</wfw:commentRss>
		</item>
		<item>
		<title>Page Jumping &#124; Fields not getting Focussed &gt; Happening in Portlets</title>
		<link>http://QualityObsession.com/blog/archives/106</link>
		<comments>http://QualityObsession.com/blog/archives/106#comments</comments>
		<pubDate>Wed, 23 Jul 2008 09:08:08 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[WebSphere]]></category>

		<category><![CDATA[page jumping]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=106</guid>
		<description><![CDATA[This is due to the anchors,
The use of the anchors depends on the configuration of your device, for example your desktop browser. It is controlled by a client device capability called FRAGMENT_IDENTIFIER. When the used device, for example the browser, has this capability enabled, the portal adds an anchor to the portlet URL. You can [...]]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/106/feed</wfw:commentRss>
		</item>
		<item>
		<title>Email wrapping issue (\n does not move content to new line)- outlook</title>
		<link>http://QualityObsession.com/blog/archives/105</link>
		<comments>http://QualityObsession.com/blog/archives/105#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:51:04 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<category><![CDATA[outlook]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=105</guid>
		<description><![CDATA[i had to generate and send an email with multiple lines in plain text format, the problem i was facing is peculiar, if i use a single \n or \r\n the line doesn't get wrapped but if i use two new line characters the lines are seperated by two blank lines :S
I found that this [...]]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/105/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to view the memory used by the JVM?</title>
		<link>http://QualityObsession.com/blog/archives/104</link>
		<comments>http://QualityObsession.com/blog/archives/104#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:24:49 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=104</guid>
		<description><![CDATA[Use the Runtime class to get the total/free memory used by the JVM,
Runtime.getRuntime().totalMemory();
Runtime.getRuntime().freeMemory();
]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/104/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to set java / JVM arguments in code?</title>
		<link>http://QualityObsession.com/blog/archives/103</link>
		<comments>http://QualityObsession.com/blog/archives/103#comments</comments>
		<pubDate>Wed, 23 Jul 2008 08:16:37 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=103</guid>
		<description><![CDATA[Use System.setProperty(key,value) to set the properties/arguments.
eg:
System.setProperty(&#34;LoggerConfigFile&#34;, &#34;D:/CONFIG/log4j.properties&#34;);
Note that you don't have to give the -D prefix.
]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/103/feed</wfw:commentRss>
		</item>
		<item>
		<title>How to Configure TOAD?</title>
		<link>http://QualityObsession.com/blog/archives/102</link>
		<comments>http://QualityObsession.com/blog/archives/102#comments</comments>
		<pubDate>Tue, 22 Jul 2008 09:45:36 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[DB]]></category>

		<category><![CDATA[toad]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=102</guid>
		<description><![CDATA[Toad is rather very simple to use, the only place where it can get difficult is while configuring it.
You should specify the database details in the tnsnames.ora file located in the location
Oracle\product\10.1.0\Client_1\NETWORK\ADMIN
if the file is not there create one.
a sample tns file:
SampleDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = 10.67.101.14)
(PORT = 1523))
)
(CONNECT_DATA =
(SERVICE_NAME = SampleDB [...]]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/102/feed</wfw:commentRss>
		</item>
		<item>
		<title>DuplicateHomeNameException</title>
		<link>http://QualityObsession.com/blog/archives/101</link>
		<comments>http://QualityObsession.com/blog/archives/101#comments</comments>
		<pubDate>Fri, 18 Jul 2008 10:54:37 +0000</pubDate>
		<dc:creator>Yogesh</dc:creator>
		
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://QualityObsession.com/blog/?p=101</guid>
		<description><![CDATA[&#34;com.ibm.ejs.container.DuplicateHomeNameException&#34;
If you get a DuplicateHomeNameException even though you dont have two similar named ejb`s try doing this, 

      - uninstall your  application 
stop the  server  
delete  all 3 eventbufferX.ser files in the  $WS_HOME\AppServer\profiles\default\wstemp\events  
restart  server  
reinstall  your application  
]]></description>
		<wfw:commentRss>http://QualityObsession.com/blog/archives/101/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
