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

<channel>
	<title>root:~$ java hell0w0rld</title>
	<atom:link href="http://www.hell0w0rld.co.cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hell0w0rld.co.cc</link>
	<description>When Kn0wledge as free as Bee(r)</description>
	<lastBuildDate>Wed, 04 May 2011 05:21:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to set ringtones with your own file in Samsung Galaxy Mini</title>
		<link>http://www.hell0w0rld.co.cc/2011/05/how-to-set-ringtones-with-your-own-file-in-samsung-galaxy-mini/</link>
		<comments>http://www.hell0w0rld.co.cc/2011/05/how-to-set-ringtones-with-your-own-file-in-samsung-galaxy-mini/#comments</comments>
		<pubDate>Wed, 04 May 2011 05:21:15 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=671</guid>
		<description><![CDATA[I just bought Samsung Galaxy Mini last week and i found this phone is so fu*ckin cool.
Why i said that because its ability compare to the price is so worth, I bought it with Rp 1.5 million here in Jakarta. If you are a fan of android and want to play around with rooting and [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2011/05/how-to-set-ringtones-with-your-own-file-in-samsung-galaxy-mini/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Non-terminating decimal expansion</title>
		<link>http://www.hell0w0rld.co.cc/2011/01/non-terminating-decimal-expansion/</link>
		<comments>http://www.hell0w0rld.co.cc/2011/01/non-terminating-decimal-expansion/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 12:21:14 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=578</guid>
		<description><![CDATA[When i use BigDecimal object in my code and try to divide() i got following error

Exception in thread &#34;main&#34; java.lang.ArithmeticException: Non-terminating decimal expansion; no exact representable decimal result.
at java.math.BigDecimal.divide&#40;BigDecimal.java:1594&#41;

Based on BigDecimal API (I used JDK 1.6) it said
The BigDecimal class gives its user complete control over rounding behavior. If no rounding mode is specified and [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2011/01/non-terminating-decimal-expansion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make scroll bar in RichFaces ModalPanel</title>
		<link>http://www.hell0w0rld.co.cc/2010/09/how-to-make-scroll-bar-in-richfaces-modalpanel/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/09/how-to-make-scroll-bar-in-richfaces-modalpanel/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 06:59:48 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=567</guid>
		<description><![CDATA[There are 2 approaches to do this
1) Using DIV (I like this one)

&#60;rich:modalPanel id=&#34;panelId&#34; width=&#34;600&#34; height=&#34;600&#34;&#62;
	&#60;f:facet name=&#34;header&#34;&#62;
			&#60;h:outputText value=&#34;Title Here&#34; /&#62;
	&#60;/f:facet&#62;
	&#60;f:facet name=&#34;controls&#34;&#62;
		&#60;h:panelGroup&#62;
			&#60;h:graphicImage value=&#34;/img/close.png&#34; styleClass=&#34;hidelink&#34; id=&#34;hidelink&#34;/&#62;
			&#60;rich:componentControl for=&#34;panelId&#34; attachTo=&#34;hidelink&#34; operation=&#34;hide&#34; event=&#34;onclick&#34;/&#62;
		&#60;/h:panelGroup&#62;
	&#60;/f:facet&#62;
	&#60;h:outputText&#62;
		&#60;div style=&#34;width:400px;height:290px;overflow:auto;&#34;&#62;
		&#60;h:panelGrid columns=&#34;2&#34; columnClasses=&#34;name,value&#34;&#62;
			&#60;h:outputText value=&#34;Value here&#34; /&#62;
			&#60;h:outputText value=&#34;Value here&#34; /&#62;
		&#60;/h:panelGrid&#62;
		&#60;/div&#62;
	&#60;/h:outputText&#62;
&#60;/rich:modalPanel&#62;

Using this approach, if you dont manage the div size properly, your DIV wont fit perfectly to the modal [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/09/how-to-make-scroll-bar-in-richfaces-modalpanel/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to disable xwindows in centos</title>
		<link>http://www.hell0w0rld.co.cc/2010/08/how-to-disable-xwindows-in-centos/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/08/how-to-disable-xwindows-in-centos/#comments</comments>
		<pubDate>Tue, 10 Aug 2010 03:11:14 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=563</guid>
		<description><![CDATA[If you want to disable xwindows on startup but still be able to start xwindows with startx command when you need it, use the following steps
sudo vi /etc/inittab
Find a line
id:5:initdefault:
Change with
id:3:initdefault:
Save the file and reboot
]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/08/how-to-disable-xwindows-in-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iRobot Android Tablet (APad)</title>
		<link>http://www.hell0w0rld.co.cc/2010/07/irobot-android-tablet-apad/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/07/irobot-android-tablet-apad/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 07:27:21 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=552</guid>
		<description><![CDATA[
I found this interesting gadget called iRobot Android Tablet a.k.a APad from this link and this link

With very very reasonable price, this gadget can be a threat to iPad if they keep selling with that high price.
I hope, many company out there will produce the same gadget with android inside and good price.
iPad is still [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/07/irobot-android-tablet-apad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>org.hibernate.PropertyAccessException</title>
		<link>http://www.hell0w0rld.co.cc/2010/07/org-hibernate-propertyaccessexception/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/07/org-hibernate-propertyaccessexception/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 10:18:10 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=547</guid>
		<description><![CDATA[I have 2 models with one to many relationships
Policy to Documents
When i tried to execute this sql

String sql = select doc from Document doc where doc.policy =:policyId and doc.templateId=112 and doc.status=3
Query query = entityManager.createQuery&#40;sql&#41;;
query.setParameter&#40;&#34;policyId&#34;, policy.getPolicyId&#40;&#41;&#41;;
List result = query.getResultList&#40;&#41;;

I got the following error

15:55:14,315 ERROR &#91;TxPolicy&#93; javax.ejb.EJBTransactionRolledbackException: org.hibernate.PropertyAccessException: could not get a field value by reflection getter [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/07/org-hibernate-propertyaccessexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set TransactionManager time out in Jboss</title>
		<link>http://www.hell0w0rld.co.cc/2010/07/how-to-set-transactionmanager-time-out-in-jboss/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/07/how-to-set-transactionmanager-time-out-in-jboss/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:50:09 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=541</guid>
		<description><![CDATA[In my seam application that running on Jboss 5.1.0 GA, i have a process that retrieves a big data and the process takes more than 6 minutes now.
Last time i got error

2010-07-12 09:44:37,617 WARN  &#91;com.arjuna.ats.arjuna.logging.arjLoggerI18N&#93; &#40;Thread-9&#41; &#91;com.arjuna.ats.arjuna.coordinator.TransactionReaper_18&#93; - TransactionReaper::check timeout for TX 7f000001:aa82:4c3a8008:9c in state  RUN
2010-07-12 09:44:37,640 WARN  &#91;com.arjuna.ats.arjuna.logging.arjLoggerI18N&#93; &#40;Thread-10&#41; &#91;com.arjuna.ats.arjuna.coordinator.BasicAction_58&#93; - Abort of action [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/07/how-to-set-transactionmanager-time-out-in-jboss/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to set HttpSession time out in JBoss</title>
		<link>http://www.hell0w0rld.co.cc/2010/07/how-to-set-httpsession-time-out-in-jboss/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/07/how-to-set-httpsession-time-out-in-jboss/#comments</comments>
		<pubDate>Mon, 12 Jul 2010 08:15:57 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=533</guid>
		<description><![CDATA[There are 3 ways to change HttpSession time out in Jboss.

1) To change the global default HttpSession of Jboss. (This will effect to every web app that running in the Jboss AS

In Jboss 5: Edit deployers/jbossweb.deployer/web.xml
In Jboss 4.3: Edit deploy/jboss-web.deployer/conf/web.xml
Earlier Versions: Edit deploy/jbossweb-tomcat55.sar/conf/web.xml

&#60;session-config&#62;
&#60;session-timeout&#62;30&#60;/session-timeout&#62;
&#60;/session-config&#62;

2) To change default HttpSession per web application

Add the same tag above in [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/07/how-to-set-httpsession-time-out-in-jboss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>/etc/cron.d folder doesn&#8217;t work in centos 5.3</title>
		<link>http://www.hell0w0rld.co.cc/2010/07/etc-cron-d-folder-doesnt-work-in-centos-5-3/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/07/etc-cron-d-folder-doesnt-work-in-centos-5-3/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 09:33:52 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=528</guid>
		<description><![CDATA[In centos, if you dont want to use the default crontab you can create your own scheduler.
The options are

Create a crontab by crontab -e
Create your crontab in a file and put it in /etc/cron.d folder

I choosed option 2 because from my opinion, putting your crontab in a file is more manageable and looks more prettier. [...]]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/07/etc-cron-d-folder-doesnt-work-in-centos-5-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printable schedule world cup 2010</title>
		<link>http://www.hell0w0rld.co.cc/2010/06/printable-schedule-world-cup-2010/</link>
		<comments>http://www.hell0w0rld.co.cc/2010/06/printable-schedule-world-cup-2010/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 07:44:24 +0000</pubDate>
		<dc:creator>ChatterIdiot</dc:creator>
		
		<guid isPermaLink="false">http://www.hell0w0rld.co.cc/?p=522</guid>
		<description><![CDATA[If you need printable schedule of world cup 2010 you can download here

]]></description>
		<wfw:commentRss>http://www.hell0w0rld.co.cc/2010/06/printable-schedule-world-cup-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://stats.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

