<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5" -->
<rss version="0.92">
<channel>
	<title>Quality Obsessed</title>
	<link>http://QualityObsession.com/blog</link>
	<description>it is an obsession...</description>
	<lastBuildDate>Tue, 26 Aug 2008 12:06:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>&#8220;Application is not deployed in the Grid Execution Environment&#8221; in websphere</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/110</link>
			</item>
	<item>
		<title>How to Install Zend Optimizer in Xampp under windows</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/109</link>
			</item>
	<item>
		<title>How to enable Auto Commit in Hibernate Transactions</title>
		<description><![CDATA[Use
&#160;
&#60;property name=&#34;connection.autocommit&#34;&#62;true&#60;/property&#62;
 in the hibernate config xml.
]]></description>
		<link>http://QualityObsession.com/blog/archives/108</link>
			</item>
	<item>
		<title>An error has occurred activating decorator VSS Plugin Team Decorator - RAD</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/107</link>
			</item>
	<item>
		<title>Page Jumping &#124; Fields not getting Focussed &gt; Happening in Portlets</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/106</link>
			</item>
	<item>
		<title>Email wrapping issue (\n does not move content to new line)- outlook</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/105</link>
			</item>
	<item>
		<title>How to view the memory used by the JVM?</title>
		<description><![CDATA[Use the Runtime class to get the total/free memory used by the JVM,
Runtime.getRuntime().totalMemory();
Runtime.getRuntime().freeMemory();
]]></description>
		<link>http://QualityObsession.com/blog/archives/104</link>
			</item>
	<item>
		<title>How to set java / JVM arguments in code?</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/103</link>
			</item>
	<item>
		<title>How to Configure TOAD?</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/102</link>
			</item>
	<item>
		<title>DuplicateHomeNameException</title>
		<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>
		<link>http://QualityObsession.com/blog/archives/101</link>
			</item>
</channel>
</rss>
