Working with Weblogic 8.1, it’s fine just to put jar of weblogic-8.1.jar into your classpath, your client application will find weblogic server easily but with Weblogic 9+ (in my case, Weblogic 10.3), it’s not the case if you don’t know. You may get similar errors as: java.lang.NoClassDefFoundError: weblogic/utils/NestedException or java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorBean or java.lang.NoClassDefFoundError: weblogic/utils/classloaders/GenericClassLoader So… Read More


While I am checking to cellcard.com.kh to find out some promotions, I found an announcement on Google phone on sale! I shouted WOW~! that’s I’m waiting. MobiTel, as a leading mobile provider, brought to us a new product that can attract most of people in Cambodia and seem it’s time to fight back to iPhone… Read More


Just quick configuration with Ireport 3.7.1 without detail here: Download ireport from http://jasperforge.org 3.7.1 Install ireport 3.7.1 Open ireport design Use blank design Go to ireport tool configuration: Tool –> Options –> Fonts and click install fonts I install two fonts: Khmer OS System and Kh System First tested with Khmer OS System font, found… Read More


While deploying my applications with JBoss 4.2.2.GA, using JDK 1.5 I got some issue with class loading issue something like: 1. If meet such error: org.jboss.deployment.DeploymentException: Error while fixing table name; – nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; – nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; – nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders… Read More