Weblogic 10.3 – Create client jar 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
Google Phone arrived now in Cambodia! 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
In general, how webservice recieves image file or other binary data? As you may notice, one of the popular way to communicate with web service to transfer data or receive data, we mostly use XML (Soap, XML RPC …). XML is a string data, so what is the best way to attach the image files or any binary data to send or receive from the webservice?… Read More
Khmer Unicode with Ireport 3.7.1 works fine with Kh fonts 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
JBoss 4.2.2.GA – Deploying issue on class loading and out of memory 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